Html Css Color HEX #BB290B Harley Davidson Orange
📋 copy color: '#BB290B'red 187 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #BB290B
Tints of Harley Davidson Orange #BB290B
RGB
CMYK
RGB Variations
Color information
#BB290B (or 0xBB290B) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 0B. RGB value is (187,41,11). Sum of RGB (Red+Green+Blue) = 187+41+11=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB290B is #44D6F4. Grayscale: #515151. Windows color (decimal): -4511477 or 731579. OLE color: 731579.
HSL color Cylindrical-coordinate representation of color #BB290B: hue angle of 10.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB290B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.27 |
| HSL | 10.23º | 0.89% | 0.39% | - |
| HSV(B) | 10.23º | 0.94% | 0.73% | - |
| XYZ | 21.35 | 12.17 | 1.54 | - |
| YUV | 81.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 11 | 0 | 0.78 | 0.94 | 0.27 | 10.23 | 0.89 | 0.39 |
| Hex | BB | 29 | B | 0 | 4E | 5E | 1B | A | 59 | 27 |
| Octal | 273 | 51 | 13 | 0 | 116 | 136 | 33 | 12 | 131 | 47 |
| Binary | 10111011 | 101001 | 1011 | 0 | 1001110 | 1011110 | 11011 | 1010 | 1011001 | 100111 |
Color Harmonies of #BB290B
Complementary color
Monochromatic Colors of #BB290B
Black with #BB290B
Text Example
Text Example
White with #BB290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB290B; }
p { color: rgb(187,41,11); }
H1.HeaderClassName
{
color: #BB290B;
}
.AnyTagClassName
{
color: #BB290B;
}
</style>
background-color css
<style>
a { background-color: #BB290B; }
a { background-color: rgb(187,41,11); }
div.DivClassName
{
background-color: #BB290B;
}
.BgClassName
{
background-color: #BB290B;
}
</style>
border-color css
<style>
span { border-color: #BB290B; }
span { border-color: rgb(187,41,11); }
td.TdClassName
{
border-color: #BB290B;
}
.TagClassName
{
border-color: #BB290B;
}
</style>