Html Css Color HEX #BA3118 Harley Davidson Orange
📋 copy color: '#BA3118'red 186 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #BA3118
Tints of Harley Davidson Orange #BA3118
RGB
CMYK
RGB Variations
Color information
#BA3118 (or 0xBA3118) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 18. RGB value is (186,49,24). Sum of RGB (Red+Green+Blue) = 186+49+24=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3118 is #45CEE7. Grayscale: #575757. Windows color (decimal): -4574952 or 1585594. OLE color: 1585594.
HSL color Cylindrical-coordinate representation of color #BA3118: hue angle of 9.26º 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 #BA3118 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 24 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.27 |
| HSL | 9.26º | 0.77% | 0.41% | - |
| HSV(B) | 9.26º | 0.87% | 0.73% | - |
| XYZ | 21.51 | 12.7 | 2.18 | - |
| YUV | 87.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 24 | 0 | 0.74 | 0.87 | 0.27 | 9.26 | 0.77 | 0.41 |
| Hex | BA | 31 | 18 | 0 | 4A | 57 | 1B | 9 | 4D | 29 |
| Octal | 272 | 61 | 30 | 0 | 112 | 127 | 33 | 11 | 115 | 51 |
| Binary | 10111010 | 110001 | 11000 | 0 | 1001010 | 1010111 | 11011 | 1001 | 1001101 | 101001 |
Color Harmonies of #BA3118
Complementary color
Monochromatic Colors of #BA3118
Black with #BA3118
Text Example
Text Example
White with #BA3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3118; }
p { color: rgb(186,49,24); }
H1.HeaderClassName
{
color: #BA3118;
}
.AnyTagClassName
{
color: #BA3118;
}
</style>
background-color css
<style>
a { background-color: #BA3118; }
a { background-color: rgb(186,49,24); }
div.DivClassName
{
background-color: #BA3118;
}
.BgClassName
{
background-color: #BA3118;
}
</style>
border-color css
<style>
span { border-color: #BA3118; }
span { border-color: rgb(186,49,24); }
td.TdClassName
{
border-color: #BA3118;
}
.TagClassName
{
border-color: #BA3118;
}
</style>