Html Css Color HEX #BA3016 Harley Davidson Orange
📋 copy color: '#BA3016'red 186 ◦ green 48 ◦ blue 22
Shades of Harley Davidson Orange #BA3016
Tints of Harley Davidson Orange #BA3016
RGB
CMYK
RGB Variations
Color information
#BA3016 (or 0xBA3016) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 16. RGB value is (186,48,22). Sum of RGB (Red+Green+Blue) = 186+48+22=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3016 is #45CFE9. Grayscale: #565656. Windows color (decimal): -4575210 or 1454266. OLE color: 1454266.
HSL color Cylindrical-coordinate representation of color #BA3016: hue angle of 9.51º 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 #BA3016 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 22 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.27 |
| HSL | 9.51º | 0.79% | 0.41% | - |
| HSV(B) | 9.51º | 0.88% | 0.73% | - |
| XYZ | 21.45 | 12.61 | 2.06 | - |
| YUV | 86.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 22 | 0 | 0.74 | 0.88 | 0.27 | 9.51 | 0.79 | 0.41 |
| Hex | BA | 30 | 16 | 0 | 4A | 58 | 1B | A | 4F | 29 |
| Octal | 272 | 60 | 26 | 0 | 112 | 130 | 33 | 12 | 117 | 51 |
| Binary | 10111010 | 110000 | 10110 | 0 | 1001010 | 1011000 | 11011 | 1010 | 1001111 | 101001 |
Color Harmonies of #BA3016
Complementary color
Monochromatic Colors of #BA3016
Black with #BA3016
Text Example
Text Example
White with #BA3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3016; }
p { color: rgb(186,48,22); }
H1.HeaderClassName
{
color: #BA3016;
}
.AnyTagClassName
{
color: #BA3016;
}
</style>
background-color css
<style>
a { background-color: #BA3016; }
a { background-color: rgb(186,48,22); }
div.DivClassName
{
background-color: #BA3016;
}
.BgClassName
{
background-color: #BA3016;
}
</style>
border-color css
<style>
span { border-color: #BA3016; }
span { border-color: rgb(186,48,22); }
td.TdClassName
{
border-color: #BA3016;
}
.TagClassName
{
border-color: #BA3016;
}
</style>