Html Css Color HEX #BB2A08 Harley Davidson Orange
📋 copy color: '#BB2A08'red 187 ◦ green 42 ◦ blue 8
Shades of Harley Davidson Orange #BB2A08
Tints of Harley Davidson Orange #BB2A08
RGB
CMYK
RGB Variations
Color information
#BB2A08 (or 0xBB2A08) is known color: Harley Davidson Orange. HEX triplet: BB, 2A and 08. RGB value is (187,42,8). Sum of RGB (Red+Green+Blue) = 187+42+8=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A08 is #44D5F7. Grayscale: #515151. Windows color (decimal): -4511224 or 535227. OLE color: 535227.
HSL color Cylindrical-coordinate representation of color #BB2A08: hue angle of 11.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 #BB2A08 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.27 |
| HSL | 11.4º | 0.92% | 0.38% | - |
| HSV(B) | 11.4º | 0.96% | 0.73% | - |
| XYZ | 21.37 | 12.24 | 1.47 | - |
| YUV | 81.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 8 | 0 | 0.78 | 0.96 | 0.27 | 11.4 | 0.92 | 0.38 |
| Hex | BB | 2A | 8 | 0 | 4E | 60 | 1B | B | 5C | 26 |
| Octal | 273 | 52 | 10 | 0 | 116 | 140 | 33 | 13 | 134 | 46 |
| Binary | 10111011 | 101010 | 1000 | 0 | 1001110 | 1100000 | 11011 | 1011 | 1011100 | 100110 |
Color Harmonies of #BB2A08
Complementary color
Monochromatic Colors of #BB2A08
Black with #BB2A08
Text Example
Text Example
White with #BB2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A08; }
p { color: rgb(187,42,8); }
H1.HeaderClassName
{
color: #BB2A08;
}
.AnyTagClassName
{
color: #BB2A08;
}
</style>
background-color css
<style>
a { background-color: #BB2A08; }
a { background-color: rgb(187,42,8); }
div.DivClassName
{
background-color: #BB2A08;
}
.BgClassName
{
background-color: #BB2A08;
}
</style>
border-color css
<style>
span { border-color: #BB2A08; }
span { border-color: rgb(187,42,8); }
td.TdClassName
{
border-color: #BB2A08;
}
.TagClassName
{
border-color: #BB2A08;
}
</style>