Html Css Color HEX #BA3A1E Harley Davidson Orange
📋 copy color: '#BA3A1E'red 186 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #BA3A1E
Tints of Harley Davidson Orange #BA3A1E
RGB
CMYK
RGB Variations
Color information
#BA3A1E (or 0xBA3A1E) is known color: Harley Davidson Orange. HEX triplet: BA, 3A and 1E. RGB value is (186,58,30). Sum of RGB (Red+Green+Blue) = 186+58+30=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A1E is #45C5E1. Grayscale: #5D5D5D. Windows color (decimal): -4572642 or 1981114. OLE color: 1981114.
HSL color Cylindrical-coordinate representation of color #BA3A1E: hue angle of 10.77º 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 #BA3A1E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 30 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.27 |
| HSL | 10.77º | 0.72% | 0.42% | - |
| HSV(B) | 10.77º | 0.84% | 0.73% | - |
| XYZ | 22 | 13.56 | 2.69 | - |
| YUV | 93.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 30 | 0 | 0.69 | 0.84 | 0.27 | 10.77 | 0.72 | 0.42 |
| Hex | BA | 3A | 1E | 0 | 45 | 54 | 1B | B | 48 | 2A |
| Octal | 272 | 72 | 36 | 0 | 105 | 124 | 33 | 13 | 110 | 52 |
| Binary | 10111010 | 111010 | 11110 | 0 | 1000101 | 1010100 | 11011 | 1011 | 1001000 | 101010 |
Color Harmonies of #BA3A1E
Complementary color
Monochromatic Colors of #BA3A1E
Black with #BA3A1E
Text Example
Text Example
White with #BA3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A1E; }
p { color: rgb(186,58,30); }
H1.HeaderClassName
{
color: #BA3A1E;
}
.AnyTagClassName
{
color: #BA3A1E;
}
</style>
background-color css
<style>
a { background-color: #BA3A1E; }
a { background-color: rgb(186,58,30); }
div.DivClassName
{
background-color: #BA3A1E;
}
.BgClassName
{
background-color: #BA3A1E;
}
</style>
border-color css
<style>
span { border-color: #BA3A1E; }
span { border-color: rgb(186,58,30); }
td.TdClassName
{
border-color: #BA3A1E;
}
.TagClassName
{
border-color: #BA3A1E;
}
</style>