Html Css Color HEX #BA2906 Harley Davidson Orange
📋 copy color: '#BA2906'red 186 ◦ green 41 ◦ blue 6
Shades of Harley Davidson Orange #BA2906
Tints of Harley Davidson Orange #BA2906
RGB
CMYK
RGB Variations
Color information
#BA2906 (or 0xBA2906) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 06. RGB value is (186,41,6). Sum of RGB (Red+Green+Blue) = 186+41+6=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2906 is #45D6F9. Grayscale: #505050. Windows color (decimal): -4577018 or 403898. OLE color: 403898.
HSL color Cylindrical-coordinate representation of color #BA2906: hue angle of 11.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA2906 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.27 |
| HSL | 11.67º | 0.94% | 0.38% | - |
| HSV(B) | 11.67º | 0.97% | 0.73% | - |
| XYZ | 21.08 | 12.04 | 1.39 | - |
| YUV | 80.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 6 | 0 | 0.78 | 0.97 | 0.27 | 11.67 | 0.94 | 0.38 |
| Hex | BA | 29 | 6 | 0 | 4E | 61 | 1B | C | 5E | 26 |
| Octal | 272 | 51 | 6 | 0 | 116 | 141 | 33 | 14 | 136 | 46 |
| Binary | 10111010 | 101001 | 110 | 0 | 1001110 | 1100001 | 11011 | 1100 | 1011110 | 100110 |
Color Harmonies of #BA2906
Complementary color
Monochromatic Colors of #BA2906
Black with #BA2906
Text Example
Text Example
White with #BA2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2906; }
p { color: rgb(186,41,6); }
H1.HeaderClassName
{
color: #BA2906;
}
.AnyTagClassName
{
color: #BA2906;
}
</style>
background-color css
<style>
a { background-color: #BA2906; }
a { background-color: rgb(186,41,6); }
div.DivClassName
{
background-color: #BA2906;
}
.BgClassName
{
background-color: #BA2906;
}
</style>
border-color css
<style>
span { border-color: #BA2906; }
span { border-color: rgb(186,41,6); }
td.TdClassName
{
border-color: #BA2906;
}
.TagClassName
{
border-color: #BA2906;
}
</style>