Html Css Color HEX #BA2007 Harley Davidson Orange
📋 copy color: '#BA2007'red 186 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #BA2007
Tints of Harley Davidson Orange #BA2007
RGB
CMYK
RGB Variations
Color information
#BA2007 (or 0xBA2007) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 07. RGB value is (186,32,7). Sum of RGB (Red+Green+Blue) = 186+32+7=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2007 is #45DFF8. Grayscale: #4B4B4B. Windows color (decimal): -4579321 or 467130. OLE color: 467130.
HSL color Cylindrical-coordinate representation of color #BA2007: hue angle of 8.38º 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 #BA2007 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.27 |
| HSL | 8.38º | 0.93% | 0.38% | - |
| HSV(B) | 8.38º | 0.96% | 0.73% | - |
| XYZ | 20.8 | 11.49 | 1.32 | - |
| YUV | 75.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 7 | 0 | 0.83 | 0.96 | 0.27 | 8.38 | 0.93 | 0.38 |
| Hex | BA | 20 | 7 | 0 | 53 | 60 | 1B | 8 | 5D | 26 |
| Octal | 272 | 40 | 7 | 0 | 123 | 140 | 33 | 10 | 135 | 46 |
| Binary | 10111010 | 100000 | 111 | 0 | 1010011 | 1100000 | 11011 | 1000 | 1011101 | 100110 |
Color Harmonies of #BA2007
Complementary color
Monochromatic Colors of #BA2007
Black with #BA2007
Text Example
Text Example
White with #BA2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2007; }
p { color: rgb(186,32,7); }
H1.HeaderClassName
{
color: #BA2007;
}
.AnyTagClassName
{
color: #BA2007;
}
</style>
background-color css
<style>
a { background-color: #BA2007; }
a { background-color: rgb(186,32,7); }
div.DivClassName
{
background-color: #BA2007;
}
.BgClassName
{
background-color: #BA2007;
}
</style>
border-color css
<style>
span { border-color: #BA2007; }
span { border-color: rgb(186,32,7); }
td.TdClassName
{
border-color: #BA2007;
}
.TagClassName
{
border-color: #BA2007;
}
</style>