Html Css Color HEX #BA2805 Harley Davidson Orange
📋 copy color: '#BA2805'red 186 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #BA2805
Tints of Harley Davidson Orange #BA2805
RGB
CMYK
RGB Variations
Color information
#BA2805 (or 0xBA2805) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 05. RGB value is (186,40,5). Sum of RGB (Red+Green+Blue) = 186+40+5=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2805 is #45D7FA. Grayscale: #4F4F4F. Windows color (decimal): -4577275 or 338106. OLE color: 338106.
HSL color Cylindrical-coordinate representation of color #BA2805: hue angle of 11.6º 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 #BA2805 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.27 |
| HSL | 11.6º | 0.95% | 0.37% | - |
| HSV(B) | 11.6º | 0.97% | 0.73% | - |
| XYZ | 21.04 | 11.97 | 1.34 | - |
| YUV | 79.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 5 | 0 | 0.78 | 0.97 | 0.27 | 11.6 | 0.95 | 0.37 |
| Hex | BA | 28 | 5 | 0 | 4E | 61 | 1B | C | 5F | 25 |
| Octal | 272 | 50 | 5 | 0 | 116 | 141 | 33 | 14 | 137 | 45 |
| Binary | 10111010 | 101000 | 101 | 0 | 1001110 | 1100001 | 11011 | 1100 | 1011111 | 100101 |
Color Harmonies of #BA2805
Complementary color
Monochromatic Colors of #BA2805
Black with #BA2805
Text Example
Text Example
White with #BA2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2805; }
p { color: rgb(186,40,5); }
H1.HeaderClassName
{
color: #BA2805;
}
.AnyTagClassName
{
color: #BA2805;
}
</style>
background-color css
<style>
a { background-color: #BA2805; }
a { background-color: rgb(186,40,5); }
div.DivClassName
{
background-color: #BA2805;
}
.BgClassName
{
background-color: #BA2805;
}
</style>
border-color css
<style>
span { border-color: #BA2805; }
span { border-color: rgb(186,40,5); }
td.TdClassName
{
border-color: #BA2805;
}
.TagClassName
{
border-color: #BA2805;
}
</style>