Html Css Color HEX #BA2504 Harley Davidson Orange
📋 copy color: '#BA2504'red 186 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #BA2504
Tints of Harley Davidson Orange #BA2504
RGB
CMYK
RGB Variations
Color information
#BA2504 (or 0xBA2504) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 04. RGB value is (186,37,4). Sum of RGB (Red+Green+Blue) = 186+37+4=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2504 is #45DAFB. Grayscale: #4E4E4E. Windows color (decimal): -4578044 or 271802. OLE color: 271802.
HSL color Cylindrical-coordinate representation of color #BA2504: hue angle of 10.88º 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 #BA2504 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.27 |
| HSL | 10.88º | 0.96% | 0.37% | - |
| HSV(B) | 10.88º | 0.98% | 0.73% | - |
| XYZ | 20.93 | 11.77 | 1.28 | - |
| YUV | 77.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 4 | 0 | 0.80 | 0.98 | 0.27 | 10.88 | 0.96 | 0.37 |
| Hex | BA | 25 | 4 | 0 | 50 | 62 | 1B | B | 60 | 25 |
| Octal | 272 | 45 | 4 | 0 | 120 | 142 | 33 | 13 | 140 | 45 |
| Binary | 10111010 | 100101 | 100 | 0 | 1010000 | 1100010 | 11011 | 1011 | 1100000 | 100101 |
Color Harmonies of #BA2504
Complementary color
Monochromatic Colors of #BA2504
Black with #BA2504
Text Example
Text Example
White with #BA2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2504; }
p { color: rgb(186,37,4); }
H1.HeaderClassName
{
color: #BA2504;
}
.AnyTagClassName
{
color: #BA2504;
}
</style>
background-color css
<style>
a { background-color: #BA2504; }
a { background-color: rgb(186,37,4); }
div.DivClassName
{
background-color: #BA2504;
}
.BgClassName
{
background-color: #BA2504;
}
</style>
border-color css
<style>
span { border-color: #BA2504; }
span { border-color: rgb(186,37,4); }
td.TdClassName
{
border-color: #BA2504;
}
.TagClassName
{
border-color: #BA2504;
}
</style>