Html Css Color HEX #BA2811 Harley Davidson Orange
📋 copy color: '#BA2811'red 186 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #BA2811
Tints of Harley Davidson Orange #BA2811
RGB
CMYK
RGB Variations
Color information
#BA2811 (or 0xBA2811) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 11. RGB value is (186,40,17). Sum of RGB (Red+Green+Blue) = 186+40+17=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2811 is #45D7EE. Grayscale: #515151. Windows color (decimal): -4577263 or 1124538. OLE color: 1124538.
HSL color Cylindrical-coordinate representation of color #BA2811: hue angle of 8.17º 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 #BA2811 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 17 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.27 |
| HSL | 8.17º | 0.83% | 0.4% | - |
| HSV(B) | 8.17º | 0.91% | 0.73% | - |
| XYZ | 21.11 | 12 | 1.73 | - |
| YUV | 81.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 17 | 0 | 0.78 | 0.91 | 0.27 | 8.17 | 0.83 | 0.4 |
| Hex | BA | 28 | 11 | 0 | 4E | 5B | 1B | 8 | 53 | 28 |
| Octal | 272 | 50 | 21 | 0 | 116 | 133 | 33 | 10 | 123 | 50 |
| Binary | 10111010 | 101000 | 10001 | 0 | 1001110 | 1011011 | 11011 | 1000 | 1010011 | 101000 |
Color Harmonies of #BA2811
Complementary color
Monochromatic Colors of #BA2811
Black with #BA2811
Text Example
Text Example
White with #BA2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2811; }
p { color: rgb(186,40,17); }
H1.HeaderClassName
{
color: #BA2811;
}
.AnyTagClassName
{
color: #BA2811;
}
</style>
background-color css
<style>
a { background-color: #BA2811; }
a { background-color: rgb(186,40,17); }
div.DivClassName
{
background-color: #BA2811;
}
.BgClassName
{
background-color: #BA2811;
}
</style>
border-color css
<style>
span { border-color: #BA2811; }
span { border-color: rgb(186,40,17); }
td.TdClassName
{
border-color: #BA2811;
}
.TagClassName
{
border-color: #BA2811;
}
</style>