Html Css Color HEX #BB2904 Harley Davidson Orange
📋 copy color: '#BB2904'red 187 ◦ green 41 ◦ blue 4
Shades of Harley Davidson Orange #BB2904
Tints of Harley Davidson Orange #BB2904
RGB
CMYK
RGB Variations
Color information
#BB2904 (or 0xBB2904) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 04. RGB value is (187,41,4). Sum of RGB (Red+Green+Blue) = 187+41+4=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2904 is #44D6FB. Grayscale: #505050. Windows color (decimal): -4511484 or 272827. OLE color: 272827.
HSL color Cylindrical-coordinate representation of color #BB2904: hue angle of 12.13º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB2904 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.27 |
| HSL | 12.13º | 0.96% | 0.37% | - |
| HSV(B) | 12.13º | 0.98% | 0.73% | - |
| XYZ | 21.31 | 12.16 | 1.34 | - |
| YUV | 80.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 4 | 0 | 0.78 | 0.98 | 0.27 | 12.13 | 0.96 | 0.37 |
| Hex | BB | 29 | 4 | 0 | 4E | 62 | 1B | C | 60 | 25 |
| Octal | 273 | 51 | 4 | 0 | 116 | 142 | 33 | 14 | 140 | 45 |
| Binary | 10111011 | 101001 | 100 | 0 | 1001110 | 1100010 | 11011 | 1100 | 1100000 | 100101 |
Color Harmonies of #BB2904
Complementary color
Monochromatic Colors of #BB2904
Black with #BB2904
Text Example
Text Example
White with #BB2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2904; }
p { color: rgb(187,41,4); }
H1.HeaderClassName
{
color: #BB2904;
}
.AnyTagClassName
{
color: #BB2904;
}
</style>
background-color css
<style>
a { background-color: #BB2904; }
a { background-color: rgb(187,41,4); }
div.DivClassName
{
background-color: #BB2904;
}
.BgClassName
{
background-color: #BB2904;
}
</style>
border-color css
<style>
span { border-color: #BB2904; }
span { border-color: rgb(187,41,4); }
td.TdClassName
{
border-color: #BB2904;
}
.TagClassName
{
border-color: #BB2904;
}
</style>