Html Css Color HEX #BA2E17 Harley Davidson Orange
📋 copy color: '#BA2E17'red 186 ◦ green 46 ◦ blue 23
Shades of Harley Davidson Orange #BA2E17
Tints of Harley Davidson Orange #BA2E17
RGB
CMYK
RGB Variations
Color information
#BA2E17 (or 0xBA2E17) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 17. RGB value is (186,46,23). Sum of RGB (Red+Green+Blue) = 186+46+23=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E17 is #45D1E8. Grayscale: #555555. Windows color (decimal): -4575721 or 1519290. OLE color: 1519290.
HSL color Cylindrical-coordinate representation of color #BA2E17: hue angle of 8.47º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA2E17 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 23 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.27 |
| HSL | 8.47º | 0.78% | 0.41% | - |
| HSV(B) | 8.47º | 0.88% | 0.73% | - |
| XYZ | 21.38 | 12.45 | 2.09 | - |
| YUV | 85.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 23 | 0 | 0.75 | 0.88 | 0.27 | 8.47 | 0.78 | 0.41 |
| Hex | BA | 2E | 17 | 0 | 4B | 58 | 1B | 8 | 4E | 29 |
| Octal | 272 | 56 | 27 | 0 | 113 | 130 | 33 | 10 | 116 | 51 |
| Binary | 10111010 | 101110 | 10111 | 0 | 1001011 | 1011000 | 11011 | 1000 | 1001110 | 101001 |
Color Harmonies of #BA2E17
Complementary color
Monochromatic Colors of #BA2E17
Black with #BA2E17
Text Example
Text Example
White with #BA2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E17; }
p { color: rgb(186,46,23); }
H1.HeaderClassName
{
color: #BA2E17;
}
.AnyTagClassName
{
color: #BA2E17;
}
</style>
background-color css
<style>
a { background-color: #BA2E17; }
a { background-color: rgb(186,46,23); }
div.DivClassName
{
background-color: #BA2E17;
}
.BgClassName
{
background-color: #BA2E17;
}
</style>
border-color css
<style>
span { border-color: #BA2E17; }
span { border-color: rgb(186,46,23); }
td.TdClassName
{
border-color: #BA2E17;
}
.TagClassName
{
border-color: #BA2E17;
}
</style>