Html Css Color HEX #BA311A Harley Davidson Orange
📋 copy color: '#BA311A'red 186 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #BA311A
Tints of Harley Davidson Orange #BA311A
RGB
CMYK
RGB Variations
Color information
#BA311A (or 0xBA311A) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 1A. RGB value is (186,49,26). Sum of RGB (Red+Green+Blue) = 186+49+26=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA311A is #45CEE5. Grayscale: #575757. Windows color (decimal): -4574950 or 1716666. OLE color: 1716666.
HSL color Cylindrical-coordinate representation of color #BA311A: hue angle of 8.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA311A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 26 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.27 |
| HSL | 8.63º | 0.75% | 0.42% | - |
| HSV(B) | 8.63º | 0.86% | 0.73% | - |
| XYZ | 21.53 | 12.71 | 2.3 | - |
| YUV | 87.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 26 | 0 | 0.74 | 0.86 | 0.27 | 8.63 | 0.75 | 0.42 |
| Hex | BA | 31 | 1A | 0 | 4A | 56 | 1B | 9 | 4B | 2A |
| Octal | 272 | 61 | 32 | 0 | 112 | 126 | 33 | 11 | 113 | 52 |
| Binary | 10111010 | 110001 | 11010 | 0 | 1001010 | 1010110 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BA311A
Complementary color
Monochromatic Colors of #BA311A
Black with #BA311A
Text Example
Text Example
White with #BA311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA311A; }
p { color: rgb(186,49,26); }
H1.HeaderClassName
{
color: #BA311A;
}
.AnyTagClassName
{
color: #BA311A;
}
</style>
background-color css
<style>
a { background-color: #BA311A; }
a { background-color: rgb(186,49,26); }
div.DivClassName
{
background-color: #BA311A;
}
.BgClassName
{
background-color: #BA311A;
}
</style>
border-color css
<style>
span { border-color: #BA311A; }
span { border-color: rgb(186,49,26); }
td.TdClassName
{
border-color: #BA311A;
}
.TagClassName
{
border-color: #BA311A;
}
</style>