Html Css Color HEX #BA3718 Harley Davidson Orange
📋 copy color: '#BA3718'red 186 ◦ green 55 ◦ blue 24
Shades of Harley Davidson Orange #BA3718
Tints of Harley Davidson Orange #BA3718
RGB
CMYK
RGB Variations
Color information
#BA3718 (or 0xBA3718) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 18. RGB value is (186,55,24). Sum of RGB (Red+Green+Blue) = 186+55+24=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3718 is #45C8E7. Grayscale: #5A5A5A. Windows color (decimal): -4573416 or 1587130. OLE color: 1587130.
HSL color Cylindrical-coordinate representation of color #BA3718: hue angle of 11.48º degrees, saturation: 0.77, 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 #BA3718 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 24 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.27 |
| HSL | 11.48º | 0.77% | 0.41% | - |
| HSV(B) | 11.48º | 0.87% | 0.73% | - |
| XYZ | 21.78 | 13.24 | 2.27 | - |
| YUV | 90.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 24 | 0 | 0.70 | 0.87 | 0.27 | 11.48 | 0.77 | 0.41 |
| Hex | BA | 37 | 18 | 0 | 46 | 57 | 1B | B | 4D | 29 |
| Octal | 272 | 67 | 30 | 0 | 106 | 127 | 33 | 13 | 115 | 51 |
| Binary | 10111010 | 110111 | 11000 | 0 | 1000110 | 1010111 | 11011 | 1011 | 1001101 | 101001 |
Color Harmonies of #BA3718
Complementary color
Monochromatic Colors of #BA3718
Black with #BA3718
Text Example
Text Example
White with #BA3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3718; }
p { color: rgb(186,55,24); }
H1.HeaderClassName
{
color: #BA3718;
}
.AnyTagClassName
{
color: #BA3718;
}
</style>
background-color css
<style>
a { background-color: #BA3718; }
a { background-color: rgb(186,55,24); }
div.DivClassName
{
background-color: #BA3718;
}
.BgClassName
{
background-color: #BA3718;
}
</style>
border-color css
<style>
span { border-color: #BA3718; }
span { border-color: rgb(186,55,24); }
td.TdClassName
{
border-color: #BA3718;
}
.TagClassName
{
border-color: #BA3718;
}
</style>