Html Css Color HEX #BB2002 Harley Davidson Orange
📋 copy color: '#BB2002'red 187 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #BB2002
Tints of Harley Davidson Orange #BB2002
RGB
CMYK
RGB Variations
Color information
#BB2002 (or 0xBB2002) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 02. RGB value is (187,32,2). Sum of RGB (Red+Green+Blue) = 187+32+2=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2002 is #44DFFD. Grayscale: #4B4B4B. Windows color (decimal): -4513790 or 139451. OLE color: 139451.
HSL color Cylindrical-coordinate representation of color #BB2002: hue angle of 9.73º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB2002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.27 |
| HSL | 9.73º | 0.98% | 0.37% | - |
| HSV(B) | 9.73º | 0.99% | 0.73% | - |
| XYZ | 21.02 | 11.6 | 1.19 | - |
| YUV | 74.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 2 | 0 | 0.83 | 0.99 | 0.27 | 9.73 | 0.98 | 0.37 |
| Hex | BB | 20 | 2 | 0 | 53 | 63 | 1B | A | 62 | 25 |
| Octal | 273 | 40 | 2 | 0 | 123 | 143 | 33 | 12 | 142 | 45 |
| Binary | 10111011 | 100000 | 10 | 0 | 1010011 | 1100011 | 11011 | 1010 | 1100010 | 100101 |
Color Harmonies of #BB2002
Complementary color
Monochromatic Colors of #BB2002
Black with #BB2002
Text Example
Text Example
White with #BB2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2002; }
p { color: rgb(187,32,2); }
H1.HeaderClassName
{
color: #BB2002;
}
.AnyTagClassName
{
color: #BB2002;
}
</style>
background-color css
<style>
a { background-color: #BB2002; }
a { background-color: rgb(187,32,2); }
div.DivClassName
{
background-color: #BB2002;
}
.BgClassName
{
background-color: #BB2002;
}
</style>
border-color css
<style>
span { border-color: #BB2002; }
span { border-color: rgb(187,32,2); }
td.TdClassName
{
border-color: #BB2002;
}
.TagClassName
{
border-color: #BB2002;
}
</style>