<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BMR on 계획대로 느긋하게</title><link>https://planfully.ai.kr/tags/bmr/</link><description>Recent content in BMR on 계획대로 느긋하게</description><generator>Hugo -- gohugo.io</generator><language>ko-kr</language><lastBuildDate>Wed, 22 Jul 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://planfully.ai.kr/tags/bmr/index.xml" rel="self" type="application/rss+xml"/><item><title>칼로리·기초대사량(BMR) 계산기 — 유지·다이어트 칼로리</title><link>https://planfully.ai.kr/tools/calorie/</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0900</pubDate><guid>https://planfully.ai.kr/tools/calorie/</guid><description>&lt;p&gt;성별·나이·키·몸무게·활동량을 넣으면 **기초대사량(BMR)**과 하루 &lt;strong&gt;유지/다이어트/증량 칼로리&lt;/strong&gt;를 계산합니다. (Mifflin-St Jeor 공식)&lt;/p&gt;
&lt;div class="pf-tool" style="max-width:500px;margin:0 auto;"&gt;
 &lt;div style="display:flex;gap:10px;"&gt;
 &lt;label style="flex:1;"&gt;&lt;span style="display:block;font-weight:700;margin-bottom:6px;"&gt;성별&lt;/span&gt;
 &lt;select id="cl-sex" style="width:100%;padding:12px;border:2px solid #ccc;border-radius:10px;font-size:16px;box-sizing:border-box;background:#fff;"&gt;&lt;option value="m"&gt;남성&lt;/option&gt;&lt;option value="f"&gt;여성&lt;/option&gt;&lt;/select&gt;&lt;/label&gt;
 &lt;label style="flex:1;"&gt;&lt;span style="display:block;font-weight:700;margin-bottom:6px;"&gt;나이&lt;/span&gt;&lt;input type="tel" id="cl-age" inputmode="numeric" placeholder="30" style="width:100%;padding:12px;border:2px solid #ccc;border-radius:10px;font-size:16px;box-sizing:border-box;"&gt;&lt;/label&gt;
 &lt;/div&gt;
 &lt;div style="display:flex;gap:10px;margin-top:12px;"&gt;
 &lt;label style="flex:1;"&gt;&lt;span style="display:block;font-weight:700;margin-bottom:6px;"&gt;키 (cm)&lt;/span&gt;&lt;input type="tel" id="cl-h" inputmode="decimal" placeholder="170" style="width:100%;padding:12px;border:2px solid #ccc;border-radius:10px;font-size:16px;box-sizing:border-box;"&gt;&lt;/label&gt;
 &lt;label style="flex:1;"&gt;&lt;span style="display:block;font-weight:700;margin-bottom:6px;"&gt;몸무게 (kg)&lt;/span&gt;&lt;input type="tel" id="cl-w" inputmode="decimal" placeholder="65" style="width:100%;padding:12px;border:2px solid #ccc;border-radius:10px;font-size:16px;box-sizing:border-box;"&gt;&lt;/label&gt;
 &lt;/div&gt;
 &lt;label style="display:block;margin-top:12px;"&gt;&lt;span style="display:block;font-weight:700;margin-bottom:6px;"&gt;활동량&lt;/span&gt;
 &lt;select id="cl-act" style="width:100%;padding:12px;border:2px solid #ccc;border-radius:10px;font-size:16px;box-sizing:border-box;background:#fff;"&gt;
 &lt;option value="1.2"&gt;거의 안 함 (좌식 생활)&lt;/option&gt;
 &lt;option value="1.375"&gt;가벼운 운동 (주 1~3회)&lt;/option&gt;
 &lt;option value="1.55" selected&gt;보통 운동 (주 3~5회)&lt;/option&gt;
 &lt;option value="1.725"&gt;활발한 운동 (주 6~7회)&lt;/option&gt;
 &lt;option value="1.9"&gt;매우 활발 (육체노동·운동선수)&lt;/option&gt;
 &lt;/select&gt;&lt;/label&gt;
 &lt;button id="cl-go" style="width:100%;margin-top:16px;padding:14px;border:0;border-radius:10px;background:#059669;color:#fff;font-size:17px;font-weight:700;cursor:pointer;"&gt;계산하기&lt;/button&gt;
 &lt;div id="cl-out" style="display:none;margin-top:20px;"&gt;
 &lt;div style="text-align:center;padding:18px;border-radius:12px;background:#ecfdf5;"&gt;
 &lt;div style="font-size:15px;color:#555;"&gt;하루 유지 칼로리 (TDEE)&lt;/div&gt;
 &lt;div id="cl-big" style="font-size:34px;font-weight:800;color:#047857;line-height:1.2;"&gt;&lt;/div&gt;
 &lt;/div&gt;
 &lt;table style="width:100%;margin-top:12px;font-size:14.5px;border-collapse:collapse;"&gt;&lt;tbody id="cl-rows"&gt;&lt;/tbody&gt;&lt;/table&gt;
 &lt;div style="font-size:12px;color:#6b7280;margin-top:8px;"&gt;※ 기초대사량(BMR)=가만히 있어도 쓰는 최소 칼로리. 유지 칼로리(TDEE)=BMR×활동계수. 다이어트는 유지−500(주 약 0.5kg 감량), 증량은 유지+300~500. 개인차가 있으니 2주 체중변화로 보정하세요.&lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;#cl-rows td{padding:9px 6px;border-bottom:1px solid #eee;}#cl-rows td:last-child{text-align:right;font-weight:700;}&lt;/style&gt;
&lt;script&gt;
(function(){
var $=function(id){return document.getElementById(id);};
$('cl-go').onclick=function(){
 var sex=$('cl-sex').value, age=parseFloat($('cl-age').value)||0, h=parseFloat($('cl-h').value)||0, w=parseFloat($('cl-w').value)||0, act=parseFloat($('cl-act').value);
 if(!age||!h||!w){alert('나이·키·몸무게를 입력해 주세요');return;}
 var bmr=10*w+6.25*h-5*age+(sex==='m'?5:-161);
 var tdee=bmr*act;
 $('cl-big').textContent=Math.round(tdee).toLocaleString()+' kcal';
 function row(l,v,c){return '&lt;tr&gt;&lt;td style="color:#555;"&gt;'+l+'&lt;/td&gt;&lt;td'+(c?' style="color:'+c+';"':'')+'&gt;'+v+'&lt;/td&gt;&lt;/tr&gt;';}
 $('cl-rows').innerHTML=
 row('기초대사량 (BMR)', Math.round(bmr).toLocaleString()+' kcal')
 +row('하루 유지 칼로리 (TDEE)', Math.round(tdee).toLocaleString()+' kcal')
 +row('다이어트 (−500)', Math.round(tdee-500).toLocaleString()+' kcal','#dc2626')
 +row('완만한 감량 (−300)', Math.round(tdee-300).toLocaleString()+' kcal')
 +row('증량 (+400)', Math.round(tdee+400).toLocaleString()+' kcal','#1d4ed8')
 +row('권장 단백질 (체중×1.6g)', Math.round(w*1.6)+' g');
 $('cl-out').style.display='block';
};
})();
&lt;/script&gt;
&lt;h2 id="칼로리-이렇게-잡으세요"&gt;칼로리, 이렇게 잡으세요
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;기초대사량(BMR)&lt;/strong&gt;: 숨쉬고 심장 뛰는 데만 쓰는 최소 에너지. 근육이 많을수록 높아요.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;유지 칼로리(TDEE)&lt;/strong&gt; = BMR × 활동계수. 이만큼 먹으면 체중이 유지돼요.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;다이어트&lt;/strong&gt;: 유지 칼로리에서 &lt;strong&gt;하루 500kcal 덜&lt;/strong&gt; 먹으면 주 약 0.5kg 빠져요. 너무 적게(BMR 이하) 먹으면 근손실·요요가 와요.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;증량&lt;/strong&gt;: 유지 + 300~500kcal + 근력운동.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;단백질&lt;/strong&gt;: 체중 1kg당 1.6~2.2g이 근육 유지·증가에 좋아요.&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://planfully.ai.kr/tools/bmi/" &gt;BMI(비만도)&lt;/a&gt;도 함께 확인해 보세요.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>