Html Css Color HEX #BA2E11 Harley Davidson Orange
📋 copy color: '#BA2E11'red 186 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #BA2E11
Tints of Harley Davidson Orange #BA2E11
RGB
CMYK
RGB Variations
Color information
#BA2E11 (or 0xBA2E11) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 11. RGB value is (186,46,17). Sum of RGB (Red+Green+Blue) = 186+46+17=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E11 is #45D1EE. Grayscale: #545454. Windows color (decimal): -4575727 or 1126074. OLE color: 1126074.
HSL color Cylindrical-coordinate representation of color #BA2E11: hue angle of 10.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2E11 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 17 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.27 |
| HSL | 10.3º | 0.83% | 0.4% | - |
| HSV(B) | 10.3º | 0.91% | 0.73% | - |
| XYZ | 21.33 | 12.43 | 1.81 | - |
| YUV | 84.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 17 | 0 | 0.75 | 0.91 | 0.27 | 10.3 | 0.83 | 0.4 |
| Hex | BA | 2E | 11 | 0 | 4B | 5B | 1B | A | 53 | 28 |
| Octal | 272 | 56 | 21 | 0 | 113 | 133 | 33 | 12 | 123 | 50 |
| Binary | 10111010 | 101110 | 10001 | 0 | 1001011 | 1011011 | 11011 | 1010 | 1010011 | 101000 |
Color Harmonies of #BA2E11
Complementary color
Monochromatic Colors of #BA2E11
Black with #BA2E11
Text Example
Text Example
White with #BA2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E11; }
p { color: rgb(186,46,17); }
H1.HeaderClassName
{
color: #BA2E11;
}
.AnyTagClassName
{
color: #BA2E11;
}
</style>
background-color css
<style>
a { background-color: #BA2E11; }
a { background-color: rgb(186,46,17); }
div.DivClassName
{
background-color: #BA2E11;
}
.BgClassName
{
background-color: #BA2E11;
}
</style>
border-color css
<style>
span { border-color: #BA2E11; }
span { border-color: rgb(186,46,17); }
td.TdClassName
{
border-color: #BA2E11;
}
.TagClassName
{
border-color: #BA2E11;
}
</style>