Html Css Color HEX #BA1D06 Harley Davidson Orange
📋 copy color: '#BA1D06'red 186 ◦ green 29 ◦ blue 6
Shades of Harley Davidson Orange #BA1D06
Tints of Harley Davidson Orange #BA1D06
RGB
CMYK
RGB Variations
Color information
#BA1D06 (or 0xBA1D06) is known color: Harley Davidson Orange. HEX triplet: BA, 1D and 06. RGB value is (186,29,6). Sum of RGB (Red+Green+Blue) = 186+29+6=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D06 is #45E2F9. Grayscale: #494949. Windows color (decimal): -4580090 or 400826. OLE color: 400826.
HSL color Cylindrical-coordinate representation of color #BA1D06: hue angle of 7.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA1D06 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 6 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.27 |
| HSL | 7.67º | 0.94% | 0.38% | - |
| HSV(B) | 7.67º | 0.97% | 0.73% | - |
| XYZ | 20.72 | 11.33 | 1.27 | - |
| YUV | 73.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 6 | 0 | 0.84 | 0.97 | 0.27 | 7.67 | 0.94 | 0.38 |
| Hex | BA | 1D | 6 | 0 | 54 | 61 | 1B | 8 | 5E | 26 |
| Octal | 272 | 35 | 6 | 0 | 124 | 141 | 33 | 10 | 136 | 46 |
| Binary | 10111010 | 11101 | 110 | 0 | 1010100 | 1100001 | 11011 | 1000 | 1011110 | 100110 |
Color Harmonies of #BA1D06
Complementary color
Monochromatic Colors of #BA1D06
Black with #BA1D06
Text Example
Text Example
White with #BA1D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D06; }
p { color: rgb(186,29,6); }
H1.HeaderClassName
{
color: #BA1D06;
}
.AnyTagClassName
{
color: #BA1D06;
}
</style>
background-color css
<style>
a { background-color: #BA1D06; }
a { background-color: rgb(186,29,6); }
div.DivClassName
{
background-color: #BA1D06;
}
.BgClassName
{
background-color: #BA1D06;
}
</style>
border-color css
<style>
span { border-color: #BA1D06; }
span { border-color: rgb(186,29,6); }
td.TdClassName
{
border-color: #BA1D06;
}
.TagClassName
{
border-color: #BA1D06;
}
</style>