Html Css Color HEX #BA3513 Harley Davidson Orange
📋 copy color: '#BA3513'red 186 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #BA3513
Tints of Harley Davidson Orange #BA3513
RGB
CMYK
RGB Variations
Color information
#BA3513 (or 0xBA3513) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 13. RGB value is (186,53,19). Sum of RGB (Red+Green+Blue) = 186+53+19=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3513 is #45CAEC. Grayscale: #595959. Windows color (decimal): -4573933 or 1258938. OLE color: 1258938.
HSL color Cylindrical-coordinate representation of color #BA3513: hue angle of 12.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3513 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.27 |
| HSL | 12.22º | 0.81% | 0.4% | - |
| HSV(B) | 12.22º | 0.9% | 0.73% | - |
| XYZ | 21.64 | 13.03 | 1.99 | - |
| YUV | 88.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 19 | 0 | 0.72 | 0.90 | 0.27 | 12.22 | 0.81 | 0.4 |
| Hex | BA | 35 | 13 | 0 | 48 | 5A | 1B | C | 51 | 28 |
| Octal | 272 | 65 | 23 | 0 | 110 | 132 | 33 | 14 | 121 | 50 |
| Binary | 10111010 | 110101 | 10011 | 0 | 1001000 | 1011010 | 11011 | 1100 | 1010001 | 101000 |
Color Harmonies of #BA3513
Complementary color
Monochromatic Colors of #BA3513
Black with #BA3513
Text Example
Text Example
White with #BA3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3513; }
p { color: rgb(186,53,19); }
H1.HeaderClassName
{
color: #BA3513;
}
.AnyTagClassName
{
color: #BA3513;
}
</style>
background-color css
<style>
a { background-color: #BA3513; }
a { background-color: rgb(186,53,19); }
div.DivClassName
{
background-color: #BA3513;
}
.BgClassName
{
background-color: #BA3513;
}
</style>
border-color css
<style>
span { border-color: #BA3513; }
span { border-color: rgb(186,53,19); }
td.TdClassName
{
border-color: #BA3513;
}
.TagClassName
{
border-color: #BA3513;
}
</style>