Html Css Color HEX #BA3315 Harley Davidson Orange
📋 copy color: '#BA3315'red 186 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #BA3315
Tints of Harley Davidson Orange #BA3315
RGB
CMYK
RGB Variations
Color information
#BA3315 (or 0xBA3315) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 15. RGB value is (186,51,21). Sum of RGB (Red+Green+Blue) = 186+51+21=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3315 is #45CCEA. Grayscale: #585858. Windows color (decimal): -4574443 or 1389498. OLE color: 1389498.
HSL color Cylindrical-coordinate representation of color #BA3315: hue angle of 10.91º 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 #BA3315 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.27 |
| HSL | 10.91º | 0.8% | 0.41% | - |
| HSV(B) | 10.91º | 0.89% | 0.73% | - |
| XYZ | 21.57 | 12.86 | 2.06 | - |
| YUV | 87.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 21 | 0 | 0.73 | 0.89 | 0.27 | 10.91 | 0.8 | 0.41 |
| Hex | BA | 33 | 15 | 0 | 49 | 59 | 1B | B | 50 | 29 |
| Octal | 272 | 63 | 25 | 0 | 111 | 131 | 33 | 13 | 120 | 51 |
| Binary | 10111010 | 110011 | 10101 | 0 | 1001001 | 1011001 | 11011 | 1011 | 1010000 | 101001 |
Color Harmonies of #BA3315
Complementary color
Monochromatic Colors of #BA3315
Black with #BA3315
Text Example
Text Example
White with #BA3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3315; }
p { color: rgb(186,51,21); }
H1.HeaderClassName
{
color: #BA3315;
}
.AnyTagClassName
{
color: #BA3315;
}
</style>
background-color css
<style>
a { background-color: #BA3315; }
a { background-color: rgb(186,51,21); }
div.DivClassName
{
background-color: #BA3315;
}
.BgClassName
{
background-color: #BA3315;
}
</style>
border-color css
<style>
span { border-color: #BA3315; }
span { border-color: rgb(186,51,21); }
td.TdClassName
{
border-color: #BA3315;
}
.TagClassName
{
border-color: #BA3315;
}
</style>