Html Css Color HEX #BB240F Harley Davidson Orange
📋 copy color: '#BB240F'red 187 ◦ green 36 ◦ blue 15
Shades of Harley Davidson Orange #BB240F
Tints of Harley Davidson Orange #BB240F
RGB
CMYK
RGB Variations
Color information
#BB240F (or 0xBB240F) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 0F. RGB value is (187,36,15). Sum of RGB (Red+Green+Blue) = 187+36+15=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB240F is #44DBF0. Grayscale: #4E4E4E. Windows color (decimal): -4512753 or 992443. OLE color: 992443.
HSL color Cylindrical-coordinate representation of color #BB240F: hue angle of 7.33º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB240F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.27 |
| HSL | 7.33º | 0.85% | 0.4% | - |
| HSV(B) | 7.33º | 0.92% | 0.73% | - |
| XYZ | 21.21 | 11.86 | 1.62 | - |
| YUV | 78.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 15 | 0 | 0.81 | 0.92 | 0.27 | 7.33 | 0.85 | 0.4 |
| Hex | BB | 24 | F | 0 | 51 | 5C | 1B | 7 | 55 | 28 |
| Octal | 273 | 44 | 17 | 0 | 121 | 134 | 33 | 7 | 125 | 50 |
| Binary | 10111011 | 100100 | 1111 | 0 | 1010001 | 1011100 | 11011 | 111 | 1010101 | 101000 |
Color Harmonies of #BB240F
Complementary color
Monochromatic Colors of #BB240F
Black with #BB240F
Text Example
Text Example
White with #BB240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB240F; }
p { color: rgb(187,36,15); }
H1.HeaderClassName
{
color: #BB240F;
}
.AnyTagClassName
{
color: #BB240F;
}
</style>
background-color css
<style>
a { background-color: #BB240F; }
a { background-color: rgb(187,36,15); }
div.DivClassName
{
background-color: #BB240F;
}
.BgClassName
{
background-color: #BB240F;
}
</style>
border-color css
<style>
span { border-color: #BB240F; }
span { border-color: rgb(187,36,15); }
td.TdClassName
{
border-color: #BB240F;
}
.TagClassName
{
border-color: #BB240F;
}
</style>