Html Css Color HEX #BA1F06 Harley Davidson Orange
📋 copy color: '#BA1F06'red 186 ◦ green 31 ◦ blue 6
Shades of Harley Davidson Orange #BA1F06
Tints of Harley Davidson Orange #BA1F06
RGB
CMYK
RGB Variations
Color information
#BA1F06 (or 0xBA1F06) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 06. RGB value is (186,31,6). Sum of RGB (Red+Green+Blue) = 186+31+6=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F06 is #45E0F9. Grayscale: #4A4A4A. Windows color (decimal): -4579578 or 401338. OLE color: 401338.
HSL color Cylindrical-coordinate representation of color #BA1F06: hue angle of 8.33º 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 #BA1F06 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.27 |
| HSL | 8.33º | 0.94% | 0.38% | - |
| HSV(B) | 8.33º | 0.97% | 0.73% | - |
| XYZ | 20.77 | 11.43 | 1.28 | - |
| YUV | 74.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 6 | 0 | 0.83 | 0.97 | 0.27 | 8.33 | 0.94 | 0.38 |
| Hex | BA | 1F | 6 | 0 | 53 | 61 | 1B | 8 | 5E | 26 |
| Octal | 272 | 37 | 6 | 0 | 123 | 141 | 33 | 10 | 136 | 46 |
| Binary | 10111010 | 11111 | 110 | 0 | 1010011 | 1100001 | 11011 | 1000 | 1011110 | 100110 |
Color Harmonies of #BA1F06
Complementary color
Monochromatic Colors of #BA1F06
Black with #BA1F06
Text Example
Text Example
White with #BA1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F06; }
p { color: rgb(186,31,6); }
H1.HeaderClassName
{
color: #BA1F06;
}
.AnyTagClassName
{
color: #BA1F06;
}
</style>
background-color css
<style>
a { background-color: #BA1F06; }
a { background-color: rgb(186,31,6); }
div.DivClassName
{
background-color: #BA1F06;
}
.BgClassName
{
background-color: #BA1F06;
}
</style>
border-color css
<style>
span { border-color: #BA1F06; }
span { border-color: rgb(186,31,6); }
td.TdClassName
{
border-color: #BA1F06;
}
.TagClassName
{
border-color: #BA1F06;
}
</style>