Html Css Color HEX #BA3521 Harley Davidson Orange
📋 copy color: '#BA3521'red 186 ◦ green 53 ◦ blue 33
Shades of Harley Davidson Orange #BA3521
Tints of Harley Davidson Orange #BA3521
RGB
CMYK
RGB Variations
Color information
#BA3521 (or 0xBA3521) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 21. RGB value is (186,53,33). Sum of RGB (Red+Green+Blue) = 186+53+33=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3521 is #45CADE. Grayscale: #5A5A5A. Windows color (decimal): -4573919 or 2176442. OLE color: 2176442.
HSL color Cylindrical-coordinate representation of color #BA3521: hue angle of 7.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA3521 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 33 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.27 |
| HSL | 7.84º | 0.7% | 0.43% | - |
| HSV(B) | 7.84º | 0.82% | 0.73% | - |
| XYZ | 21.8 | 13.1 | 2.82 | - |
| YUV | 90.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 33 | 0 | 0.72 | 0.82 | 0.27 | 7.84 | 0.7 | 0.43 |
| Hex | BA | 35 | 21 | 0 | 48 | 52 | 1B | 8 | 46 | 2B |
| Octal | 272 | 65 | 41 | 0 | 110 | 122 | 33 | 10 | 106 | 53 |
| Binary | 10111010 | 110101 | 100001 | 0 | 1001000 | 1010010 | 11011 | 1000 | 1000110 | 101011 |
Color Harmonies of #BA3521
Complementary color
Monochromatic Colors of #BA3521
Black with #BA3521
Text Example
Text Example
White with #BA3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3521; }
p { color: rgb(186,53,33); }
H1.HeaderClassName
{
color: #BA3521;
}
.AnyTagClassName
{
color: #BA3521;
}
</style>
background-color css
<style>
a { background-color: #BA3521; }
a { background-color: rgb(186,53,33); }
div.DivClassName
{
background-color: #BA3521;
}
.BgClassName
{
background-color: #BA3521;
}
</style>
border-color css
<style>
span { border-color: #BA3521; }
span { border-color: rgb(186,53,33); }
td.TdClassName
{
border-color: #BA3521;
}
.TagClassName
{
border-color: #BA3521;
}
</style>