Html Css Color HEX #BB220B Harley Davidson Orange
📋 copy color: '#BB220B'red 187 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #BB220B
Tints of Harley Davidson Orange #BB220B
RGB
CMYK
RGB Variations
Color information
#BB220B (or 0xBB220B) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 0B. RGB value is (187,34,11). Sum of RGB (Red+Green+Blue) = 187+34+11=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB220B is #44DDF4. Grayscale: #4D4D4D. Windows color (decimal): -4513269 or 729787. OLE color: 729787.
HSL color Cylindrical-coordinate representation of color #BB220B: hue angle of 7.84º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB220B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.27 |
| HSL | 7.84º | 0.89% | 0.39% | - |
| HSV(B) | 7.84º | 0.94% | 0.73% | - |
| XYZ | 21.13 | 11.73 | 1.47 | - |
| YUV | 77.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 11 | 0 | 0.82 | 0.94 | 0.27 | 7.84 | 0.89 | 0.39 |
| Hex | BB | 22 | B | 0 | 52 | 5E | 1B | 8 | 59 | 27 |
| Octal | 273 | 42 | 13 | 0 | 122 | 136 | 33 | 10 | 131 | 47 |
| Binary | 10111011 | 100010 | 1011 | 0 | 1010010 | 1011110 | 11011 | 1000 | 1011001 | 100111 |
Color Harmonies of #BB220B
Complementary color
Monochromatic Colors of #BB220B
Black with #BB220B
Text Example
Text Example
White with #BB220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB220B; }
p { color: rgb(187,34,11); }
H1.HeaderClassName
{
color: #BB220B;
}
.AnyTagClassName
{
color: #BB220B;
}
</style>
background-color css
<style>
a { background-color: #BB220B; }
a { background-color: rgb(187,34,11); }
div.DivClassName
{
background-color: #BB220B;
}
.BgClassName
{
background-color: #BB220B;
}
</style>
border-color css
<style>
span { border-color: #BB220B; }
span { border-color: rgb(187,34,11); }
td.TdClassName
{
border-color: #BB220B;
}
.TagClassName
{
border-color: #BB220B;
}
</style>