Skip to main content

Kinobody Aggressive Fat Loss Calculator [TOP]

let protein = weightLbs; let fat = Math.round((fatLossCalories * 0.25) / 9); let carbs = Math.round((fatLossCalories - (protein * 4) - (fat * 9)) / 4);

let maintenance = bmr * activityFactor; let deficit = deficitType === 'aggressive' ? 650 : 450; let fatLossCalories = Math.max(maintenance - deficit, 1500); kinobody aggressive fat loss calculator

| Macro | Grams | Calories | |-------|-------|----------| | Protein | 185g | 740 | | Fats | 55g | 495 | | Carbs | 180g | 720 | let protein = weightLbs; let fat = Math

“Get lean, strong, and cinematic — without starving or living on a treadmill.” let protein = weightLbs

return calories: Math.round(fatLossCalories), protein, fat, carbs ;