Html Css Color HEX #BA2005 Harley Davidson Orange
📋 copy color: '#BA2005'red 186 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #BA2005
Tints of Harley Davidson Orange #BA2005
RGB
CMYK
RGB Variations
Color information
#BA2005 (or 0xBA2005) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 05. RGB value is (186,32,5). Sum of RGB (Red+Green+Blue) = 186+32+5=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2005 is #45DFFA. Grayscale: #4B4B4B. Windows color (decimal): -4579323 or 336058. OLE color: 336058.
HSL color Cylindrical-coordinate representation of color #BA2005: hue angle of 8.95º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA2005 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.27 |
| HSL | 8.95º | 0.95% | 0.37% | - |
| HSV(B) | 8.95º | 0.97% | 0.73% | - |
| XYZ | 20.79 | 11.48 | 1.26 | - |
| YUV | 74.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 5 | 0 | 0.83 | 0.97 | 0.27 | 8.95 | 0.95 | 0.37 |
| Hex | BA | 20 | 5 | 0 | 53 | 61 | 1B | 9 | 5F | 25 |
| Octal | 272 | 40 | 5 | 0 | 123 | 141 | 33 | 11 | 137 | 45 |
| Binary | 10111010 | 100000 | 101 | 0 | 1010011 | 1100001 | 11011 | 1001 | 1011111 | 100101 |
Color Harmonies of #BA2005
Complementary color
Monochromatic Colors of #BA2005
Black with #BA2005
Text Example
Text Example
White with #BA2005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2005; }
p { color: rgb(186,32,5); }
H1.HeaderClassName
{
color: #BA2005;
}
.AnyTagClassName
{
color: #BA2005;
}
</style>
background-color css
<style>
a { background-color: #BA2005; }
a { background-color: rgb(186,32,5); }
div.DivClassName
{
background-color: #BA2005;
}
.BgClassName
{
background-color: #BA2005;
}
</style>
border-color css
<style>
span { border-color: #BA2005; }
span { border-color: rgb(186,32,5); }
td.TdClassName
{
border-color: #BA2005;
}
.TagClassName
{
border-color: #BA2005;
}
</style>