Html Css Color HEX #BA3820 Harley Davidson Orange
📋 copy color: '#BA3820'red 186 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #BA3820
Tints of Harley Davidson Orange #BA3820
RGB
CMYK
RGB Variations
Color information
#BA3820 (or 0xBA3820) is known color: Harley Davidson Orange. HEX triplet: BA, 38 and 20. RGB value is (186,56,32). Sum of RGB (Red+Green+Blue) = 186+56+32=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3820 is #45C7DF. Grayscale: #5C5C5C. Windows color (decimal): -4573152 or 2111674. OLE color: 2111674.
HSL color Cylindrical-coordinate representation of color #BA3820: hue angle of 9.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA3820 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 32 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.27 |
| HSL | 9.35º | 0.71% | 0.43% | - |
| HSV(B) | 9.35º | 0.83% | 0.73% | - |
| XYZ | 21.92 | 13.37 | 2.79 | - |
| YUV | 92.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 32 | 0 | 0.70 | 0.83 | 0.27 | 9.35 | 0.71 | 0.43 |
| Hex | BA | 38 | 20 | 0 | 46 | 53 | 1B | 9 | 47 | 2B |
| Octal | 272 | 70 | 40 | 0 | 106 | 123 | 33 | 11 | 107 | 53 |
| Binary | 10111010 | 111000 | 100000 | 0 | 1000110 | 1010011 | 11011 | 1001 | 1000111 | 101011 |
Color Harmonies of #BA3820
Complementary color
Monochromatic Colors of #BA3820
Black with #BA3820
Text Example
Text Example
White with #BA3820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3820; }
p { color: rgb(186,56,32); }
H1.HeaderClassName
{
color: #BA3820;
}
.AnyTagClassName
{
color: #BA3820;
}
</style>
background-color css
<style>
a { background-color: #BA3820; }
a { background-color: rgb(186,56,32); }
div.DivClassName
{
background-color: #BA3820;
}
.BgClassName
{
background-color: #BA3820;
}
</style>
border-color css
<style>
span { border-color: #BA3820; }
span { border-color: rgb(186,56,32); }
td.TdClassName
{
border-color: #BA3820;
}
.TagClassName
{
border-color: #BA3820;
}
</style>