Html Css Color HEX #BA2E05 Harley Davidson Orange
📋 copy color: '#BA2E05'red 186 ◦ green 46 ◦ blue 5
Shades of Harley Davidson Orange #BA2E05
Tints of Harley Davidson Orange #BA2E05
RGB
CMYK
RGB Variations
Color information
#BA2E05 (or 0xBA2E05) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 05. RGB value is (186,46,5). Sum of RGB (Red+Green+Blue) = 186+46+5=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E05 is #45D1FA. Grayscale: #535353. Windows color (decimal): -4575739 or 339642. OLE color: 339642.
HSL color Cylindrical-coordinate representation of color #BA2E05: hue angle of 13.59º 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 #BA2E05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.27 |
| HSL | 13.59º | 0.95% | 0.37% | - |
| HSV(B) | 13.59º | 0.97% | 0.73% | - |
| XYZ | 21.25 | 12.4 | 1.42 | - |
| YUV | 83.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 5 | 0 | 0.75 | 0.97 | 0.27 | 13.59 | 0.95 | 0.37 |
| Hex | BA | 2E | 5 | 0 | 4B | 61 | 1B | E | 5F | 25 |
| Octal | 272 | 56 | 5 | 0 | 113 | 141 | 33 | 16 | 137 | 45 |
| Binary | 10111010 | 101110 | 101 | 0 | 1001011 | 1100001 | 11011 | 1110 | 1011111 | 100101 |
Color Harmonies of #BA2E05
Complementary color
Monochromatic Colors of #BA2E05
Black with #BA2E05
Text Example
Text Example
White with #BA2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E05; }
p { color: rgb(186,46,5); }
H1.HeaderClassName
{
color: #BA2E05;
}
.AnyTagClassName
{
color: #BA2E05;
}
</style>
background-color css
<style>
a { background-color: #BA2E05; }
a { background-color: rgb(186,46,5); }
div.DivClassName
{
background-color: #BA2E05;
}
.BgClassName
{
background-color: #BA2E05;
}
</style>
border-color css
<style>
span { border-color: #BA2E05; }
span { border-color: rgb(186,46,5); }
td.TdClassName
{
border-color: #BA2E05;
}
.TagClassName
{
border-color: #BA2E05;
}
</style>