Html Css Color HEX #BA320C Harley Davidson Orange
📋 copy color: '#BA320C'red 186 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #BA320C
Tints of Harley Davidson Orange #BA320C
RGB
CMYK
RGB Variations
Color information
#BA320C (or 0xBA320C) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 0C. RGB value is (186,50,12). Sum of RGB (Red+Green+Blue) = 186+50+12=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA320C is #45CDF3. Grayscale: #565656. Windows color (decimal): -4574708 or 799418. OLE color: 799418.
HSL color Cylindrical-coordinate representation of color #BA320C: hue angle of 13.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA320C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.27 |
| HSL | 13.1º | 0.88% | 0.39% | - |
| HSV(B) | 13.1º | 0.94% | 0.73% | - |
| XYZ | 21.46 | 12.75 | 1.68 | - |
| YUV | 86.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 12 | 0 | 0.73 | 0.94 | 0.27 | 13.1 | 0.88 | 0.39 |
| Hex | BA | 32 | C | 0 | 49 | 5E | 1B | D | 58 | 27 |
| Octal | 272 | 62 | 14 | 0 | 111 | 136 | 33 | 15 | 130 | 47 |
| Binary | 10111010 | 110010 | 1100 | 0 | 1001001 | 1011110 | 11011 | 1101 | 1011000 | 100111 |
Color Harmonies of #BA320C
Complementary color
Monochromatic Colors of #BA320C
Black with #BA320C
Text Example
Text Example
White with #BA320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA320C; }
p { color: rgb(186,50,12); }
H1.HeaderClassName
{
color: #BA320C;
}
.AnyTagClassName
{
color: #BA320C;
}
</style>
background-color css
<style>
a { background-color: #BA320C; }
a { background-color: rgb(186,50,12); }
div.DivClassName
{
background-color: #BA320C;
}
.BgClassName
{
background-color: #BA320C;
}
</style>
border-color css
<style>
span { border-color: #BA320C; }
span { border-color: rgb(186,50,12); }
td.TdClassName
{
border-color: #BA320C;
}
.TagClassName
{
border-color: #BA320C;
}
</style>