Html Css Color HEX #BA290A Harley Davidson Orange
📋 copy color: '#BA290A'red 186 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #BA290A
Tints of Harley Davidson Orange #BA290A
RGB
CMYK
RGB Variations
Color information
#BA290A (or 0xBA290A) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 0A. RGB value is (186,41,10). Sum of RGB (Red+Green+Blue) = 186+41+10=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA290A is #45D6F5. Grayscale: #515151. Windows color (decimal): -4577014 or 666042. OLE color: 666042.
HSL color Cylindrical-coordinate representation of color #BA290A: hue angle of 10.57º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA290A is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 10 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.27 |
| HSL | 10.57º | 0.9% | 0.38% | - |
| HSV(B) | 10.57º | 0.95% | 0.73% | - |
| XYZ | 21.1 | 12.05 | 1.5 | - |
| YUV | 80.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 10 | 0 | 0.78 | 0.95 | 0.27 | 10.57 | 0.9 | 0.38 |
| Hex | BA | 29 | A | 0 | 4E | 5F | 1B | B | 5A | 26 |
| Octal | 272 | 51 | 12 | 0 | 116 | 137 | 33 | 13 | 132 | 46 |
| Binary | 10111010 | 101001 | 1010 | 0 | 1001110 | 1011111 | 11011 | 1011 | 1011010 | 100110 |
Color Harmonies of #BA290A
Complementary color
Monochromatic Colors of #BA290A
Black with #BA290A
Text Example
Text Example
White with #BA290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA290A; }
p { color: rgb(186,41,10); }
H1.HeaderClassName
{
color: #BA290A;
}
.AnyTagClassName
{
color: #BA290A;
}
</style>
background-color css
<style>
a { background-color: #BA290A; }
a { background-color: rgb(186,41,10); }
div.DivClassName
{
background-color: #BA290A;
}
.BgClassName
{
background-color: #BA290A;
}
</style>
border-color css
<style>
span { border-color: #BA290A; }
span { border-color: rgb(186,41,10); }
td.TdClassName
{
border-color: #BA290A;
}
.TagClassName
{
border-color: #BA290A;
}
</style>