Html Css Color HEX #BA3414 Harley Davidson Orange
📋 copy color: '#BA3414'red 186 ◦ green 52 ◦ blue 20
Shades of Harley Davidson Orange #BA3414
Tints of Harley Davidson Orange #BA3414
RGB
CMYK
RGB Variations
Color information
#BA3414 (or 0xBA3414) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 14. RGB value is (186,52,20). Sum of RGB (Red+Green+Blue) = 186+52+20=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3414 is #45CBEB. Grayscale: #585858. Windows color (decimal): -4574188 or 1324218. OLE color: 1324218.
HSL color Cylindrical-coordinate representation of color #BA3414: hue angle of 11.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3414 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 20 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.27 |
| HSL | 11.57º | 0.81% | 0.4% | - |
| HSV(B) | 11.57º | 0.89% | 0.73% | - |
| XYZ | 21.6 | 12.95 | 2.02 | - |
| YUV | 88.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 20 | 0 | 0.72 | 0.89 | 0.27 | 11.57 | 0.81 | 0.4 |
| Hex | BA | 34 | 14 | 0 | 48 | 59 | 1B | C | 51 | 28 |
| Octal | 272 | 64 | 24 | 0 | 110 | 131 | 33 | 14 | 121 | 50 |
| Binary | 10111010 | 110100 | 10100 | 0 | 1001000 | 1011001 | 11011 | 1100 | 1010001 | 101000 |
Color Harmonies of #BA3414
Complementary color
Monochromatic Colors of #BA3414
Black with #BA3414
Text Example
Text Example
White with #BA3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3414; }
p { color: rgb(186,52,20); }
H1.HeaderClassName
{
color: #BA3414;
}
.AnyTagClassName
{
color: #BA3414;
}
</style>
background-color css
<style>
a { background-color: #BA3414; }
a { background-color: rgb(186,52,20); }
div.DivClassName
{
background-color: #BA3414;
}
.BgClassName
{
background-color: #BA3414;
}
</style>
border-color css
<style>
span { border-color: #BA3414; }
span { border-color: rgb(186,52,20); }
td.TdClassName
{
border-color: #BA3414;
}
.TagClassName
{
border-color: #BA3414;
}
</style>