Html Css Color HEX #BB2F18 Harley Davidson Orange
📋 copy color: '#BB2F18'red 187 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #BB2F18
Tints of Harley Davidson Orange #BB2F18
RGB
CMYK
RGB Variations
Color information
#BB2F18 (or 0xBB2F18) is known color: Harley Davidson Orange. HEX triplet: BB, 2F and 18. RGB value is (187,47,24). Sum of RGB (Red+Green+Blue) = 187+47+24=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2F18 is #44D0E7. Grayscale: #565656. Windows color (decimal): -4509928 or 1585083. OLE color: 1585083.
HSL color Cylindrical-coordinate representation of color #BB2F18: hue angle of 8.47º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB2F18 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 24 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.27 |
| HSL | 8.47º | 0.77% | 0.41% | - |
| HSV(B) | 8.47º | 0.87% | 0.73% | - |
| XYZ | 21.67 | 12.66 | 2.17 | - |
| YUV | 86.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 24 | 0 | 0.75 | 0.87 | 0.27 | 8.47 | 0.77 | 0.41 |
| Hex | BB | 2F | 18 | 0 | 4B | 57 | 1B | 8 | 4D | 29 |
| Octal | 273 | 57 | 30 | 0 | 113 | 127 | 33 | 10 | 115 | 51 |
| Binary | 10111011 | 101111 | 11000 | 0 | 1001011 | 1010111 | 11011 | 1000 | 1001101 | 101001 |
Color Harmonies of #BB2F18
Complementary color
Monochromatic Colors of #BB2F18
Black with #BB2F18
Text Example
Text Example
White with #BB2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F18; }
p { color: rgb(187,47,24); }
H1.HeaderClassName
{
color: #BB2F18;
}
.AnyTagClassName
{
color: #BB2F18;
}
</style>
background-color css
<style>
a { background-color: #BB2F18; }
a { background-color: rgb(187,47,24); }
div.DivClassName
{
background-color: #BB2F18;
}
.BgClassName
{
background-color: #BB2F18;
}
</style>
border-color css
<style>
span { border-color: #BB2F18; }
span { border-color: rgb(187,47,24); }
td.TdClassName
{
border-color: #BB2F18;
}
.TagClassName
{
border-color: #BB2F18;
}
</style>