Html Css Color HEX #BA3316 Harley Davidson Orange
📋 copy color: '#BA3316'red 186 ◦ green 51 ◦ blue 22
Shades of Harley Davidson Orange #BA3316
Tints of Harley Davidson Orange #BA3316
RGB
CMYK
RGB Variations
Color information
#BA3316 (or 0xBA3316) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 16. RGB value is (186,51,22). Sum of RGB (Red+Green+Blue) = 186+51+22=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3316 is #45CCE9. Grayscale: #585858. Windows color (decimal): -4574442 or 1455034. OLE color: 1455034.
HSL color Cylindrical-coordinate representation of color #BA3316: hue angle of 10.61º 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 #BA3316 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 22 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.27 |
| HSL | 10.61º | 0.79% | 0.41% | - |
| HSV(B) | 10.61º | 0.88% | 0.73% | - |
| XYZ | 21.58 | 12.86 | 2.1 | - |
| YUV | 88.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 22 | 0 | 0.73 | 0.88 | 0.27 | 10.61 | 0.79 | 0.41 |
| Hex | BA | 33 | 16 | 0 | 49 | 58 | 1B | B | 4F | 29 |
| Octal | 272 | 63 | 26 | 0 | 111 | 130 | 33 | 13 | 117 | 51 |
| Binary | 10111010 | 110011 | 10110 | 0 | 1001001 | 1011000 | 11011 | 1011 | 1001111 | 101001 |
Color Harmonies of #BA3316
Complementary color
Monochromatic Colors of #BA3316
Black with #BA3316
Text Example
Text Example
White with #BA3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3316; }
p { color: rgb(186,51,22); }
H1.HeaderClassName
{
color: #BA3316;
}
.AnyTagClassName
{
color: #BA3316;
}
</style>
background-color css
<style>
a { background-color: #BA3316; }
a { background-color: rgb(186,51,22); }
div.DivClassName
{
background-color: #BA3316;
}
.BgClassName
{
background-color: #BA3316;
}
</style>
border-color css
<style>
span { border-color: #BA3316; }
span { border-color: rgb(186,51,22); }
td.TdClassName
{
border-color: #BA3316;
}
.TagClassName
{
border-color: #BA3316;
}
</style>