Html Css Color HEX #BA2702 Harley Davidson Orange
📋 copy color: '#BA2702'red 186 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #BA2702
Tints of Harley Davidson Orange #BA2702
RGB
CMYK
RGB Variations
Color information
#BA2702 (or 0xBA2702) is known color: Harley Davidson Orange. HEX triplet: BA, 27 and 02. RGB value is (186,39,2). Sum of RGB (Red+Green+Blue) = 186+39+2=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2702 is #45D8FD. Grayscale: #4F4F4F. Windows color (decimal): -4577534 or 141242. OLE color: 141242.
HSL color Cylindrical-coordinate representation of color #BA2702: hue angle of 12.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2702 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.27 |
| HSL | 12.07º | 0.98% | 0.37% | - |
| HSV(B) | 12.07º | 0.99% | 0.73% | - |
| XYZ | 20.99 | 11.89 | 1.25 | - |
| YUV | 78.74 | 84.7 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 2 | 0 | 0.79 | 0.99 | 0.27 | 12.07 | 0.98 | 0.37 |
| Hex | BA | 27 | 2 | 0 | 4F | 63 | 1B | C | 62 | 25 |
| Octal | 272 | 47 | 2 | 0 | 117 | 143 | 33 | 14 | 142 | 45 |
| Binary | 10111010 | 100111 | 10 | 0 | 1001111 | 1100011 | 11011 | 1100 | 1100010 | 100101 |
Color Harmonies of #BA2702
Complementary color
Monochromatic Colors of #BA2702
Black with #BA2702
Text Example
Text Example
White with #BA2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2702; }
p { color: rgb(186,39,2); }
H1.HeaderClassName
{
color: #BA2702;
}
.AnyTagClassName
{
color: #BA2702;
}
</style>
background-color css
<style>
a { background-color: #BA2702; }
a { background-color: rgb(186,39,2); }
div.DivClassName
{
background-color: #BA2702;
}
.BgClassName
{
background-color: #BA2702;
}
</style>
border-color css
<style>
span { border-color: #BA2702; }
span { border-color: rgb(186,39,2); }
td.TdClassName
{
border-color: #BA2702;
}
.TagClassName
{
border-color: #BA2702;
}
</style>