Html Css Color HEX #BB220E Harley Davidson Orange
📋 copy color: '#BB220E'red 187 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #BB220E
Tints of Harley Davidson Orange #BB220E
RGB
CMYK
RGB Variations
Color information
#BB220E (or 0xBB220E) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 0E. RGB value is (187,34,14). Sum of RGB (Red+Green+Blue) = 187+34+14=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB220E is #44DDF1. Grayscale: #4D4D4D. Windows color (decimal): -4513266 or 926395. OLE color: 926395.
HSL color Cylindrical-coordinate representation of color #BB220E: hue angle of 6.94º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB220E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.27 |
| HSL | 6.94º | 0.86% | 0.39% | - |
| HSV(B) | 6.94º | 0.93% | 0.73% | - |
| XYZ | 21.14 | 11.74 | 1.57 | - |
| YUV | 77.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 14 | 0 | 0.82 | 0.93 | 0.27 | 6.94 | 0.86 | 0.39 |
| Hex | BB | 22 | E | 0 | 52 | 5D | 1B | 7 | 56 | 27 |
| Octal | 273 | 42 | 16 | 0 | 122 | 135 | 33 | 7 | 126 | 47 |
| Binary | 10111011 | 100010 | 1110 | 0 | 1010010 | 1011101 | 11011 | 111 | 1010110 | 100111 |
Color Harmonies of #BB220E
Complementary color
Monochromatic Colors of #BB220E
Black with #BB220E
Text Example
Text Example
White with #BB220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB220E; }
p { color: rgb(187,34,14); }
H1.HeaderClassName
{
color: #BB220E;
}
.AnyTagClassName
{
color: #BB220E;
}
</style>
background-color css
<style>
a { background-color: #BB220E; }
a { background-color: rgb(187,34,14); }
div.DivClassName
{
background-color: #BB220E;
}
.BgClassName
{
background-color: #BB220E;
}
</style>
border-color css
<style>
span { border-color: #BB220E; }
span { border-color: rgb(187,34,14); }
td.TdClassName
{
border-color: #BB220E;
}
.TagClassName
{
border-color: #BB220E;
}
</style>