Html Css Color HEX #BA3411 Harley Davidson Orange
📋 copy color: '#BA3411'red 186 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #BA3411
Tints of Harley Davidson Orange #BA3411
RGB
CMYK
RGB Variations
Color information
#BA3411 (or 0xBA3411) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 11. RGB value is (186,52,17). Sum of RGB (Red+Green+Blue) = 186+52+17=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3411 is #45CBEE. Grayscale: #585858. Windows color (decimal): -4574191 or 1127610. OLE color: 1127610.
HSL color Cylindrical-coordinate representation of color #BA3411: hue angle of 12.43º 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 #BA3411 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.27 |
| HSL | 12.43º | 0.83% | 0.4% | - |
| HSV(B) | 12.43º | 0.91% | 0.73% | - |
| XYZ | 21.58 | 12.94 | 1.89 | - |
| YUV | 88.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 17 | 0 | 0.72 | 0.91 | 0.27 | 12.43 | 0.83 | 0.4 |
| Hex | BA | 34 | 11 | 0 | 48 | 5B | 1B | C | 53 | 28 |
| Octal | 272 | 64 | 21 | 0 | 110 | 133 | 33 | 14 | 123 | 50 |
| Binary | 10111010 | 110100 | 10001 | 0 | 1001000 | 1011011 | 11011 | 1100 | 1010011 | 101000 |
Color Harmonies of #BA3411
Complementary color
Monochromatic Colors of #BA3411
Black with #BA3411
Text Example
Text Example
White with #BA3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3411; }
p { color: rgb(186,52,17); }
H1.HeaderClassName
{
color: #BA3411;
}
.AnyTagClassName
{
color: #BA3411;
}
</style>
background-color css
<style>
a { background-color: #BA3411; }
a { background-color: rgb(186,52,17); }
div.DivClassName
{
background-color: #BA3411;
}
.BgClassName
{
background-color: #BA3411;
}
</style>
border-color css
<style>
span { border-color: #BA3411; }
span { border-color: rgb(186,52,17); }
td.TdClassName
{
border-color: #BA3411;
}
.TagClassName
{
border-color: #BA3411;
}
</style>