Html Css Color HEX #BA311E Harley Davidson Orange
📋 copy color: '#BA311E'red 186 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #BA311E
Tints of Harley Davidson Orange #BA311E
RGB
CMYK
RGB Variations
Color information
#BA311E (or 0xBA311E) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 1E. RGB value is (186,49,30). Sum of RGB (Red+Green+Blue) = 186+49+30=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA311E is #45CEE1. Grayscale: #585858. Windows color (decimal): -4574946 or 1978810. OLE color: 1978810.
HSL color Cylindrical-coordinate representation of color #BA311E: hue angle of 7.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA311E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 30 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.27 |
| HSL | 7.31º | 0.72% | 0.42% | - |
| HSV(B) | 7.31º | 0.84% | 0.73% | - |
| XYZ | 21.58 | 12.73 | 2.55 | - |
| YUV | 87.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 30 | 0 | 0.74 | 0.84 | 0.27 | 7.31 | 0.72 | 0.42 |
| Hex | BA | 31 | 1E | 0 | 4A | 54 | 1B | 7 | 48 | 2A |
| Octal | 272 | 61 | 36 | 0 | 112 | 124 | 33 | 7 | 110 | 52 |
| Binary | 10111010 | 110001 | 11110 | 0 | 1001010 | 1010100 | 11011 | 111 | 1001000 | 101010 |
Color Harmonies of #BA311E
Complementary color
Monochromatic Colors of #BA311E
Black with #BA311E
Text Example
Text Example
White with #BA311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA311E; }
p { color: rgb(186,49,30); }
H1.HeaderClassName
{
color: #BA311E;
}
.AnyTagClassName
{
color: #BA311E;
}
</style>
background-color css
<style>
a { background-color: #BA311E; }
a { background-color: rgb(186,49,30); }
div.DivClassName
{
background-color: #BA311E;
}
.BgClassName
{
background-color: #BA311E;
}
</style>
border-color css
<style>
span { border-color: #BA311E; }
span { border-color: rgb(186,49,30); }
td.TdClassName
{
border-color: #BA311E;
}
.TagClassName
{
border-color: #BA311E;
}
</style>