Html Css Color HEX #BA2004 Harley Davidson Orange
📋 copy color: '#BA2004'red 186 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #BA2004
Tints of Harley Davidson Orange #BA2004
RGB
CMYK
RGB Variations
Color information
#BA2004 (or 0xBA2004) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 04. RGB value is (186,32,4). Sum of RGB (Red+Green+Blue) = 186+32+4=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2004 is #45DFFB. Grayscale: #4B4B4B. Windows color (decimal): -4579324 or 270522. OLE color: 270522.
HSL color Cylindrical-coordinate representation of color #BA2004: hue angle of 9.23º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA2004 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.27 |
| HSL | 9.23º | 0.96% | 0.37% | - |
| HSV(B) | 9.23º | 0.98% | 0.73% | - |
| XYZ | 20.79 | 11.48 | 1.24 | - |
| YUV | 74.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 4 | 0 | 0.83 | 0.98 | 0.27 | 9.23 | 0.96 | 0.37 |
| Hex | BA | 20 | 4 | 0 | 53 | 62 | 1B | 9 | 60 | 25 |
| Octal | 272 | 40 | 4 | 0 | 123 | 142 | 33 | 11 | 140 | 45 |
| Binary | 10111010 | 100000 | 100 | 0 | 1010011 | 1100010 | 11011 | 1001 | 1100000 | 100101 |
Color Harmonies of #BA2004
Complementary color
Monochromatic Colors of #BA2004
Black with #BA2004
Text Example
Text Example
White with #BA2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2004; }
p { color: rgb(186,32,4); }
H1.HeaderClassName
{
color: #BA2004;
}
.AnyTagClassName
{
color: #BA2004;
}
</style>
background-color css
<style>
a { background-color: #BA2004; }
a { background-color: rgb(186,32,4); }
div.DivClassName
{
background-color: #BA2004;
}
.BgClassName
{
background-color: #BA2004;
}
</style>
border-color css
<style>
span { border-color: #BA2004; }
span { border-color: rgb(186,32,4); }
td.TdClassName
{
border-color: #BA2004;
}
.TagClassName
{
border-color: #BA2004;
}
</style>