Html Css Color HEX #BA2D0E Harley Davidson Orange
📋 copy color: '#BA2D0E'red 186 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #BA2D0E
Tints of Harley Davidson Orange #BA2D0E
RGB
CMYK
RGB Variations
Color information
#BA2D0E (or 0xBA2D0E) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 0E. RGB value is (186,45,14). Sum of RGB (Red+Green+Blue) = 186+45+14=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D0E is #45D2F1. Grayscale: #535353. Windows color (decimal): -4575986 or 929210. OLE color: 929210.
HSL color Cylindrical-coordinate representation of color #BA2D0E: hue angle of 10.81º 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 #BA2D0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.27 |
| HSL | 10.81º | 0.86% | 0.39% | - |
| HSV(B) | 10.81º | 0.92% | 0.73% | - |
| XYZ | 21.27 | 12.35 | 1.68 | - |
| YUV | 83.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 14 | 0 | 0.76 | 0.92 | 0.27 | 10.81 | 0.86 | 0.39 |
| Hex | BA | 2D | E | 0 | 4C | 5C | 1B | B | 56 | 27 |
| Octal | 272 | 55 | 16 | 0 | 114 | 134 | 33 | 13 | 126 | 47 |
| Binary | 10111010 | 101101 | 1110 | 0 | 1001100 | 1011100 | 11011 | 1011 | 1010110 | 100111 |
Color Harmonies of #BA2D0E
Complementary color
Monochromatic Colors of #BA2D0E
Black with #BA2D0E
Text Example
Text Example
White with #BA2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D0E; }
p { color: rgb(186,45,14); }
H1.HeaderClassName
{
color: #BA2D0E;
}
.AnyTagClassName
{
color: #BA2D0E;
}
</style>
background-color css
<style>
a { background-color: #BA2D0E; }
a { background-color: rgb(186,45,14); }
div.DivClassName
{
background-color: #BA2D0E;
}
.BgClassName
{
background-color: #BA2D0E;
}
</style>
border-color css
<style>
span { border-color: #BA2D0E; }
span { border-color: rgb(186,45,14); }
td.TdClassName
{
border-color: #BA2D0E;
}
.TagClassName
{
border-color: #BA2D0E;
}
</style>