Watt to Brake Horsepower Calculator

const bhp = watt / 745.7; // Convert W to BHP const formattedBhp = bhp.toString().replace(/\.0+$/, ”).replace(/(\.\d{1,10})\d+/, ‘$1’); // Format to remove trailing zeros// Display results document.getElementById(‘resultBhp’).innerText = `Power: ${formattedBhp} BHP`; document.getElementById(‘conversionSteps’).innerHTML = `

Formula: BHP = W ÷ 745.7

BHP = ${watt} W ÷ 745.7

BHP = ${formattedBhp} BHP

`; document.getElementById(‘outputSection’).style.display = ‘block’; }function resetCalculator() { document.getElementById(‘watt’).value = ”; document.getElementById(‘outputSection’).style.display = ‘none’; }

Watts (W) to Brake Horsepower (BHP) Conversion

To convert Watts (W) to Brake Horsepower (BHP), use the formula:

Conversion Formula

BHP = W × 0.0013410220888

Where:

  • BHP = Brake Horsepower
  • W = Watts

Example

If you have a power output of 1000 W, the calculation would be:

BHP = 1000 W × 0.0013410220888 ≈ 1.341 BHP

What is a Watt (W)?

A watt (W) is a unit of power that measures the rate of energy transfer. It is defined as one joule per second and is commonly used to quantify the output of engines and the power consumption of electrical devices.

What is Brake Horsepower (BHP)?

Brake horsepower (BHP) is a unit of power that measures the engine’s output before losses such as friction. It is commonly used to rate the power of engines and motors.

Watts (W) to Brake Horsepower (BHP) Conversion Table

Formula: BHP = W × 0.0013410220888

Example Values

Watts [W]Brake Horsepower [BHP]
1 W0.00134 BHP
10 W0.01341 BHP
50 W0.06705 BHP
100 W0.13410 BHP
500 W0.67105 BHP
1000 W1.34102 BHP
5000 W6.70548 BHP

Leave a Comment

Your email address will not be published. Required fields are marked *