Html Css Color HEX #BA310A Harley Davidson Orange
📋 copy color: '#BA310A'red 186 ◦ green 49 ◦ blue 10
Shades of Harley Davidson Orange #BA310A
Tints of Harley Davidson Orange #BA310A
RGB
CMYK
RGB Variations
Color information
#BA310A (or 0xBA310A) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 0A. RGB value is (186,49,10). Sum of RGB (Red+Green+Blue) = 186+49+10=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA310A is #45CEF5. Grayscale: #555555. Windows color (decimal): -4574966 or 668090. OLE color: 668090.
HSL color Cylindrical-coordinate representation of color #BA310A: hue angle of 13.3º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA310A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.27 |
| HSL | 13.3º | 0.9% | 0.38% | - |
| HSV(B) | 13.3º | 0.95% | 0.73% | - |
| XYZ | 21.4 | 12.66 | 1.6 | - |
| YUV | 85.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 10 | 0 | 0.74 | 0.95 | 0.27 | 13.3 | 0.9 | 0.38 |
| Hex | BA | 31 | A | 0 | 4A | 5F | 1B | D | 5A | 26 |
| Octal | 272 | 61 | 12 | 0 | 112 | 137 | 33 | 15 | 132 | 46 |
| Binary | 10111010 | 110001 | 1010 | 0 | 1001010 | 1011111 | 11011 | 1101 | 1011010 | 100110 |
Color Harmonies of #BA310A
Complementary color
Monochromatic Colors of #BA310A
Black with #BA310A
Text Example
Text Example
White with #BA310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA310A; }
p { color: rgb(186,49,10); }
H1.HeaderClassName
{
color: #BA310A;
}
.AnyTagClassName
{
color: #BA310A;
}
</style>
background-color css
<style>
a { background-color: #BA310A; }
a { background-color: rgb(186,49,10); }
div.DivClassName
{
background-color: #BA310A;
}
.BgClassName
{
background-color: #BA310A;
}
</style>
border-color css
<style>
span { border-color: #BA310A; }
span { border-color: rgb(186,49,10); }
td.TdClassName
{
border-color: #BA310A;
}
.TagClassName
{
border-color: #BA310A;
}
</style>