Html Css Color HEX #BA2E19 Harley Davidson Orange
📋 copy color: '#BA2E19'red 186 ◦ green 46 ◦ blue 25
Shades of Harley Davidson Orange #BA2E19
Tints of Harley Davidson Orange #BA2E19
RGB
CMYK
RGB Variations
Color information
#BA2E19 (or 0xBA2E19) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 19. RGB value is (186,46,25). Sum of RGB (Red+Green+Blue) = 186+46+25=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E19 is #45D1E6. Grayscale: #555555. Windows color (decimal): -4575719 or 1650362. OLE color: 1650362.
HSL color Cylindrical-coordinate representation of color #BA2E19: hue angle of 7.83º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA2E19 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 25 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.27 |
| HSL | 7.83º | 0.76% | 0.41% | - |
| HSV(B) | 7.83º | 0.87% | 0.73% | - |
| XYZ | 21.4 | 12.46 | 2.2 | - |
| YUV | 85.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 25 | 0 | 0.75 | 0.87 | 0.27 | 7.83 | 0.76 | 0.41 |
| Hex | BA | 2E | 19 | 0 | 4B | 57 | 1B | 8 | 4C | 29 |
| Octal | 272 | 56 | 31 | 0 | 113 | 127 | 33 | 10 | 114 | 51 |
| Binary | 10111010 | 101110 | 11001 | 0 | 1001011 | 1010111 | 11011 | 1000 | 1001100 | 101001 |
Color Harmonies of #BA2E19
Complementary color
Monochromatic Colors of #BA2E19
Black with #BA2E19
Text Example
Text Example
White with #BA2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E19; }
p { color: rgb(186,46,25); }
H1.HeaderClassName
{
color: #BA2E19;
}
.AnyTagClassName
{
color: #BA2E19;
}
</style>
background-color css
<style>
a { background-color: #BA2E19; }
a { background-color: rgb(186,46,25); }
div.DivClassName
{
background-color: #BA2E19;
}
.BgClassName
{
background-color: #BA2E19;
}
</style>
border-color css
<style>
span { border-color: #BA2E19; }
span { border-color: rgb(186,46,25); }
td.TdClassName
{
border-color: #BA2E19;
}
.TagClassName
{
border-color: #BA2E19;
}
</style>