Html Css Color HEX #BA3312 Harley Davidson Orange
📋 copy color: '#BA3312'red 186 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #BA3312
Tints of Harley Davidson Orange #BA3312
RGB
CMYK
RGB Variations
Color information
#BA3312 (or 0xBA3312) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 12. RGB value is (186,51,18). Sum of RGB (Red+Green+Blue) = 186+51+18=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3312 is #45CCED. Grayscale: #575757. Windows color (decimal): -4574446 or 1192890. OLE color: 1192890.
HSL color Cylindrical-coordinate representation of color #BA3312: hue angle of 11.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3312 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 18 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.27 |
| HSL | 11.79º | 0.82% | 0.4% | - |
| HSV(B) | 11.79º | 0.9% | 0.73% | - |
| XYZ | 21.54 | 12.85 | 1.92 | - |
| YUV | 87.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 18 | 0 | 0.73 | 0.90 | 0.27 | 11.79 | 0.82 | 0.4 |
| Hex | BA | 33 | 12 | 0 | 49 | 5A | 1B | C | 52 | 28 |
| Octal | 272 | 63 | 22 | 0 | 111 | 132 | 33 | 14 | 122 | 50 |
| Binary | 10111010 | 110011 | 10010 | 0 | 1001001 | 1011010 | 11011 | 1100 | 1010010 | 101000 |
Color Harmonies of #BA3312
Complementary color
Monochromatic Colors of #BA3312
Black with #BA3312
Text Example
Text Example
White with #BA3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3312; }
p { color: rgb(186,51,18); }
H1.HeaderClassName
{
color: #BA3312;
}
.AnyTagClassName
{
color: #BA3312;
}
</style>
background-color css
<style>
a { background-color: #BA3312; }
a { background-color: rgb(186,51,18); }
div.DivClassName
{
background-color: #BA3312;
}
.BgClassName
{
background-color: #BA3312;
}
</style>
border-color css
<style>
span { border-color: #BA3312; }
span { border-color: rgb(186,51,18); }
td.TdClassName
{
border-color: #BA3312;
}
.TagClassName
{
border-color: #BA3312;
}
</style>