Html Css Color HEX #BA3314 Harley Davidson Orange
📋 copy color: '#BA3314'red 186 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #BA3314
Tints of Harley Davidson Orange #BA3314
RGB
CMYK
RGB Variations
Color information
#BA3314 (or 0xBA3314) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 14. RGB value is (186,51,20). Sum of RGB (Red+Green+Blue) = 186+51+20=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3314 is #45CCEB. Grayscale: #585858. Windows color (decimal): -4574444 or 1323962. OLE color: 1323962.
HSL color Cylindrical-coordinate representation of color #BA3314: hue angle of 11.2º 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 #BA3314 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 20 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.27 |
| HSL | 11.2º | 0.81% | 0.4% | - |
| HSV(B) | 11.2º | 0.89% | 0.73% | - |
| XYZ | 21.56 | 12.86 | 2.01 | - |
| YUV | 87.83 | 89.73 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 20 | 0 | 0.73 | 0.89 | 0.27 | 11.2 | 0.81 | 0.4 |
| Hex | BA | 33 | 14 | 0 | 49 | 59 | 1B | B | 51 | 28 |
| Octal | 272 | 63 | 24 | 0 | 111 | 131 | 33 | 13 | 121 | 50 |
| Binary | 10111010 | 110011 | 10100 | 0 | 1001001 | 1011001 | 11011 | 1011 | 1010001 | 101000 |
Color Harmonies of #BA3314
Complementary color
Monochromatic Colors of #BA3314
Black with #BA3314
Text Example
Text Example
White with #BA3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3314; }
p { color: rgb(186,51,20); }
H1.HeaderClassName
{
color: #BA3314;
}
.AnyTagClassName
{
color: #BA3314;
}
</style>
background-color css
<style>
a { background-color: #BA3314; }
a { background-color: rgb(186,51,20); }
div.DivClassName
{
background-color: #BA3314;
}
.BgClassName
{
background-color: #BA3314;
}
</style>
border-color css
<style>
span { border-color: #BA3314; }
span { border-color: rgb(186,51,20); }
td.TdClassName
{
border-color: #BA3314;
}
.TagClassName
{
border-color: #BA3314;
}
</style>