Html Css Color HEX #BA2F19 Harley Davidson Orange
📋 copy color: '#BA2F19'red 186 ◦ green 47 ◦ blue 25
Shades of Harley Davidson Orange #BA2F19
Tints of Harley Davidson Orange #BA2F19
RGB
CMYK
RGB Variations
Color information
#BA2F19 (or 0xBA2F19) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 19. RGB value is (186,47,25). Sum of RGB (Red+Green+Blue) = 186+47+25=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F19 is #45D0E6. Grayscale: #565656. Windows color (decimal): -4575463 or 1650618. OLE color: 1650618.
HSL color Cylindrical-coordinate representation of color #BA2F19: hue angle of 8.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA2F19 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 25 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.27 |
| HSL | 8.2º | 0.76% | 0.41% | - |
| HSV(B) | 8.2º | 0.87% | 0.73% | - |
| XYZ | 21.44 | 12.54 | 2.21 | - |
| YUV | 86.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 25 | 0 | 0.75 | 0.87 | 0.27 | 8.2 | 0.76 | 0.41 |
| Hex | BA | 2F | 19 | 0 | 4B | 57 | 1B | 8 | 4C | 29 |
| Octal | 272 | 57 | 31 | 0 | 113 | 127 | 33 | 10 | 114 | 51 |
| Binary | 10111010 | 101111 | 11001 | 0 | 1001011 | 1010111 | 11011 | 1000 | 1001100 | 101001 |
Color Harmonies of #BA2F19
Complementary color
Monochromatic Colors of #BA2F19
Black with #BA2F19
Text Example
Text Example
White with #BA2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F19; }
p { color: rgb(186,47,25); }
H1.HeaderClassName
{
color: #BA2F19;
}
.AnyTagClassName
{
color: #BA2F19;
}
</style>
background-color css
<style>
a { background-color: #BA2F19; }
a { background-color: rgb(186,47,25); }
div.DivClassName
{
background-color: #BA2F19;
}
.BgClassName
{
background-color: #BA2F19;
}
</style>
border-color css
<style>
span { border-color: #BA2F19; }
span { border-color: rgb(186,47,25); }
td.TdClassName
{
border-color: #BA2F19;
}
.TagClassName
{
border-color: #BA2F19;
}
</style>