Html Css Color HEX #BA371E Harley Davidson Orange
📋 copy color: '#BA371E'red 186 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #BA371E
Tints of Harley Davidson Orange #BA371E
RGB
CMYK
RGB Variations
Color information
#BA371E (or 0xBA371E) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 1E. RGB value is (186,55,30). Sum of RGB (Red+Green+Blue) = 186+55+30=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA371E is #45C8E1. Grayscale: #5B5B5B. Windows color (decimal): -4573410 or 1980346. OLE color: 1980346.
HSL color Cylindrical-coordinate representation of color #BA371E: hue angle of 9.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA371E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 30 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.27 |
| HSL | 9.62º | 0.72% | 0.42% | - |
| HSV(B) | 9.62º | 0.84% | 0.73% | - |
| XYZ | 21.85 | 13.27 | 2.64 | - |
| YUV | 91.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 30 | 0 | 0.70 | 0.84 | 0.27 | 9.62 | 0.72 | 0.42 |
| Hex | BA | 37 | 1E | 0 | 46 | 54 | 1B | A | 48 | 2A |
| Octal | 272 | 67 | 36 | 0 | 106 | 124 | 33 | 12 | 110 | 52 |
| Binary | 10111010 | 110111 | 11110 | 0 | 1000110 | 1010100 | 11011 | 1010 | 1001000 | 101010 |
Color Harmonies of #BA371E
Complementary color
Monochromatic Colors of #BA371E
Black with #BA371E
Text Example
Text Example
White with #BA371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA371E; }
p { color: rgb(186,55,30); }
H1.HeaderClassName
{
color: #BA371E;
}
.AnyTagClassName
{
color: #BA371E;
}
</style>
background-color css
<style>
a { background-color: #BA371E; }
a { background-color: rgb(186,55,30); }
div.DivClassName
{
background-color: #BA371E;
}
.BgClassName
{
background-color: #BA371E;
}
</style>
border-color css
<style>
span { border-color: #BA371E; }
span { border-color: rgb(186,55,30); }
td.TdClassName
{
border-color: #BA371E;
}
.TagClassName
{
border-color: #BA371E;
}
</style>