Html Css Color HEX #BA2207 Harley Davidson Orange
📋 copy color: '#BA2207'red 186 ◦ green 34 ◦ blue 7
Shades of Harley Davidson Orange #BA2207
Tints of Harley Davidson Orange #BA2207
RGB
CMYK
RGB Variations
Color information
#BA2207 (or 0xBA2207) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 07. RGB value is (186,34,7). Sum of RGB (Red+Green+Blue) = 186+34+7=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2207 is #45DDF8. Grayscale: #4C4C4C. Windows color (decimal): -4578809 or 467642. OLE color: 467642.
HSL color Cylindrical-coordinate representation of color #BA2207: hue angle of 9.05º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA2207 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.27 |
| HSL | 9.05º | 0.93% | 0.38% | - |
| HSV(B) | 9.05º | 0.96% | 0.73% | - |
| XYZ | 20.86 | 11.6 | 1.34 | - |
| YUV | 76.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 7 | 0 | 0.82 | 0.96 | 0.27 | 9.05 | 0.93 | 0.38 |
| Hex | BA | 22 | 7 | 0 | 52 | 60 | 1B | 9 | 5D | 26 |
| Octal | 272 | 42 | 7 | 0 | 122 | 140 | 33 | 11 | 135 | 46 |
| Binary | 10111010 | 100010 | 111 | 0 | 1010010 | 1100000 | 11011 | 1001 | 1011101 | 100110 |
Color Harmonies of #BA2207
Complementary color
Monochromatic Colors of #BA2207
Black with #BA2207
Text Example
Text Example
White with #BA2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2207; }
p { color: rgb(186,34,7); }
H1.HeaderClassName
{
color: #BA2207;
}
.AnyTagClassName
{
color: #BA2207;
}
</style>
background-color css
<style>
a { background-color: #BA2207; }
a { background-color: rgb(186,34,7); }
div.DivClassName
{
background-color: #BA2207;
}
.BgClassName
{
background-color: #BA2207;
}
</style>
border-color css
<style>
span { border-color: #BA2207; }
span { border-color: rgb(186,34,7); }
td.TdClassName
{
border-color: #BA2207;
}
.TagClassName
{
border-color: #BA2207;
}
</style>