Html Css Color HEX #BA3215 Harley Davidson Orange
📋 copy color: '#BA3215'red 186 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #BA3215
Tints of Harley Davidson Orange #BA3215
RGB
CMYK
RGB Variations
Color information
#BA3215 (or 0xBA3215) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 15. RGB value is (186,50,21). Sum of RGB (Red+Green+Blue) = 186+50+21=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3215 is #45CDEA. Grayscale: #575757. Windows color (decimal): -4574699 or 1389242. OLE color: 1389242.
HSL color Cylindrical-coordinate representation of color #BA3215: hue angle of 10.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3215 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.27 |
| HSL | 10.55º | 0.8% | 0.41% | - |
| HSV(B) | 10.55º | 0.89% | 0.73% | - |
| XYZ | 21.53 | 12.77 | 2.04 | - |
| YUV | 87.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 21 | 0 | 0.73 | 0.89 | 0.27 | 10.55 | 0.8 | 0.41 |
| Hex | BA | 32 | 15 | 0 | 49 | 59 | 1B | B | 50 | 29 |
| Octal | 272 | 62 | 25 | 0 | 111 | 131 | 33 | 13 | 120 | 51 |
| Binary | 10111010 | 110010 | 10101 | 0 | 1001001 | 1011001 | 11011 | 1011 | 1010000 | 101001 |
Color Harmonies of #BA3215
Complementary color
Monochromatic Colors of #BA3215
Black with #BA3215
Text Example
Text Example
White with #BA3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3215; }
p { color: rgb(186,50,21); }
H1.HeaderClassName
{
color: #BA3215;
}
.AnyTagClassName
{
color: #BA3215;
}
</style>
background-color css
<style>
a { background-color: #BA3215; }
a { background-color: rgb(186,50,21); }
div.DivClassName
{
background-color: #BA3215;
}
.BgClassName
{
background-color: #BA3215;
}
</style>
border-color css
<style>
span { border-color: #BA3215; }
span { border-color: rgb(186,50,21); }
td.TdClassName
{
border-color: #BA3215;
}
.TagClassName
{
border-color: #BA3215;
}
</style>