Html Css Color HEX #BA3011 Harley Davidson Orange
📋 copy color: '#BA3011'red 186 ◦ green 48 ◦ blue 17
Shades of Harley Davidson Orange #BA3011
Tints of Harley Davidson Orange #BA3011
RGB
CMYK
RGB Variations
Color information
#BA3011 (or 0xBA3011) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 11. RGB value is (186,48,17). Sum of RGB (Red+Green+Blue) = 186+48+17=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3011 is #45CFEE. Grayscale: #555555. Windows color (decimal): -4575215 or 1126586. OLE color: 1126586.
HSL color Cylindrical-coordinate representation of color #BA3011: hue angle of 11.01º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA3011 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.27 |
| HSL | 11.01º | 0.83% | 0.4% | - |
| HSV(B) | 11.01º | 0.91% | 0.73% | - |
| XYZ | 21.41 | 12.59 | 1.83 | - |
| YUV | 85.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 17 | 0 | 0.74 | 0.91 | 0.27 | 11.01 | 0.83 | 0.4 |
| Hex | BA | 30 | 11 | 0 | 4A | 5B | 1B | B | 53 | 28 |
| Octal | 272 | 60 | 21 | 0 | 112 | 133 | 33 | 13 | 123 | 50 |
| Binary | 10111010 | 110000 | 10001 | 0 | 1001010 | 1011011 | 11011 | 1011 | 1010011 | 101000 |
Color Harmonies of #BA3011
Complementary color
Monochromatic Colors of #BA3011
Black with #BA3011
Text Example
Text Example
White with #BA3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3011; }
p { color: rgb(186,48,17); }
H1.HeaderClassName
{
color: #BA3011;
}
.AnyTagClassName
{
color: #BA3011;
}
</style>
background-color css
<style>
a { background-color: #BA3011; }
a { background-color: rgb(186,48,17); }
div.DivClassName
{
background-color: #BA3011;
}
.BgClassName
{
background-color: #BA3011;
}
</style>
border-color css
<style>
span { border-color: #BA3011; }
span { border-color: rgb(186,48,17); }
td.TdClassName
{
border-color: #BA3011;
}
.TagClassName
{
border-color: #BA3011;
}
</style>