Html Css Color HEX #BA3518 Harley Davidson Orange
📋 copy color: '#BA3518'red 186 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #BA3518
Tints of Harley Davidson Orange #BA3518
RGB
CMYK
RGB Variations
Color information
#BA3518 (or 0xBA3518) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 18. RGB value is (186,53,24). Sum of RGB (Red+Green+Blue) = 186+53+24=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3518 is #45CAE7. Grayscale: #595959. Windows color (decimal): -4573928 or 1586618. OLE color: 1586618.
HSL color Cylindrical-coordinate representation of color #BA3518: hue angle of 10.74º degrees, saturation: 0.77, 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 #BA3518 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 24 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.27 |
| HSL | 10.74º | 0.77% | 0.41% | - |
| HSV(B) | 10.74º | 0.87% | 0.73% | - |
| XYZ | 21.69 | 13.05 | 2.24 | - |
| YUV | 89.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 24 | 0 | 0.72 | 0.87 | 0.27 | 10.74 | 0.77 | 0.41 |
| Hex | BA | 35 | 18 | 0 | 48 | 57 | 1B | B | 4D | 29 |
| Octal | 272 | 65 | 30 | 0 | 110 | 127 | 33 | 13 | 115 | 51 |
| Binary | 10111010 | 110101 | 11000 | 0 | 1001000 | 1010111 | 11011 | 1011 | 1001101 | 101001 |
Color Harmonies of #BA3518
Complementary color
Monochromatic Colors of #BA3518
Black with #BA3518
Text Example
Text Example
White with #BA3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3518; }
p { color: rgb(186,53,24); }
H1.HeaderClassName
{
color: #BA3518;
}
.AnyTagClassName
{
color: #BA3518;
}
</style>
background-color css
<style>
a { background-color: #BA3518; }
a { background-color: rgb(186,53,24); }
div.DivClassName
{
background-color: #BA3518;
}
.BgClassName
{
background-color: #BA3518;
}
</style>
border-color css
<style>
span { border-color: #BA3518; }
span { border-color: rgb(186,53,24); }
td.TdClassName
{
border-color: #BA3518;
}
.TagClassName
{
border-color: #BA3518;
}
</style>