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