Html Css Color HEX #BA2206 Harley Davidson Orange
📋 copy color: '#BA2206'red 186 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #BA2206
Tints of Harley Davidson Orange #BA2206
RGB
CMYK
RGB Variations
Color information
#BA2206 (or 0xBA2206) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 06. RGB value is (186,34,6). Sum of RGB (Red+Green+Blue) = 186+34+6=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2206 is #45DDF9. Grayscale: #4C4C4C. Windows color (decimal): -4578810 or 402106. OLE color: 402106.
HSL color Cylindrical-coordinate representation of color #BA2206: hue angle of 9.33º 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 #BA2206 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.27 |
| HSL | 9.33º | 0.94% | 0.38% | - |
| HSV(B) | 9.33º | 0.97% | 0.73% | - |
| XYZ | 20.85 | 11.6 | 1.31 | - |
| YUV | 76.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 6 | 0 | 0.82 | 0.97 | 0.27 | 9.33 | 0.94 | 0.38 |
| Hex | BA | 22 | 6 | 0 | 52 | 61 | 1B | 9 | 5E | 26 |
| Octal | 272 | 42 | 6 | 0 | 122 | 141 | 33 | 11 | 136 | 46 |
| Binary | 10111010 | 100010 | 110 | 0 | 1010010 | 1100001 | 11011 | 1001 | 1011110 | 100110 |
Color Harmonies of #BA2206
Complementary color
Monochromatic Colors of #BA2206
Black with #BA2206
Text Example
Text Example
White with #BA2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2206; }
p { color: rgb(186,34,6); }
H1.HeaderClassName
{
color: #BA2206;
}
.AnyTagClassName
{
color: #BA2206;
}
</style>
background-color css
<style>
a { background-color: #BA2206; }
a { background-color: rgb(186,34,6); }
div.DivClassName
{
background-color: #BA2206;
}
.BgClassName
{
background-color: #BA2206;
}
</style>
border-color css
<style>
span { border-color: #BA2206; }
span { border-color: rgb(186,34,6); }
td.TdClassName
{
border-color: #BA2206;
}
.TagClassName
{
border-color: #BA2206;
}
</style>