Html Css Color HEX #BB290E Harley Davidson Orange
📋 copy color: '#BB290E'red 187 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #BB290E
Tints of Harley Davidson Orange #BB290E
RGB
CMYK
RGB Variations
Color information
#BB290E (or 0xBB290E) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 0E. RGB value is (187,41,14). Sum of RGB (Red+Green+Blue) = 187+41+14=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB290E is #44D6F1. Grayscale: #515151. Windows color (decimal): -4511474 or 928187. OLE color: 928187.
HSL color Cylindrical-coordinate representation of color #BB290E: hue angle of 9.36º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB290E is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 14 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.27 |
| HSL | 9.36º | 0.86% | 0.39% | - |
| HSV(B) | 9.36º | 0.93% | 0.73% | - |
| XYZ | 21.37 | 12.18 | 1.64 | - |
| YUV | 81.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 14 | 0 | 0.78 | 0.93 | 0.27 | 9.36 | 0.86 | 0.39 |
| Hex | BB | 29 | E | 0 | 4E | 5D | 1B | 9 | 56 | 27 |
| Octal | 273 | 51 | 16 | 0 | 116 | 135 | 33 | 11 | 126 | 47 |
| Binary | 10111011 | 101001 | 1110 | 0 | 1001110 | 1011101 | 11011 | 1001 | 1010110 | 100111 |
Color Harmonies of #BB290E
Complementary color
Monochromatic Colors of #BB290E
Black with #BB290E
Text Example
Text Example
White with #BB290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB290E; }
p { color: rgb(187,41,14); }
H1.HeaderClassName
{
color: #BB290E;
}
.AnyTagClassName
{
color: #BB290E;
}
</style>
background-color css
<style>
a { background-color: #BB290E; }
a { background-color: rgb(187,41,14); }
div.DivClassName
{
background-color: #BB290E;
}
.BgClassName
{
background-color: #BB290E;
}
</style>
border-color css
<style>
span { border-color: #BB290E; }
span { border-color: rgb(187,41,14); }
td.TdClassName
{
border-color: #BB290E;
}
.TagClassName
{
border-color: #BB290E;
}
</style>