Html Css Color HEX #BA371F Harley Davidson Orange
📋 copy color: '#BA371F'red 186 ◦ green 55 ◦ blue 31
Shades of Harley Davidson Orange #BA371F
Tints of Harley Davidson Orange #BA371F
RGB
CMYK
RGB Variations
Color information
#BA371F (or 0xBA371F) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 1F. RGB value is (186,55,31). Sum of RGB (Red+Green+Blue) = 186+55+31=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA371F is #45C8E0. Grayscale: #5B5B5B. Windows color (decimal): -4573409 or 2045882. OLE color: 2045882.
HSL color Cylindrical-coordinate representation of color #BA371F: hue angle of 9.29º degrees, saturation: 0.71, 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 #BA371F is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 31 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.27 |
| HSL | 9.29º | 0.71% | 0.43% | - |
| HSV(B) | 9.29º | 0.83% | 0.73% | - |
| XYZ | 21.86 | 13.27 | 2.71 | - |
| YUV | 91.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 31 | 0 | 0.70 | 0.83 | 0.27 | 9.29 | 0.71 | 0.43 |
| Hex | BA | 37 | 1F | 0 | 46 | 53 | 1B | 9 | 47 | 2B |
| Octal | 272 | 67 | 37 | 0 | 106 | 123 | 33 | 11 | 107 | 53 |
| Binary | 10111010 | 110111 | 11111 | 0 | 1000110 | 1010011 | 11011 | 1001 | 1000111 | 101011 |
Color Harmonies of #BA371F
Complementary color
Monochromatic Colors of #BA371F
Black with #BA371F
Text Example
Text Example
White with #BA371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA371F; }
p { color: rgb(186,55,31); }
H1.HeaderClassName
{
color: #BA371F;
}
.AnyTagClassName
{
color: #BA371F;
}
</style>
background-color css
<style>
a { background-color: #BA371F; }
a { background-color: rgb(186,55,31); }
div.DivClassName
{
background-color: #BA371F;
}
.BgClassName
{
background-color: #BA371F;
}
</style>
border-color css
<style>
span { border-color: #BA371F; }
span { border-color: rgb(186,55,31); }
td.TdClassName
{
border-color: #BA371F;
}
.TagClassName
{
border-color: #BA371F;
}
</style>