Html Css Color HEX #BA2006 Harley Davidson Orange
📋 copy color: '#BA2006'red 186 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #BA2006
Tints of Harley Davidson Orange #BA2006
RGB
CMYK
RGB Variations
Color information
#BA2006 (or 0xBA2006) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 06. RGB value is (186,32,6). Sum of RGB (Red+Green+Blue) = 186+32+6=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2006 is #45DFF9. Grayscale: #4B4B4B. Windows color (decimal): -4579322 or 401594. OLE color: 401594.
HSL color Cylindrical-coordinate representation of color #BA2006: hue angle of 8.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA2006 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.27 |
| HSL | 8.67º | 0.94% | 0.38% | - |
| HSV(B) | 8.67º | 0.97% | 0.73% | - |
| XYZ | 20.8 | 11.49 | 1.29 | - |
| YUV | 75.08 | 89.02 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 6 | 0 | 0.83 | 0.97 | 0.27 | 8.67 | 0.94 | 0.38 |
| Hex | BA | 20 | 6 | 0 | 53 | 61 | 1B | 9 | 5E | 26 |
| Octal | 272 | 40 | 6 | 0 | 123 | 141 | 33 | 11 | 136 | 46 |
| Binary | 10111010 | 100000 | 110 | 0 | 1010011 | 1100001 | 11011 | 1001 | 1011110 | 100110 |
Color Harmonies of #BA2006
Complementary color
Monochromatic Colors of #BA2006
Black with #BA2006
Text Example
Text Example
White with #BA2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2006; }
p { color: rgb(186,32,6); }
H1.HeaderClassName
{
color: #BA2006;
}
.AnyTagClassName
{
color: #BA2006;
}
</style>
background-color css
<style>
a { background-color: #BA2006; }
a { background-color: rgb(186,32,6); }
div.DivClassName
{
background-color: #BA2006;
}
.BgClassName
{
background-color: #BA2006;
}
</style>
border-color css
<style>
span { border-color: #BA2006; }
span { border-color: rgb(186,32,6); }
td.TdClassName
{
border-color: #BA2006;
}
.TagClassName
{
border-color: #BA2006;
}
</style>