Html Css Color HEX #BB2F0F Harley Davidson Orange
📋 copy color: '#BB2F0F'red 187 ◦ green 47 ◦ blue 15
Shades of Harley Davidson Orange #BB2F0F
Tints of Harley Davidson Orange #BB2F0F
RGB
CMYK
RGB Variations
Color information
#BB2F0F (or 0xBB2F0F) is known color: Harley Davidson Orange. HEX triplet: BB, 2F and 0F. RGB value is (187,47,15). Sum of RGB (Red+Green+Blue) = 187+47+15=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2F0F is #44D0F0. Grayscale: #555555. Windows color (decimal): -4509937 or 995259. OLE color: 995259.
HSL color Cylindrical-coordinate representation of color #BB2F0F: hue angle of 11.16º 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 #BB2F0F is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 15 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.27 |
| HSL | 11.16º | 0.85% | 0.4% | - |
| HSV(B) | 11.16º | 0.92% | 0.73% | - |
| XYZ | 21.6 | 12.63 | 1.75 | - |
| YUV | 85.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 15 | 0 | 0.75 | 0.92 | 0.27 | 11.16 | 0.85 | 0.4 |
| Hex | BB | 2F | F | 0 | 4B | 5C | 1B | B | 55 | 28 |
| Octal | 273 | 57 | 17 | 0 | 113 | 134 | 33 | 13 | 125 | 50 |
| Binary | 10111011 | 101111 | 1111 | 0 | 1001011 | 1011100 | 11011 | 1011 | 1010101 | 101000 |
Color Harmonies of #BB2F0F
Complementary color
Monochromatic Colors of #BB2F0F
Black with #BB2F0F
Text Example
Text Example
White with #BB2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F0F; }
p { color: rgb(187,47,15); }
H1.HeaderClassName
{
color: #BB2F0F;
}
.AnyTagClassName
{
color: #BB2F0F;
}
</style>
background-color css
<style>
a { background-color: #BB2F0F; }
a { background-color: rgb(187,47,15); }
div.DivClassName
{
background-color: #BB2F0F;
}
.BgClassName
{
background-color: #BB2F0F;
}
</style>
border-color css
<style>
span { border-color: #BB2F0F; }
span { border-color: rgb(187,47,15); }
td.TdClassName
{
border-color: #BB2F0F;
}
.TagClassName
{
border-color: #BB2F0F;
}
</style>