Html Css Color HEX #BA3417 Harley Davidson Orange
📋 copy color: '#BA3417'red 186 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #BA3417
Tints of Harley Davidson Orange #BA3417
RGB
CMYK
RGB Variations
Color information
#BA3417 (or 0xBA3417) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 17. RGB value is (186,52,23). Sum of RGB (Red+Green+Blue) = 186+52+23=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3417 is #45CBE8. Grayscale: #595959. Windows color (decimal): -4574185 or 1520826. OLE color: 1520826.
HSL color Cylindrical-coordinate representation of color #BA3417: hue angle of 10.67º 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 #BA3417 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 23 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.27 |
| HSL | 10.67º | 0.78% | 0.41% | - |
| HSV(B) | 10.67º | 0.88% | 0.73% | - |
| XYZ | 21.63 | 12.96 | 2.17 | - |
| YUV | 88.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 23 | 0 | 0.72 | 0.88 | 0.27 | 10.67 | 0.78 | 0.41 |
| Hex | BA | 34 | 17 | 0 | 48 | 58 | 1B | B | 4E | 29 |
| Octal | 272 | 64 | 27 | 0 | 110 | 130 | 33 | 13 | 116 | 51 |
| Binary | 10111010 | 110100 | 10111 | 0 | 1001000 | 1011000 | 11011 | 1011 | 1001110 | 101001 |
Color Harmonies of #BA3417
Complementary color
Monochromatic Colors of #BA3417
Black with #BA3417
Text Example
Text Example
White with #BA3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3417; }
p { color: rgb(186,52,23); }
H1.HeaderClassName
{
color: #BA3417;
}
.AnyTagClassName
{
color: #BA3417;
}
</style>
background-color css
<style>
a { background-color: #BA3417; }
a { background-color: rgb(186,52,23); }
div.DivClassName
{
background-color: #BA3417;
}
.BgClassName
{
background-color: #BA3417;
}
</style>
border-color css
<style>
span { border-color: #BA3417; }
span { border-color: rgb(186,52,23); }
td.TdClassName
{
border-color: #BA3417;
}
.TagClassName
{
border-color: #BA3417;
}
</style>