Html Css Color HEX #BB2903 Harley Davidson Orange
📋 copy color: '#BB2903'red 187 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #BB2903
Tints of Harley Davidson Orange #BB2903
RGB
CMYK
RGB Variations
Color information
#BB2903 (or 0xBB2903) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 03. RGB value is (187,41,3). Sum of RGB (Red+Green+Blue) = 187+41+3=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2903 is #44D6FC. Grayscale: #505050. Windows color (decimal): -4511485 or 207291. OLE color: 207291.
HSL color Cylindrical-coordinate representation of color #BB2903: hue angle of 12.39º degrees, saturation: 0.97, 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 #BB2903 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.27 |
| HSL | 12.39º | 0.97% | 0.37% | - |
| HSV(B) | 12.39º | 0.98% | 0.73% | - |
| XYZ | 21.3 | 12.16 | 1.31 | - |
| YUV | 80.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 3 | 0 | 0.78 | 0.98 | 0.27 | 12.39 | 0.97 | 0.37 |
| Hex | BB | 29 | 3 | 0 | 4E | 62 | 1B | C | 61 | 25 |
| Octal | 273 | 51 | 3 | 0 | 116 | 142 | 33 | 14 | 141 | 45 |
| Binary | 10111011 | 101001 | 11 | 0 | 1001110 | 1100010 | 11011 | 1100 | 1100001 | 100101 |
Color Harmonies of #BB2903
Complementary color
Monochromatic Colors of #BB2903
Black with #BB2903
Text Example
Text Example
White with #BB2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2903; }
p { color: rgb(187,41,3); }
H1.HeaderClassName
{
color: #BB2903;
}
.AnyTagClassName
{
color: #BB2903;
}
</style>
background-color css
<style>
a { background-color: #BB2903; }
a { background-color: rgb(187,41,3); }
div.DivClassName
{
background-color: #BB2903;
}
.BgClassName
{
background-color: #BB2903;
}
</style>
border-color css
<style>
span { border-color: #BB2903; }
span { border-color: rgb(187,41,3); }
td.TdClassName
{
border-color: #BB2903;
}
.TagClassName
{
border-color: #BB2903;
}
</style>