Html Css Color HEX #BB2910 Harley Davidson Orange
📋 copy color: '#BB2910'red 187 ◦ green 41 ◦ blue 16
Shades of Harley Davidson Orange #BB2910
Tints of Harley Davidson Orange #BB2910
RGB
CMYK
RGB Variations
Color information
#BB2910 (or 0xBB2910) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 10. RGB value is (187,41,16). Sum of RGB (Red+Green+Blue) = 187+41+16=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2910 is #44D6EF. Grayscale: #525252. Windows color (decimal): -4511472 or 1059259. OLE color: 1059259.
HSL color Cylindrical-coordinate representation of color #BB2910: hue angle of 8.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB2910 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.27 |
| HSL | 8.77º | 0.84% | 0.4% | - |
| HSV(B) | 8.77º | 0.91% | 0.73% | - |
| XYZ | 21.38 | 12.19 | 1.72 | - |
| YUV | 81.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 16 | 0 | 0.78 | 0.91 | 0.27 | 8.77 | 0.84 | 0.4 |
| Hex | BB | 29 | 10 | 0 | 4E | 5B | 1B | 9 | 54 | 28 |
| Octal | 273 | 51 | 20 | 0 | 116 | 133 | 33 | 11 | 124 | 50 |
| Binary | 10111011 | 101001 | 10000 | 0 | 1001110 | 1011011 | 11011 | 1001 | 1010100 | 101000 |
Color Harmonies of #BB2910
Complementary color
Monochromatic Colors of #BB2910
Black with #BB2910
Text Example
Text Example
White with #BB2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2910; }
p { color: rgb(187,41,16); }
H1.HeaderClassName
{
color: #BB2910;
}
.AnyTagClassName
{
color: #BB2910;
}
</style>
background-color css
<style>
a { background-color: #BB2910; }
a { background-color: rgb(187,41,16); }
div.DivClassName
{
background-color: #BB2910;
}
.BgClassName
{
background-color: #BB2910;
}
</style>
border-color css
<style>
span { border-color: #BB2910; }
span { border-color: rgb(187,41,16); }
td.TdClassName
{
border-color: #BB2910;
}
.TagClassName
{
border-color: #BB2910;
}
</style>