Html Css Color HEX #BB371F Harley Davidson Orange
📋 copy color: '#BB371F'red 187 ◦ green 55 ◦ blue 31
Shades of Harley Davidson Orange #BB371F
Tints of Harley Davidson Orange #BB371F
RGB
CMYK
RGB Variations
Color information
#BB371F (or 0xBB371F) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 1F. RGB value is (187,55,31). Sum of RGB (Red+Green+Blue) = 187+55+31=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB371F is #44C8E0. Grayscale: #5B5B5B. Windows color (decimal): -4507873 or 2045883. OLE color: 2045883.
HSL color Cylindrical-coordinate representation of color #BB371F: hue angle of 9.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB371F is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 31 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.27 |
| HSL | 9.23º | 0.72% | 0.43% | - |
| HSV(B) | 9.23º | 0.83% | 0.73% | - |
| XYZ | 22.11 | 13.4 | 2.72 | - |
| YUV | 91.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 31 | 0 | 0.71 | 0.83 | 0.27 | 9.23 | 0.72 | 0.43 |
| Hex | BB | 37 | 1F | 0 | 47 | 53 | 1B | 9 | 48 | 2B |
| Octal | 273 | 67 | 37 | 0 | 107 | 123 | 33 | 11 | 110 | 53 |
| Binary | 10111011 | 110111 | 11111 | 0 | 1000111 | 1010011 | 11011 | 1001 | 1001000 | 101011 |
Color Harmonies of #BB371F
Complementary color
Monochromatic Colors of #BB371F
Black with #BB371F
Text Example
Text Example
White with #BB371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB371F; }
p { color: rgb(187,55,31); }
H1.HeaderClassName
{
color: #BB371F;
}
.AnyTagClassName
{
color: #BB371F;
}
</style>
background-color css
<style>
a { background-color: #BB371F; }
a { background-color: rgb(187,55,31); }
div.DivClassName
{
background-color: #BB371F;
}
.BgClassName
{
background-color: #BB371F;
}
</style>
border-color css
<style>
span { border-color: #BB371F; }
span { border-color: rgb(187,55,31); }
td.TdClassName
{
border-color: #BB371F;
}
.TagClassName
{
border-color: #BB371F;
}
</style>