Html Css Color HEX #BA2C0E Harley Davidson Orange
📋 copy color: '#BA2C0E'red 186 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #BA2C0E
Tints of Harley Davidson Orange #BA2C0E
RGB
CMYK
RGB Variations
Color information
#BA2C0E (or 0xBA2C0E) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 0E. RGB value is (186,44,14). Sum of RGB (Red+Green+Blue) = 186+44+14=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C0E is #45D3F1. Grayscale: #535353. Windows color (decimal): -4576242 or 928954. OLE color: 928954.
HSL color Cylindrical-coordinate representation of color #BA2C0E: hue angle of 10.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA2C0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.27 |
| HSL | 10.47º | 0.86% | 0.39% | - |
| HSV(B) | 10.47º | 0.92% | 0.73% | - |
| XYZ | 21.23 | 12.27 | 1.67 | - |
| YUV | 83.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 14 | 0 | 0.76 | 0.92 | 0.27 | 10.47 | 0.86 | 0.39 |
| Hex | BA | 2C | E | 0 | 4C | 5C | 1B | A | 56 | 27 |
| Octal | 272 | 54 | 16 | 0 | 114 | 134 | 33 | 12 | 126 | 47 |
| Binary | 10111010 | 101100 | 1110 | 0 | 1001100 | 1011100 | 11011 | 1010 | 1010110 | 100111 |
Color Harmonies of #BA2C0E
Complementary color
Monochromatic Colors of #BA2C0E
Black with #BA2C0E
Text Example
Text Example
White with #BA2C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C0E; }
p { color: rgb(186,44,14); }
H1.HeaderClassName
{
color: #BA2C0E;
}
.AnyTagClassName
{
color: #BA2C0E;
}
</style>
background-color css
<style>
a { background-color: #BA2C0E; }
a { background-color: rgb(186,44,14); }
div.DivClassName
{
background-color: #BA2C0E;
}
.BgClassName
{
background-color: #BA2C0E;
}
</style>
border-color css
<style>
span { border-color: #BA2C0E; }
span { border-color: rgb(186,44,14); }
td.TdClassName
{
border-color: #BA2C0E;
}
.TagClassName
{
border-color: #BA2C0E;
}
</style>