Html Css Color HEX #BA3116 Harley Davidson Orange
📋 copy color: '#BA3116'red 186 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #BA3116
Tints of Harley Davidson Orange #BA3116
RGB
CMYK
RGB Variations
Color information
#BA3116 (or 0xBA3116) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 16. RGB value is (186,49,22). Sum of RGB (Red+Green+Blue) = 186+49+22=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3116 is #45CEE9. Grayscale: #575757. Windows color (decimal): -4574954 or 1454522. OLE color: 1454522.
HSL color Cylindrical-coordinate representation of color #BA3116: hue angle of 9.88º 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 #BA3116 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 22 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.27 |
| HSL | 9.88º | 0.79% | 0.41% | - |
| HSV(B) | 9.88º | 0.88% | 0.73% | - |
| XYZ | 21.49 | 12.69 | 2.08 | - |
| YUV | 86.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 22 | 0 | 0.74 | 0.88 | 0.27 | 9.88 | 0.79 | 0.41 |
| Hex | BA | 31 | 16 | 0 | 4A | 58 | 1B | A | 4F | 29 |
| Octal | 272 | 61 | 26 | 0 | 112 | 130 | 33 | 12 | 117 | 51 |
| Binary | 10111010 | 110001 | 10110 | 0 | 1001010 | 1011000 | 11011 | 1010 | 1001111 | 101001 |
Color Harmonies of #BA3116
Complementary color
Monochromatic Colors of #BA3116
Black with #BA3116
Text Example
Text Example
White with #BA3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3116; }
p { color: rgb(186,49,22); }
H1.HeaderClassName
{
color: #BA3116;
}
.AnyTagClassName
{
color: #BA3116;
}
</style>
background-color css
<style>
a { background-color: #BA3116; }
a { background-color: rgb(186,49,22); }
div.DivClassName
{
background-color: #BA3116;
}
.BgClassName
{
background-color: #BA3116;
}
</style>
border-color css
<style>
span { border-color: #BA3116; }
span { border-color: rgb(186,49,22); }
td.TdClassName
{
border-color: #BA3116;
}
.TagClassName
{
border-color: #BA3116;
}
</style>