Html Css Color HEX #BA371D Harley Davidson Orange
📋 copy color: '#BA371D'red 186 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #BA371D
Tints of Harley Davidson Orange #BA371D
RGB
CMYK
RGB Variations
Color information
#BA371D (or 0xBA371D) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 1D. RGB value is (186,55,29). Sum of RGB (Red+Green+Blue) = 186+55+29=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA371D is #45C8E2. Grayscale: #5B5B5B. Windows color (decimal): -4573411 or 1914810. OLE color: 1914810.
HSL color Cylindrical-coordinate representation of color #BA371D: hue angle of 9.94º degrees, saturation: 0.73, 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 #BA371D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 29 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.27 |
| HSL | 9.94º | 0.73% | 0.42% | - |
| HSV(B) | 9.94º | 0.84% | 0.73% | - |
| XYZ | 21.84 | 13.26 | 2.57 | - |
| YUV | 91.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 29 | 0 | 0.70 | 0.84 | 0.27 | 9.94 | 0.73 | 0.42 |
| Hex | BA | 37 | 1D | 0 | 46 | 54 | 1B | A | 49 | 2A |
| Octal | 272 | 67 | 35 | 0 | 106 | 124 | 33 | 12 | 111 | 52 |
| Binary | 10111010 | 110111 | 11101 | 0 | 1000110 | 1010100 | 11011 | 1010 | 1001001 | 101010 |
Color Harmonies of #BA371D
Complementary color
Monochromatic Colors of #BA371D
Black with #BA371D
Text Example
Text Example
White with #BA371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA371D; }
p { color: rgb(186,55,29); }
H1.HeaderClassName
{
color: #BA371D;
}
.AnyTagClassName
{
color: #BA371D;
}
</style>
background-color css
<style>
a { background-color: #BA371D; }
a { background-color: rgb(186,55,29); }
div.DivClassName
{
background-color: #BA371D;
}
.BgClassName
{
background-color: #BA371D;
}
</style>
border-color css
<style>
span { border-color: #BA371D; }
span { border-color: rgb(186,55,29); }
td.TdClassName
{
border-color: #BA371D;
}
.TagClassName
{
border-color: #BA371D;
}
</style>