Html Css Color HEX #BA3416 Harley Davidson Orange
📋 copy color: '#BA3416'red 186 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #BA3416
Tints of Harley Davidson Orange #BA3416
RGB
CMYK
RGB Variations
Color information
#BA3416 (or 0xBA3416) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 16. RGB value is (186,52,22). Sum of RGB (Red+Green+Blue) = 186+52+22=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3416 is #45CBE9. Grayscale: #585858. Windows color (decimal): -4574186 or 1455290. OLE color: 1455290.
HSL color Cylindrical-coordinate representation of color #BA3416: hue angle of 10.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA3416 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 22 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.27 |
| HSL | 10.98º | 0.79% | 0.41% | - |
| HSV(B) | 10.98º | 0.88% | 0.73% | - |
| XYZ | 21.62 | 12.95 | 2.12 | - |
| YUV | 88.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 22 | 0 | 0.72 | 0.88 | 0.27 | 10.98 | 0.79 | 0.41 |
| Hex | BA | 34 | 16 | 0 | 48 | 58 | 1B | B | 4F | 29 |
| Octal | 272 | 64 | 26 | 0 | 110 | 130 | 33 | 13 | 117 | 51 |
| Binary | 10111010 | 110100 | 10110 | 0 | 1001000 | 1011000 | 11011 | 1011 | 1001111 | 101001 |
Color Harmonies of #BA3416
Complementary color
Monochromatic Colors of #BA3416
Black with #BA3416
Text Example
Text Example
White with #BA3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3416; }
p { color: rgb(186,52,22); }
H1.HeaderClassName
{
color: #BA3416;
}
.AnyTagClassName
{
color: #BA3416;
}
</style>
background-color css
<style>
a { background-color: #BA3416; }
a { background-color: rgb(186,52,22); }
div.DivClassName
{
background-color: #BA3416;
}
.BgClassName
{
background-color: #BA3416;
}
</style>
border-color css
<style>
span { border-color: #BA3416; }
span { border-color: rgb(186,52,22); }
td.TdClassName
{
border-color: #BA3416;
}
.TagClassName
{
border-color: #BA3416;
}
</style>