Html Css Color HEX #BB2D0E Harley Davidson Orange
📋 copy color: '#BB2D0E'red 187 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #BB2D0E
Tints of Harley Davidson Orange #BB2D0E
RGB
CMYK
RGB Variations
Color information
#BB2D0E (or 0xBB2D0E) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 0E. RGB value is (187,45,14). Sum of RGB (Red+Green+Blue) = 187+45+14=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D0E is #44D2F1. Grayscale: #545454. Windows color (decimal): -4510450 or 929211. OLE color: 929211.
HSL color Cylindrical-coordinate representation of color #BB2D0E: hue angle of 10.75º 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 #BB2D0E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.27 |
| HSL | 10.75º | 0.86% | 0.39% | - |
| HSV(B) | 10.75º | 0.93% | 0.73% | - |
| XYZ | 21.51 | 12.47 | 1.69 | - |
| YUV | 83.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 14 | 0 | 0.76 | 0.93 | 0.27 | 10.75 | 0.86 | 0.39 |
| Hex | BB | 2D | E | 0 | 4C | 5D | 1B | B | 56 | 27 |
| Octal | 273 | 55 | 16 | 0 | 114 | 135 | 33 | 13 | 126 | 47 |
| Binary | 10111011 | 101101 | 1110 | 0 | 1001100 | 1011101 | 11011 | 1011 | 1010110 | 100111 |
Color Harmonies of #BB2D0E
Complementary color
Monochromatic Colors of #BB2D0E
Black with #BB2D0E
Text Example
Text Example
White with #BB2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D0E; }
p { color: rgb(187,45,14); }
H1.HeaderClassName
{
color: #BB2D0E;
}
.AnyTagClassName
{
color: #BB2D0E;
}
</style>
background-color css
<style>
a { background-color: #BB2D0E; }
a { background-color: rgb(187,45,14); }
div.DivClassName
{
background-color: #BB2D0E;
}
.BgClassName
{
background-color: #BB2D0E;
}
</style>
border-color css
<style>
span { border-color: #BB2D0E; }
span { border-color: rgb(187,45,14); }
td.TdClassName
{
border-color: #BB2D0E;
}
.TagClassName
{
border-color: #BB2D0E;
}
</style>