Html Css Color HEX #BA3014 Harley Davidson Orange
📋 copy color: '#BA3014'red 186 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #BA3014
Tints of Harley Davidson Orange #BA3014
RGB
CMYK
RGB Variations
Color information
#BA3014 (or 0xBA3014) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 14. RGB value is (186,48,20). Sum of RGB (Red+Green+Blue) = 186+48+20=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3014 is #45CFEB. Grayscale: #565656. Windows color (decimal): -4575212 or 1323194. OLE color: 1323194.
HSL color Cylindrical-coordinate representation of color #BA3014: hue angle of 10.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3014 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 20 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.27 |
| HSL | 10.12º | 0.81% | 0.4% | - |
| HSV(B) | 10.12º | 0.89% | 0.73% | - |
| XYZ | 21.43 | 12.6 | 1.96 | - |
| YUV | 86.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 20 | 0 | 0.74 | 0.89 | 0.27 | 10.12 | 0.81 | 0.4 |
| Hex | BA | 30 | 14 | 0 | 4A | 59 | 1B | A | 51 | 28 |
| Octal | 272 | 60 | 24 | 0 | 112 | 131 | 33 | 12 | 121 | 50 |
| Binary | 10111010 | 110000 | 10100 | 0 | 1001010 | 1011001 | 11011 | 1010 | 1010001 | 101000 |
Color Harmonies of #BA3014
Complementary color
Monochromatic Colors of #BA3014
Black with #BA3014
Text Example
Text Example
White with #BA3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3014; }
p { color: rgb(186,48,20); }
H1.HeaderClassName
{
color: #BA3014;
}
.AnyTagClassName
{
color: #BA3014;
}
</style>
background-color css
<style>
a { background-color: #BA3014; }
a { background-color: rgb(186,48,20); }
div.DivClassName
{
background-color: #BA3014;
}
.BgClassName
{
background-color: #BA3014;
}
</style>
border-color css
<style>
span { border-color: #BA3014; }
span { border-color: rgb(186,48,20); }
td.TdClassName
{
border-color: #BA3014;
}
.TagClassName
{
border-color: #BA3014;
}
</style>