Html Css Color HEX #BA3519 Harley Davidson Orange
📋 copy color: '#BA3519'red 186 ◦ green 53 ◦ blue 25
Shades of Harley Davidson Orange #BA3519
Tints of Harley Davidson Orange #BA3519
RGB
CMYK
RGB Variations
Color information
#BA3519 (or 0xBA3519) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 19. RGB value is (186,53,25). Sum of RGB (Red+Green+Blue) = 186+53+25=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3519 is #45CAE6. Grayscale: #595959. Windows color (decimal): -4573927 or 1652154. OLE color: 1652154.
HSL color Cylindrical-coordinate representation of color #BA3519: hue angle of 10.43º 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 #BA3519 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 25 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.27 |
| HSL | 10.43º | 0.76% | 0.41% | - |
| HSV(B) | 10.43º | 0.87% | 0.73% | - |
| XYZ | 21.7 | 13.06 | 2.3 | - |
| YUV | 89.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 25 | 0 | 0.72 | 0.87 | 0.27 | 10.43 | 0.76 | 0.41 |
| Hex | BA | 35 | 19 | 0 | 48 | 57 | 1B | A | 4C | 29 |
| Octal | 272 | 65 | 31 | 0 | 110 | 127 | 33 | 12 | 114 | 51 |
| Binary | 10111010 | 110101 | 11001 | 0 | 1001000 | 1010111 | 11011 | 1010 | 1001100 | 101001 |
Color Harmonies of #BA3519
Complementary color
Monochromatic Colors of #BA3519
Black with #BA3519
Text Example
Text Example
White with #BA3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3519; }
p { color: rgb(186,53,25); }
H1.HeaderClassName
{
color: #BA3519;
}
.AnyTagClassName
{
color: #BA3519;
}
</style>
background-color css
<style>
a { background-color: #BA3519; }
a { background-color: rgb(186,53,25); }
div.DivClassName
{
background-color: #BA3519;
}
.BgClassName
{
background-color: #BA3519;
}
</style>
border-color css
<style>
span { border-color: #BA3519; }
span { border-color: rgb(186,53,25); }
td.TdClassName
{
border-color: #BA3519;
}
.TagClassName
{
border-color: #BA3519;
}
</style>