Html Css Color HEX #BB2802 Harley Davidson Orange
📋 copy color: '#BB2802'red 187 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #BB2802
Tints of Harley Davidson Orange #BB2802
RGB
CMYK
RGB Variations
Color information
#BB2802 (or 0xBB2802) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 02. RGB value is (187,40,2). Sum of RGB (Red+Green+Blue) = 187+40+2=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2802 is #44D7FD. Grayscale: #4F4F4F. Windows color (decimal): -4511742 or 141499. OLE color: 141499.
HSL color Cylindrical-coordinate representation of color #BB2802: hue angle of 12.32º 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 #BB2802 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.27 |
| HSL | 12.32º | 0.98% | 0.37% | - |
| HSV(B) | 12.32º | 0.99% | 0.73% | - |
| XYZ | 21.26 | 12.09 | 1.27 | - |
| YUV | 79.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 2 | 0 | 0.79 | 0.99 | 0.27 | 12.32 | 0.98 | 0.37 |
| Hex | BB | 28 | 2 | 0 | 4F | 63 | 1B | C | 62 | 25 |
| Octal | 273 | 50 | 2 | 0 | 117 | 143 | 33 | 14 | 142 | 45 |
| Binary | 10111011 | 101000 | 10 | 0 | 1001111 | 1100011 | 11011 | 1100 | 1100010 | 100101 |
Color Harmonies of #BB2802
Complementary color
Monochromatic Colors of #BB2802
Black with #BB2802
Text Example
Text Example
White with #BB2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2802; }
p { color: rgb(187,40,2); }
H1.HeaderClassName
{
color: #BB2802;
}
.AnyTagClassName
{
color: #BB2802;
}
</style>
background-color css
<style>
a { background-color: #BB2802; }
a { background-color: rgb(187,40,2); }
div.DivClassName
{
background-color: #BB2802;
}
.BgClassName
{
background-color: #BB2802;
}
</style>
border-color css
<style>
span { border-color: #BB2802; }
span { border-color: rgb(187,40,2); }
td.TdClassName
{
border-color: #BB2802;
}
.TagClassName
{
border-color: #BB2802;
}
</style>