Html Css Color HEX #BB2202 Harley Davidson Orange
📋 copy color: '#BB2202'red 187 ◦ green 34 ◦ blue 2
Shades of Harley Davidson Orange #BB2202
Tints of Harley Davidson Orange #BB2202
RGB
CMYK
RGB Variations
Color information
#BB2202 (or 0xBB2202) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 02. RGB value is (187,34,2). Sum of RGB (Red+Green+Blue) = 187+34+2=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2202 is #44DDFD. Grayscale: #4C4C4C. Windows color (decimal): -4513278 or 139963. OLE color: 139963.
HSL color Cylindrical-coordinate representation of color #BB2202: hue angle of 10.38º 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 #BB2202 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.27 |
| HSL | 10.38º | 0.98% | 0.37% | - |
| HSV(B) | 10.38º | 0.99% | 0.73% | - |
| XYZ | 21.08 | 11.71 | 1.21 | - |
| YUV | 76.1 | 86.19 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 2 | 0 | 0.82 | 0.99 | 0.27 | 10.38 | 0.98 | 0.37 |
| Hex | BB | 22 | 2 | 0 | 52 | 63 | 1B | A | 62 | 25 |
| Octal | 273 | 42 | 2 | 0 | 122 | 143 | 33 | 12 | 142 | 45 |
| Binary | 10111011 | 100010 | 10 | 0 | 1010010 | 1100011 | 11011 | 1010 | 1100010 | 100101 |
Color Harmonies of #BB2202
Complementary color
Monochromatic Colors of #BB2202
Black with #BB2202
Text Example
Text Example
White with #BB2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2202; }
p { color: rgb(187,34,2); }
H1.HeaderClassName
{
color: #BB2202;
}
.AnyTagClassName
{
color: #BB2202;
}
</style>
background-color css
<style>
a { background-color: #BB2202; }
a { background-color: rgb(187,34,2); }
div.DivClassName
{
background-color: #BB2202;
}
.BgClassName
{
background-color: #BB2202;
}
</style>
border-color css
<style>
span { border-color: #BB2202; }
span { border-color: rgb(187,34,2); }
td.TdClassName
{
border-color: #BB2202;
}
.TagClassName
{
border-color: #BB2202;
}
</style>