Html Css Color HEX #BA3719 Harley Davidson Orange
📋 copy color: '#BA3719'red 186 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #BA3719
Tints of Harley Davidson Orange #BA3719
RGB
CMYK
RGB Variations
Color information
#BA3719 (or 0xBA3719) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 19. RGB value is (186,55,25). Sum of RGB (Red+Green+Blue) = 186+55+25=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3719 is #45C8E6. Grayscale: #5B5B5B. Windows color (decimal): -4573415 or 1652666. OLE color: 1652666.
HSL color Cylindrical-coordinate representation of color #BA3719: hue angle of 11.18º degrees, saturation: 0.76, 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 #BA3719 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 25 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.27 |
| HSL | 11.18º | 0.76% | 0.41% | - |
| HSV(B) | 11.18º | 0.87% | 0.73% | - |
| XYZ | 21.79 | 13.24 | 2.33 | - |
| YUV | 90.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 25 | 0 | 0.70 | 0.87 | 0.27 | 11.18 | 0.76 | 0.41 |
| Hex | BA | 37 | 19 | 0 | 46 | 57 | 1B | B | 4C | 29 |
| Octal | 272 | 67 | 31 | 0 | 106 | 127 | 33 | 13 | 114 | 51 |
| Binary | 10111010 | 110111 | 11001 | 0 | 1000110 | 1010111 | 11011 | 1011 | 1001100 | 101001 |
Color Harmonies of #BA3719
Complementary color
Monochromatic Colors of #BA3719
Black with #BA3719
Text Example
Text Example
White with #BA3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3719; }
p { color: rgb(186,55,25); }
H1.HeaderClassName
{
color: #BA3719;
}
.AnyTagClassName
{
color: #BA3719;
}
</style>
background-color css
<style>
a { background-color: #BA3719; }
a { background-color: rgb(186,55,25); }
div.DivClassName
{
background-color: #BA3719;
}
.BgClassName
{
background-color: #BA3719;
}
</style>
border-color css
<style>
span { border-color: #BA3719; }
span { border-color: rgb(186,55,25); }
td.TdClassName
{
border-color: #BA3719;
}
.TagClassName
{
border-color: #BA3719;
}
</style>