Html Css Color HEX #BB371E Harley Davidson Orange
📋 copy color: '#BB371E'red 187 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #BB371E
Tints of Harley Davidson Orange #BB371E
RGB
CMYK
RGB Variations
Color information
#BB371E (or 0xBB371E) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 1E. RGB value is (187,55,30). Sum of RGB (Red+Green+Blue) = 187+55+30=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB371E is #44C8E1. Grayscale: #5B5B5B. Windows color (decimal): -4507874 or 1980347. OLE color: 1980347.
HSL color Cylindrical-coordinate representation of color #BB371E: hue angle of 9.55º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB371E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 30 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.27 |
| HSL | 9.55º | 0.72% | 0.43% | - |
| HSV(B) | 9.55º | 0.84% | 0.73% | - |
| XYZ | 22.09 | 13.39 | 2.65 | - |
| YUV | 91.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 30 | 0 | 0.71 | 0.84 | 0.27 | 9.55 | 0.72 | 0.43 |
| Hex | BB | 37 | 1E | 0 | 47 | 54 | 1B | A | 48 | 2B |
| Octal | 273 | 67 | 36 | 0 | 107 | 124 | 33 | 12 | 110 | 53 |
| Binary | 10111011 | 110111 | 11110 | 0 | 1000111 | 1010100 | 11011 | 1010 | 1001000 | 101011 |
Color Harmonies of #BB371E
Complementary color
Monochromatic Colors of #BB371E
Black with #BB371E
Text Example
Text Example
White with #BB371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB371E; }
p { color: rgb(187,55,30); }
H1.HeaderClassName
{
color: #BB371E;
}
.AnyTagClassName
{
color: #BB371E;
}
</style>
background-color css
<style>
a { background-color: #BB371E; }
a { background-color: rgb(187,55,30); }
div.DivClassName
{
background-color: #BB371E;
}
.BgClassName
{
background-color: #BB371E;
}
</style>
border-color css
<style>
span { border-color: #BB371E; }
span { border-color: rgb(187,55,30); }
td.TdClassName
{
border-color: #BB371E;
}
.TagClassName
{
border-color: #BB371E;
}
</style>