Html Css Color HEX #BB2905 Harley Davidson Orange
📋 copy color: '#BB2905'red 187 ◦ green 41 ◦ blue 5
Shades of Harley Davidson Orange #BB2905
Tints of Harley Davidson Orange #BB2905
RGB
CMYK
RGB Variations
Color information
#BB2905 (or 0xBB2905) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 05. RGB value is (187,41,5). Sum of RGB (Red+Green+Blue) = 187+41+5=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2905 is #44D6FA. Grayscale: #505050. Windows color (decimal): -4511483 or 338363. OLE color: 338363.
HSL color Cylindrical-coordinate representation of color #BB2905: hue angle of 11.87º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB2905 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.27 |
| HSL | 11.87º | 0.95% | 0.38% | - |
| HSV(B) | 11.87º | 0.97% | 0.73% | - |
| XYZ | 21.31 | 12.16 | 1.37 | - |
| YUV | 80.55 | 85.37 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 5 | 0 | 0.78 | 0.97 | 0.27 | 11.87 | 0.95 | 0.38 |
| Hex | BB | 29 | 5 | 0 | 4E | 61 | 1B | C | 5F | 26 |
| Octal | 273 | 51 | 5 | 0 | 116 | 141 | 33 | 14 | 137 | 46 |
| Binary | 10111011 | 101001 | 101 | 0 | 1001110 | 1100001 | 11011 | 1100 | 1011111 | 100110 |
Color Harmonies of #BB2905
Complementary color
Monochromatic Colors of #BB2905
Black with #BB2905
Text Example
Text Example
White with #BB2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2905; }
p { color: rgb(187,41,5); }
H1.HeaderClassName
{
color: #BB2905;
}
.AnyTagClassName
{
color: #BB2905;
}
</style>
background-color css
<style>
a { background-color: #BB2905; }
a { background-color: rgb(187,41,5); }
div.DivClassName
{
background-color: #BB2905;
}
.BgClassName
{
background-color: #BB2905;
}
</style>
border-color css
<style>
span { border-color: #BB2905; }
span { border-color: rgb(187,41,5); }
td.TdClassName
{
border-color: #BB2905;
}
.TagClassName
{
border-color: #BB2905;
}
</style>