Html Css Color HEX #BA2B11 Harley Davidson Orange
📋 copy color: '#BA2B11'red 186 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #BA2B11
Tints of Harley Davidson Orange #BA2B11
RGB
CMYK
RGB Variations
Color information
#BA2B11 (or 0xBA2B11) is known color: Harley Davidson Orange. HEX triplet: BA, 2B and 11. RGB value is (186,43,17). Sum of RGB (Red+Green+Blue) = 186+43+17=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B11 is #45D4EE. Grayscale: #535353. Windows color (decimal): -4576495 or 1125306. OLE color: 1125306.
HSL color Cylindrical-coordinate representation of color #BA2B11: hue angle of 9.23º 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 #BA2B11 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 17 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.27 |
| HSL | 9.23º | 0.83% | 0.4% | - |
| HSV(B) | 9.23º | 0.91% | 0.73% | - |
| XYZ | 21.21 | 12.21 | 1.77 | - |
| YUV | 82.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 17 | 0 | 0.77 | 0.91 | 0.27 | 9.23 | 0.83 | 0.4 |
| Hex | BA | 2B | 11 | 0 | 4D | 5B | 1B | 9 | 53 | 28 |
| Octal | 272 | 53 | 21 | 0 | 115 | 133 | 33 | 11 | 123 | 50 |
| Binary | 10111010 | 101011 | 10001 | 0 | 1001101 | 1011011 | 11011 | 1001 | 1010011 | 101000 |
Color Harmonies of #BA2B11
Complementary color
Monochromatic Colors of #BA2B11
Black with #BA2B11
Text Example
Text Example
White with #BA2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B11; }
p { color: rgb(186,43,17); }
H1.HeaderClassName
{
color: #BA2B11;
}
.AnyTagClassName
{
color: #BA2B11;
}
</style>
background-color css
<style>
a { background-color: #BA2B11; }
a { background-color: rgb(186,43,17); }
div.DivClassName
{
background-color: #BA2B11;
}
.BgClassName
{
background-color: #BA2B11;
}
</style>
border-color css
<style>
span { border-color: #BA2B11; }
span { border-color: rgb(186,43,17); }
td.TdClassName
{
border-color: #BA2B11;
}
.TagClassName
{
border-color: #BA2B11;
}
</style>