Html Css Color HEX #BA3921 Harley Davidson Orange
📋 copy color: '#BA3921'red 186 ◦ green 57 ◦ blue 33
Shades of Harley Davidson Orange #BA3921
Tints of Harley Davidson Orange #BA3921
RGB
CMYK
RGB Variations
Color information
#BA3921 (or 0xBA3921) is known color: Harley Davidson Orange. HEX triplet: BA, 39 and 21. RGB value is (186,57,33). Sum of RGB (Red+Green+Blue) = 186+57+33=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3921 is #45C6DE. Grayscale: #5D5D5D. Windows color (decimal): -4572895 or 2177466. OLE color: 2177466.
HSL color Cylindrical-coordinate representation of color #BA3921: hue angle of 9.41º 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 #BA3921 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 33 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.27 |
| HSL | 9.41º | 0.7% | 0.43% | - |
| HSV(B) | 9.41º | 0.82% | 0.73% | - |
| XYZ | 21.99 | 13.48 | 2.88 | - |
| YUV | 92.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 33 | 0 | 0.69 | 0.82 | 0.27 | 9.41 | 0.7 | 0.43 |
| Hex | BA | 39 | 21 | 0 | 45 | 52 | 1B | 9 | 46 | 2B |
| Octal | 272 | 71 | 41 | 0 | 105 | 122 | 33 | 11 | 106 | 53 |
| Binary | 10111010 | 111001 | 100001 | 0 | 1000101 | 1010010 | 11011 | 1001 | 1000110 | 101011 |
Color Harmonies of #BA3921
Complementary color
Monochromatic Colors of #BA3921
Black with #BA3921
Text Example
Text Example
White with #BA3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3921; }
p { color: rgb(186,57,33); }
H1.HeaderClassName
{
color: #BA3921;
}
.AnyTagClassName
{
color: #BA3921;
}
</style>
background-color css
<style>
a { background-color: #BA3921; }
a { background-color: rgb(186,57,33); }
div.DivClassName
{
background-color: #BA3921;
}
.BgClassName
{
background-color: #BA3921;
}
</style>
border-color css
<style>
span { border-color: #BA3921; }
span { border-color: rgb(186,57,33); }
td.TdClassName
{
border-color: #BA3921;
}
.TagClassName
{
border-color: #BA3921;
}
</style>