Html Css Color HEX #BA391E Harley Davidson Orange
📋 copy color: '#BA391E'red 186 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #BA391E
Tints of Harley Davidson Orange #BA391E
RGB
CMYK
RGB Variations
Color information
#BA391E (or 0xBA391E) is known color: Harley Davidson Orange. HEX triplet: BA, 39 and 1E. RGB value is (186,57,30). Sum of RGB (Red+Green+Blue) = 186+57+30=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA391E is #45C6E1. Grayscale: #5C5C5C. Windows color (decimal): -4572898 or 1980858. OLE color: 1980858.
HSL color Cylindrical-coordinate representation of color #BA391E: hue angle of 10.38º 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 #BA391E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 30 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.27 |
| HSL | 10.38º | 0.72% | 0.42% | - |
| HSV(B) | 10.38º | 0.84% | 0.73% | - |
| XYZ | 21.95 | 13.46 | 2.67 | - |
| YUV | 92.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 30 | 0 | 0.69 | 0.84 | 0.27 | 10.38 | 0.72 | 0.42 |
| Hex | BA | 39 | 1E | 0 | 45 | 54 | 1B | A | 48 | 2A |
| Octal | 272 | 71 | 36 | 0 | 105 | 124 | 33 | 12 | 110 | 52 |
| Binary | 10111010 | 111001 | 11110 | 0 | 1000101 | 1010100 | 11011 | 1010 | 1001000 | 101010 |
Color Harmonies of #BA391E
Complementary color
Monochromatic Colors of #BA391E
Black with #BA391E
Text Example
Text Example
White with #BA391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA391E; }
p { color: rgb(186,57,30); }
H1.HeaderClassName
{
color: #BA391E;
}
.AnyTagClassName
{
color: #BA391E;
}
</style>
background-color css
<style>
a { background-color: #BA391E; }
a { background-color: rgb(186,57,30); }
div.DivClassName
{
background-color: #BA391E;
}
.BgClassName
{
background-color: #BA391E;
}
</style>
border-color css
<style>
span { border-color: #BA391E; }
span { border-color: rgb(186,57,30); }
td.TdClassName
{
border-color: #BA391E;
}
.TagClassName
{
border-color: #BA391E;
}
</style>