Html Css Color HEX #BB2A00 Harley Davidson Orange
📋 copy color: '#BB2A00'red 187 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #BB2A00
Tints of Harley Davidson Orange #BB2A00
RGB
CMYK
RGB Variations
Color information
#BB2A00 (or 0xBB2A00) is known color: Harley Davidson Orange. HEX triplet: BB, 2A and 00. RGB value is (187,42,0). Sum of RGB (Red+Green+Blue) = 187+42+0=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A00 is #44D5FF. Grayscale: #505050. Windows color (decimal): -4511232 or 10939. OLE color: 10939.
HSL color Cylindrical-coordinate representation of color #BB2A00: hue angle of 13.48º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB2A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.27 |
| HSL | 13.48º | 1% | 0.37% | - |
| HSV(B) | 13.48º | 1% | 0.73% | - |
| XYZ | 21.32 | 12.22 | 1.24 | - |
| YUV | 80.57 | 82.54 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 0 | 0 | 0.78 | 1 | 0.27 | 13.48 | 1 | 0.37 |
| Hex | BB | 2A | 0 | 0 | 4E | 64 | 1B | D | 64 | 25 |
| Octal | 273 | 52 | 0 | 0 | 116 | 144 | 33 | 15 | 144 | 45 |
| Binary | 10111011 | 101010 | 0 | 0 | 1001110 | 1100100 | 11011 | 1101 | 1100100 | 100101 |
Color Harmonies of #BB2A00
Complementary color
Monochromatic Colors of #BB2A00
Black with #BB2A00
Text Example
Text Example
White with #BB2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A00; }
p { color: rgb(187,42,0); }
H1.HeaderClassName
{
color: #BB2A00;
}
.AnyTagClassName
{
color: #BB2A00;
}
</style>
background-color css
<style>
a { background-color: #BB2A00; }
a { background-color: rgb(187,42,0); }
div.DivClassName
{
background-color: #BB2A00;
}
.BgClassName
{
background-color: #BB2A00;
}
</style>
border-color css
<style>
span { border-color: #BB2A00; }
span { border-color: rgb(187,42,0); }
td.TdClassName
{
border-color: #BB2A00;
}
.TagClassName
{
border-color: #BB2A00;
}
</style>