Html Css Color HEX #BA3616 Harley Davidson Orange
📋 copy color: '#BA3616'red 186 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #BA3616
Tints of Harley Davidson Orange #BA3616
RGB
CMYK
RGB Variations
Color information
#BA3616 (or 0xBA3616) is known color: Harley Davidson Orange. HEX triplet: BA, 36 and 16. RGB value is (186,54,22). Sum of RGB (Red+Green+Blue) = 186+54+22=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3616 is #45C9E9. Grayscale: #5A5A5A. Windows color (decimal): -4573674 or 1455802. OLE color: 1455802.
HSL color Cylindrical-coordinate representation of color #BA3616: hue angle of 11.71º degrees, saturation: 0.79, 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 #BA3616 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 22 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.27 |
| HSL | 11.71º | 0.79% | 0.41% | - |
| HSV(B) | 11.71º | 0.88% | 0.73% | - |
| XYZ | 21.71 | 13.14 | 2.15 | - |
| YUV | 89.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 22 | 0 | 0.71 | 0.88 | 0.27 | 11.71 | 0.79 | 0.41 |
| Hex | BA | 36 | 16 | 0 | 47 | 58 | 1B | C | 4F | 29 |
| Octal | 272 | 66 | 26 | 0 | 107 | 130 | 33 | 14 | 117 | 51 |
| Binary | 10111010 | 110110 | 10110 | 0 | 1000111 | 1011000 | 11011 | 1100 | 1001111 | 101001 |
Color Harmonies of #BA3616
Complementary color
Monochromatic Colors of #BA3616
Black with #BA3616
Text Example
Text Example
White with #BA3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3616; }
p { color: rgb(186,54,22); }
H1.HeaderClassName
{
color: #BA3616;
}
.AnyTagClassName
{
color: #BA3616;
}
</style>
background-color css
<style>
a { background-color: #BA3616; }
a { background-color: rgb(186,54,22); }
div.DivClassName
{
background-color: #BA3616;
}
.BgClassName
{
background-color: #BA3616;
}
</style>
border-color css
<style>
span { border-color: #BA3616; }
span { border-color: rgb(186,54,22); }
td.TdClassName
{
border-color: #BA3616;
}
.TagClassName
{
border-color: #BA3616;
}
</style>