Html Css Color HEX #BA3115 Harley Davidson Orange
📋 copy color: '#BA3115'red 186 ◦ green 49 ◦ blue 21
Shades of Harley Davidson Orange #BA3115
Tints of Harley Davidson Orange #BA3115
RGB
CMYK
RGB Variations
Color information
#BA3115 (or 0xBA3115) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 15. RGB value is (186,49,21). Sum of RGB (Red+Green+Blue) = 186+49+21=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3115 is #45CEEA. Grayscale: #575757. Windows color (decimal): -4574955 or 1388986. OLE color: 1388986.
HSL color Cylindrical-coordinate representation of color #BA3115: hue angle of 10.18º 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 #BA3115 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 21 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.27 |
| HSL | 10.18º | 0.8% | 0.41% | - |
| HSV(B) | 10.18º | 0.89% | 0.73% | - |
| XYZ | 21.48 | 12.69 | 2.03 | - |
| YUV | 86.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 21 | 0 | 0.74 | 0.89 | 0.27 | 10.18 | 0.8 | 0.41 |
| Hex | BA | 31 | 15 | 0 | 4A | 59 | 1B | A | 50 | 29 |
| Octal | 272 | 61 | 25 | 0 | 112 | 131 | 33 | 12 | 120 | 51 |
| Binary | 10111010 | 110001 | 10101 | 0 | 1001010 | 1011001 | 11011 | 1010 | 1010000 | 101001 |
Color Harmonies of #BA3115
Complementary color
Monochromatic Colors of #BA3115
Black with #BA3115
Text Example
Text Example
White with #BA3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3115; }
p { color: rgb(186,49,21); }
H1.HeaderClassName
{
color: #BA3115;
}
.AnyTagClassName
{
color: #BA3115;
}
</style>
background-color css
<style>
a { background-color: #BA3115; }
a { background-color: rgb(186,49,21); }
div.DivClassName
{
background-color: #BA3115;
}
.BgClassName
{
background-color: #BA3115;
}
</style>
border-color css
<style>
span { border-color: #BA3115; }
span { border-color: rgb(186,49,21); }
td.TdClassName
{
border-color: #BA3115;
}
.TagClassName
{
border-color: #BA3115;
}
</style>