Html Css Color HEX #BA2A05 Harley Davidson Orange
📋 copy color: '#BA2A05'red 186 ◦ green 42 ◦ blue 5
Shades of Harley Davidson Orange #BA2A05
Tints of Harley Davidson Orange #BA2A05
RGB
CMYK
RGB Variations
Color information
#BA2A05 (or 0xBA2A05) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 05. RGB value is (186,42,5). Sum of RGB (Red+Green+Blue) = 186+42+5=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A05 is #45D5FA. Grayscale: #515151. Windows color (decimal): -4576763 or 338618. OLE color: 338618.
HSL color Cylindrical-coordinate representation of color #BA2A05: hue angle of 12.27º 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 #BA2A05 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.27 |
| HSL | 12.27º | 0.95% | 0.37% | - |
| HSV(B) | 12.27º | 0.97% | 0.73% | - |
| XYZ | 21.11 | 12.11 | 1.37 | - |
| YUV | 80.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 5 | 0 | 0.77 | 0.97 | 0.27 | 12.27 | 0.95 | 0.37 |
| Hex | BA | 2A | 5 | 0 | 4D | 61 | 1B | C | 5F | 25 |
| Octal | 272 | 52 | 5 | 0 | 115 | 141 | 33 | 14 | 137 | 45 |
| Binary | 10111010 | 101010 | 101 | 0 | 1001101 | 1100001 | 11011 | 1100 | 1011111 | 100101 |
Color Harmonies of #BA2A05
Complementary color
Monochromatic Colors of #BA2A05
Black with #BA2A05
Text Example
Text Example
White with #BA2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A05; }
p { color: rgb(186,42,5); }
H1.HeaderClassName
{
color: #BA2A05;
}
.AnyTagClassName
{
color: #BA2A05;
}
</style>
background-color css
<style>
a { background-color: #BA2A05; }
a { background-color: rgb(186,42,5); }
div.DivClassName
{
background-color: #BA2A05;
}
.BgClassName
{
background-color: #BA2A05;
}
</style>
border-color css
<style>
span { border-color: #BA2A05; }
span { border-color: rgb(186,42,5); }
td.TdClassName
{
border-color: #BA2A05;
}
.TagClassName
{
border-color: #BA2A05;
}
</style>