Html Css Color HEX #BA320E Harley Davidson Orange
📋 copy color: '#BA320E'red 186 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #BA320E
Tints of Harley Davidson Orange #BA320E
RGB
CMYK
RGB Variations
Color information
#BA320E (or 0xBA320E) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 0E. RGB value is (186,50,14). Sum of RGB (Red+Green+Blue) = 186+50+14=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA320E is #45CDF1. Grayscale: #565656. Windows color (decimal): -4574706 or 930490. OLE color: 930490.
HSL color Cylindrical-coordinate representation of color #BA320E: hue angle of 12.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA320E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 14 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.27 |
| HSL | 12.56º | 0.86% | 0.39% | - |
| HSV(B) | 12.56º | 0.92% | 0.73% | - |
| XYZ | 21.47 | 12.75 | 1.75 | - |
| YUV | 86.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 14 | 0 | 0.73 | 0.92 | 0.27 | 12.56 | 0.86 | 0.39 |
| Hex | BA | 32 | E | 0 | 49 | 5C | 1B | D | 56 | 27 |
| Octal | 272 | 62 | 16 | 0 | 111 | 134 | 33 | 15 | 126 | 47 |
| Binary | 10111010 | 110010 | 1110 | 0 | 1001001 | 1011100 | 11011 | 1101 | 1010110 | 100111 |
Color Harmonies of #BA320E
Complementary color
Monochromatic Colors of #BA320E
Black with #BA320E
Text Example
Text Example
White with #BA320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA320E; }
p { color: rgb(186,50,14); }
H1.HeaderClassName
{
color: #BA320E;
}
.AnyTagClassName
{
color: #BA320E;
}
</style>
background-color css
<style>
a { background-color: #BA320E; }
a { background-color: rgb(186,50,14); }
div.DivClassName
{
background-color: #BA320E;
}
.BgClassName
{
background-color: #BA320E;
}
</style>
border-color css
<style>
span { border-color: #BA320E; }
span { border-color: rgb(186,50,14); }
td.TdClassName
{
border-color: #BA320E;
}
.TagClassName
{
border-color: #BA320E;
}
</style>