Html Css Color HEX #BA3515 Harley Davidson Orange
📋 copy color: '#BA3515'red 186 ◦ green 53 ◦ blue 21
Shades of Harley Davidson Orange #BA3515
Tints of Harley Davidson Orange #BA3515
RGB
CMYK
RGB Variations
Color information
#BA3515 (or 0xBA3515) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 15. RGB value is (186,53,21). Sum of RGB (Red+Green+Blue) = 186+53+21=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3515 is #45CAEA. Grayscale: #595959. Windows color (decimal): -4573931 or 1390010. OLE color: 1390010.
HSL color Cylindrical-coordinate representation of color #BA3515: hue angle of 11.64º 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 #BA3515 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 21 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.27 |
| HSL | 11.64º | 0.8% | 0.41% | - |
| HSV(B) | 11.64º | 0.89% | 0.73% | - |
| XYZ | 21.66 | 13.04 | 2.08 | - |
| YUV | 89.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 21 | 0 | 0.72 | 0.89 | 0.27 | 11.64 | 0.8 | 0.41 |
| Hex | BA | 35 | 15 | 0 | 48 | 59 | 1B | C | 50 | 29 |
| Octal | 272 | 65 | 25 | 0 | 110 | 131 | 33 | 14 | 120 | 51 |
| Binary | 10111010 | 110101 | 10101 | 0 | 1001000 | 1011001 | 11011 | 1100 | 1010000 | 101001 |
Color Harmonies of #BA3515
Complementary color
Monochromatic Colors of #BA3515
Black with #BA3515
Text Example
Text Example
White with #BA3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3515; }
p { color: rgb(186,53,21); }
H1.HeaderClassName
{
color: #BA3515;
}
.AnyTagClassName
{
color: #BA3515;
}
</style>
background-color css
<style>
a { background-color: #BA3515; }
a { background-color: rgb(186,53,21); }
div.DivClassName
{
background-color: #BA3515;
}
.BgClassName
{
background-color: #BA3515;
}
</style>
border-color css
<style>
span { border-color: #BA3515; }
span { border-color: rgb(186,53,21); }
td.TdClassName
{
border-color: #BA3515;
}
.TagClassName
{
border-color: #BA3515;
}
</style>