Html Css Color HEX #BA2407 Harley Davidson Orange
📋 copy color: '#BA2407'red 186 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #BA2407
Tints of Harley Davidson Orange #BA2407
RGB
CMYK
RGB Variations
Color information
#BA2407 (or 0xBA2407) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 07. RGB value is (186,36,7). Sum of RGB (Red+Green+Blue) = 186+36+7=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2407 is #45DBF8. Grayscale: #4D4D4D. Windows color (decimal): -4578297 or 468154. OLE color: 468154.
HSL color Cylindrical-coordinate representation of color #BA2407: hue angle of 9.72º 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 #BA2407 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.27 |
| HSL | 9.72º | 0.93% | 0.38% | - |
| HSV(B) | 9.72º | 0.96% | 0.73% | - |
| XYZ | 20.92 | 11.72 | 1.36 | - |
| YUV | 77.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 7 | 0 | 0.81 | 0.96 | 0.27 | 9.72 | 0.93 | 0.38 |
| Hex | BA | 24 | 7 | 0 | 51 | 60 | 1B | A | 5D | 26 |
| Octal | 272 | 44 | 7 | 0 | 121 | 140 | 33 | 12 | 135 | 46 |
| Binary | 10111010 | 100100 | 111 | 0 | 1010001 | 1100000 | 11011 | 1010 | 1011101 | 100110 |
Color Harmonies of #BA2407
Complementary color
Monochromatic Colors of #BA2407
Black with #BA2407
Text Example
Text Example
White with #BA2407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2407; }
p { color: rgb(186,36,7); }
H1.HeaderClassName
{
color: #BA2407;
}
.AnyTagClassName
{
color: #BA2407;
}
</style>
background-color css
<style>
a { background-color: #BA2407; }
a { background-color: rgb(186,36,7); }
div.DivClassName
{
background-color: #BA2407;
}
.BgClassName
{
background-color: #BA2407;
}
</style>
border-color css
<style>
span { border-color: #BA2407; }
span { border-color: rgb(186,36,7); }
td.TdClassName
{
border-color: #BA2407;
}
.TagClassName
{
border-color: #BA2407;
}
</style>