Html Css Color HEX #BA3717 Harley Davidson Orange
📋 copy color: '#BA3717'red 186 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #BA3717
Tints of Harley Davidson Orange #BA3717
RGB
CMYK
RGB Variations
Color information
#BA3717 (or 0xBA3717) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 17. RGB value is (186,55,23). Sum of RGB (Red+Green+Blue) = 186+55+23=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3717 is #45C8E8. Grayscale: #5A5A5A. Windows color (decimal): -4573417 or 1521594. OLE color: 1521594.
HSL color Cylindrical-coordinate representation of color #BA3717: hue angle of 11.78º degrees, saturation: 0.78, 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 #BA3717 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 23 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.27 |
| HSL | 11.78º | 0.78% | 0.41% | - |
| HSV(B) | 11.78º | 0.88% | 0.73% | - |
| XYZ | 21.77 | 13.23 | 2.22 | - |
| YUV | 90.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 23 | 0 | 0.70 | 0.88 | 0.27 | 11.78 | 0.78 | 0.41 |
| Hex | BA | 37 | 17 | 0 | 46 | 58 | 1B | C | 4E | 29 |
| Octal | 272 | 67 | 27 | 0 | 106 | 130 | 33 | 14 | 116 | 51 |
| Binary | 10111010 | 110111 | 10111 | 0 | 1000110 | 1011000 | 11011 | 1100 | 1001110 | 101001 |
Color Harmonies of #BA3717
Complementary color
Monochromatic Colors of #BA3717
Black with #BA3717
Text Example
Text Example
White with #BA3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3717; }
p { color: rgb(186,55,23); }
H1.HeaderClassName
{
color: #BA3717;
}
.AnyTagClassName
{
color: #BA3717;
}
</style>
background-color css
<style>
a { background-color: #BA3717; }
a { background-color: rgb(186,55,23); }
div.DivClassName
{
background-color: #BA3717;
}
.BgClassName
{
background-color: #BA3717;
}
</style>
border-color css
<style>
span { border-color: #BA3717; }
span { border-color: rgb(186,55,23); }
td.TdClassName
{
border-color: #BA3717;
}
.TagClassName
{
border-color: #BA3717;
}
</style>