Html Css Color HEX #BA2802 Harley Davidson Orange
📋 copy color: '#BA2802'red 186 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #BA2802
Tints of Harley Davidson Orange #BA2802
RGB
CMYK
RGB Variations
Color information
#BA2802 (or 0xBA2802) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 02. RGB value is (186,40,2). Sum of RGB (Red+Green+Blue) = 186+40+2=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2802 is #45D7FD. Grayscale: #4F4F4F. Windows color (decimal): -4577278 or 141498. OLE color: 141498.
HSL color Cylindrical-coordinate representation of color #BA2802: hue angle of 12.39º 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 #BA2802 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.27 |
| HSL | 12.39º | 0.98% | 0.37% | - |
| HSV(B) | 12.39º | 0.99% | 0.73% | - |
| XYZ | 21.02 | 11.96 | 1.26 | - |
| YUV | 79.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 2 | 0 | 0.78 | 0.99 | 0.27 | 12.39 | 0.98 | 0.37 |
| Hex | BA | 28 | 2 | 0 | 4E | 63 | 1B | C | 62 | 25 |
| Octal | 272 | 50 | 2 | 0 | 116 | 143 | 33 | 14 | 142 | 45 |
| Binary | 10111010 | 101000 | 10 | 0 | 1001110 | 1100011 | 11011 | 1100 | 1100010 | 100101 |
Color Harmonies of #BA2802
Complementary color
Monochromatic Colors of #BA2802
Black with #BA2802
Text Example
Text Example
White with #BA2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2802; }
p { color: rgb(186,40,2); }
H1.HeaderClassName
{
color: #BA2802;
}
.AnyTagClassName
{
color: #BA2802;
}
</style>
background-color css
<style>
a { background-color: #BA2802; }
a { background-color: rgb(186,40,2); }
div.DivClassName
{
background-color: #BA2802;
}
.BgClassName
{
background-color: #BA2802;
}
</style>
border-color css
<style>
span { border-color: #BA2802; }
span { border-color: rgb(186,40,2); }
td.TdClassName
{
border-color: #BA2802;
}
.TagClassName
{
border-color: #BA2802;
}
</style>