Html Css Color HEX #BB2D08 Harley Davidson Orange
📋 copy color: '#BB2D08'red 187 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #BB2D08
Tints of Harley Davidson Orange #BB2D08
RGB
CMYK
RGB Variations
Color information
#BB2D08 (or 0xBB2D08) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 08. RGB value is (187,45,8). Sum of RGB (Red+Green+Blue) = 187+45+8=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D08 is #44D2F7. Grayscale: #535353. Windows color (decimal): -4510456 or 535995. OLE color: 535995.
HSL color Cylindrical-coordinate representation of color #BB2D08: hue angle of 12.4º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB2D08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.27 |
| HSL | 12.4º | 0.92% | 0.38% | - |
| HSV(B) | 12.4º | 0.96% | 0.73% | - |
| XYZ | 21.48 | 12.46 | 1.5 | - |
| YUV | 83.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 8 | 0 | 0.76 | 0.96 | 0.27 | 12.4 | 0.92 | 0.38 |
| Hex | BB | 2D | 8 | 0 | 4C | 60 | 1B | C | 5C | 26 |
| Octal | 273 | 55 | 10 | 0 | 114 | 140 | 33 | 14 | 134 | 46 |
| Binary | 10111011 | 101101 | 1000 | 0 | 1001100 | 1100000 | 11011 | 1100 | 1011100 | 100110 |
Color Harmonies of #BB2D08
Complementary color
Monochromatic Colors of #BB2D08
Black with #BB2D08
Text Example
Text Example
White with #BB2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D08; }
p { color: rgb(187,45,8); }
H1.HeaderClassName
{
color: #BB2D08;
}
.AnyTagClassName
{
color: #BB2D08;
}
</style>
background-color css
<style>
a { background-color: #BB2D08; }
a { background-color: rgb(187,45,8); }
div.DivClassName
{
background-color: #BB2D08;
}
.BgClassName
{
background-color: #BB2D08;
}
</style>
border-color css
<style>
span { border-color: #BB2D08; }
span { border-color: rgb(187,45,8); }
td.TdClassName
{
border-color: #BB2D08;
}
.TagClassName
{
border-color: #BB2D08;
}
</style>