Kalkulačka telesnej hmotnosti
Odhadnite svoju chudú telesnú hmotnosť a tuk pomocou Boerovho vzorca.
Výsledky sa aktualizujú počas písania.
O tejto kalkulačke
calculator is a good way to calculate your body mass, but it is not a good way to calculate your body fat percentage. The Boer formula is a prediction equation that is used to calculate the weight of everything in your body that is not fat — muscle, bone, organs, and water — from your height, weight, and sex. It uses the Boer formula by default, a well-validated prediction equation, with James and Hume as alternatives, and reports the remaining fat mass and body-fat percentage alongside it. The tool clamps results so lean mass never exceeds total weight.The Boer formula is a prediction equation that is used to calculate your body mass percentage.For aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLean body mass is useful for setting protein and calorie targetsFor aLean body massFor aLe
Často kladené otázky
Čo je Boer vzorec?
Pre mužov je LBM = 0,407 × hmotnosť (kg) + 0,267 × výška (cm) − 19,2; pre ženy je LBM = 0,252 × hmotnosť + 0,473 × výška − 48,3. Predpovedá chudé hmoty z výšky a hmotnosti a je jedným z najpresnejších jednoduchých rovníc.
Prečo je chudnutie dôležité?
Nastavuje váš pokojový metabolizmus a dávkovanie liekov v medicíne a sledovanie pomáha potvrdiť, že strácate tuk skôr ako svaly.Proteinové a kalorické ciele sú často založené na LBM skôr ako na celkovej hmotnosti.
Je to rovnaké ako percento telesného tuku?
Sú to dve strany toho istého čísla: tuková hmotnosť je vaša hmotnosť mínus beztuková hmotnosť a percento telesného tuku je hmotnosť tuku delená celkovou hmotnosťou.Nástroj zobrazuje všetky tri.
Čo je normálna chudobná telesná hmotnosť?
Pre muža s výškou 175 cm a hmotnosťou 75 kg je podľa Boerovho vzorce potrebné 58 kg svalovej hmoty a 17 kg tuku, čo predstavuje približne 23 % telesného tuku. Ženy majú viac esenciálnych tukov, preto je ich percento svalovej hmoty nižšie pri rovnakej veľkosti.
Ktorý vzorec chudej hmoty by som mal použiť?
Boer je predvolený a dobre overený pre väčšinu dospelých; James a Hume sú zobrazené pre porovnanie, zhodujú sa pre priemerné postavy a rozchádzajú sa pre veľmi štíhlych alebo veľmi ťažkých ľudí.
Ako môžem zvýšiť chudnú telesnú hmotnosť?
Zátěžový tréning s dostatočným množstvom bielkovín (často 1,6 – 2,2 g/kg) a primeraným množstvom kalórií pomáha budovať svaly, ktoré sú hlavnou zložkou svalovej hmoty.Sledovanie LBM počas diéty pomáha potvrdiť, že strácate tuk, nie svaly.
Je chudá telesná hmotnosť rovnaká ako svalová hmotnosť?
Nie, štíhla telesná hmotnosť zahŕňa svaly, kosti, orgány, spojivové tkanivo a telesnú vodu; kostrové svaly sú len časťou hmotnosti. Sval je časť, ktorú môžete tréningom zvýšiť.
API — použite túto kalkulačku z kódu
Zavolajte túto kalkulačku ako voľný koncový bod JSON – nevyžaduje sa žiadny kľúč.Odoslať hodnoty polí nižšie ako parametre dotazu alebo JSON. Prečítajte si celú dokumentáciu API →
Koncový bod
GET https://calculator.free/api/v1/lean-body-mass/
curl
curl "https://calculator.free/api/v1/lean-body-mass/?sex=male&units=metric&height=175&weight=75"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/lean-body-mass/?" + new URLSearchParams({
"sex": "male",
"units": "metric",
"height": "175",
"weight": "75"
}));
const data = await r.json();
console.log(data.results);
Výsledky sú odhady len pre všeobecné usmernenie, nie finančné, lekárske alebo daňové poradenstvo.