Html Css Color HEX #BB2008 Harley Davidson Orange
📋 copy color: '#BB2008'red 187 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #BB2008
Tints of Harley Davidson Orange #BB2008
RGB
CMYK
RGB Variations
Color information
#BB2008 (or 0xBB2008) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 08. RGB value is (187,32,8). Sum of RGB (Red+Green+Blue) = 187+32+8=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2008 is #44DFF7. Grayscale: #4B4B4B. Windows color (decimal): -4513784 or 532667. OLE color: 532667.
HSL color Cylindrical-coordinate representation of color #BB2008: hue angle of 8.04º 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 #BB2008 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.27 |
| HSL | 8.04º | 0.92% | 0.38% | - |
| HSV(B) | 8.04º | 0.96% | 0.73% | - |
| XYZ | 21.05 | 11.62 | 1.36 | - |
| YUV | 75.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 8 | 0 | 0.83 | 0.96 | 0.27 | 8.04 | 0.92 | 0.38 |
| Hex | BB | 20 | 8 | 0 | 53 | 60 | 1B | 8 | 5C | 26 |
| Octal | 273 | 40 | 10 | 0 | 123 | 140 | 33 | 10 | 134 | 46 |
| Binary | 10111011 | 100000 | 1000 | 0 | 1010011 | 1100000 | 11011 | 1000 | 1011100 | 100110 |
Color Harmonies of #BB2008
Complementary color
Monochromatic Colors of #BB2008
Black with #BB2008
Text Example
Text Example
White with #BB2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2008; }
p { color: rgb(187,32,8); }
H1.HeaderClassName
{
color: #BB2008;
}
.AnyTagClassName
{
color: #BB2008;
}
</style>
background-color css
<style>
a { background-color: #BB2008; }
a { background-color: rgb(187,32,8); }
div.DivClassName
{
background-color: #BB2008;
}
.BgClassName
{
background-color: #BB2008;
}
</style>
border-color css
<style>
span { border-color: #BB2008; }
span { border-color: rgb(187,32,8); }
td.TdClassName
{
border-color: #BB2008;
}
.TagClassName
{
border-color: #BB2008;
}
</style>