Html Css Color HEX #BA3412 Harley Davidson Orange
📋 copy color: '#BA3412'red 186 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #BA3412
Tints of Harley Davidson Orange #BA3412
RGB
CMYK
RGB Variations
Color information
#BA3412 (or 0xBA3412) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 12. RGB value is (186,52,18). Sum of RGB (Red+Green+Blue) = 186+52+18=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3412 is #45CBED. Grayscale: #585858. Windows color (decimal): -4574190 or 1193146. OLE color: 1193146.
HSL color Cylindrical-coordinate representation of color #BA3412: hue angle of 12.14º 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 #BA3412 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.27 |
| HSL | 12.14º | 0.82% | 0.4% | - |
| HSV(B) | 12.14º | 0.9% | 0.73% | - |
| XYZ | 21.59 | 12.94 | 1.93 | - |
| YUV | 88.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 18 | 0 | 0.72 | 0.90 | 0.27 | 12.14 | 0.82 | 0.4 |
| Hex | BA | 34 | 12 | 0 | 48 | 5A | 1B | C | 52 | 28 |
| Octal | 272 | 64 | 22 | 0 | 110 | 132 | 33 | 14 | 122 | 50 |
| Binary | 10111010 | 110100 | 10010 | 0 | 1001000 | 1011010 | 11011 | 1100 | 1010010 | 101000 |
Color Harmonies of #BA3412
Complementary color
Monochromatic Colors of #BA3412
Black with #BA3412
Text Example
Text Example
White with #BA3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3412; }
p { color: rgb(186,52,18); }
H1.HeaderClassName
{
color: #BA3412;
}
.AnyTagClassName
{
color: #BA3412;
}
</style>
background-color css
<style>
a { background-color: #BA3412; }
a { background-color: rgb(186,52,18); }
div.DivClassName
{
background-color: #BA3412;
}
.BgClassName
{
background-color: #BA3412;
}
</style>
border-color css
<style>
span { border-color: #BA3412; }
span { border-color: rgb(186,52,18); }
td.TdClassName
{
border-color: #BA3412;
}
.TagClassName
{
border-color: #BA3412;
}
</style>