Html Css Color HEX #BA3721 Harley Davidson Orange
📋 copy color: '#BA3721'red 186 ◦ green 55 ◦ blue 33
Shades of Harley Davidson Orange #BA3721
Tints of Harley Davidson Orange #BA3721
RGB
CMYK
RGB Variations
Color information
#BA3721 (or 0xBA3721) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 21. RGB value is (186,55,33). Sum of RGB (Red+Green+Blue) = 186+55+33=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3721 is #45C8DE. Grayscale: #5B5B5B. Windows color (decimal): -4573407 or 2176954. OLE color: 2176954.
HSL color Cylindrical-coordinate representation of color #BA3721: hue angle of 8.63º 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 #BA3721 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 33 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.27 |
| HSL | 8.63º | 0.7% | 0.43% | - |
| HSV(B) | 8.63º | 0.82% | 0.73% | - |
| XYZ | 21.89 | 13.28 | 2.85 | - |
| YUV | 91.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 33 | 0 | 0.70 | 0.82 | 0.27 | 8.63 | 0.7 | 0.43 |
| Hex | BA | 37 | 21 | 0 | 46 | 52 | 1B | 9 | 46 | 2B |
| Octal | 272 | 67 | 41 | 0 | 106 | 122 | 33 | 11 | 106 | 53 |
| Binary | 10111010 | 110111 | 100001 | 0 | 1000110 | 1010010 | 11011 | 1001 | 1000110 | 101011 |
Color Harmonies of #BA3721
Complementary color
Monochromatic Colors of #BA3721
Black with #BA3721
Text Example
Text Example
White with #BA3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3721; }
p { color: rgb(186,55,33); }
H1.HeaderClassName
{
color: #BA3721;
}
.AnyTagClassName
{
color: #BA3721;
}
</style>
background-color css
<style>
a { background-color: #BA3721; }
a { background-color: rgb(186,55,33); }
div.DivClassName
{
background-color: #BA3721;
}
.BgClassName
{
background-color: #BA3721;
}
</style>
border-color css
<style>
span { border-color: #BA3721; }
span { border-color: rgb(186,55,33); }
td.TdClassName
{
border-color: #BA3721;
}
.TagClassName
{
border-color: #BA3721;
}
</style>