Html Css Color HEX #BB2000 Harley Davidson Orange
📋 copy color: '#BB2000'red 187 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #BB2000
Tints of Harley Davidson Orange #BB2000
RGB
CMYK
RGB Variations
Color information
#BB2000 (or 0xBB2000) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 00. RGB value is (187,32,0). Sum of RGB (Red+Green+Blue) = 187+32+0=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2000 is #44DFFF. Grayscale: #4A4A4A. Windows color (decimal): -4513792 or 8379. OLE color: 8379.
HSL color Cylindrical-coordinate representation of color #BB2000: hue angle of 10.27º 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 #BB2000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.27 |
| HSL | 10.27º | 1% | 0.37% | - |
| HSV(B) | 10.27º | 1% | 0.73% | - |
| XYZ | 21.01 | 11.6 | 1.13 | - |
| YUV | 74.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 0 | 0 | 0.83 | 1 | 0.27 | 10.27 | 1 | 0.37 |
| Hex | BB | 20 | 0 | 0 | 53 | 64 | 1B | A | 64 | 25 |
| Octal | 273 | 40 | 0 | 0 | 123 | 144 | 33 | 12 | 144 | 45 |
| Binary | 10111011 | 100000 | 0 | 0 | 1010011 | 1100100 | 11011 | 1010 | 1100100 | 100101 |
Color Harmonies of #BB2000
Complementary color
Monochromatic Colors of #BB2000
Black with #BB2000
Text Example
Text Example
White with #BB2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2000; }
p { color: rgb(187,32,0); }
H1.HeaderClassName
{
color: #BB2000;
}
.AnyTagClassName
{
color: #BB2000;
}
</style>
background-color css
<style>
a { background-color: #BB2000; }
a { background-color: rgb(187,32,0); }
div.DivClassName
{
background-color: #BB2000;
}
.BgClassName
{
background-color: #BB2000;
}
</style>
border-color css
<style>
span { border-color: #BB2000; }
span { border-color: rgb(187,32,0); }
td.TdClassName
{
border-color: #BB2000;
}
.TagClassName
{
border-color: #BB2000;
}
</style>