Html Css Color HEX #BA2611 Harley Davidson Orange
📋 copy color: '#BA2611'red 186 ◦ green 38 ◦ blue 17
Shades of Harley Davidson Orange #BA2611
Tints of Harley Davidson Orange #BA2611
RGB
CMYK
RGB Variations
Color information
#BA2611 (or 0xBA2611) is known color: Harley Davidson Orange. HEX triplet: BA, 26 and 11. RGB value is (186,38,17). Sum of RGB (Red+Green+Blue) = 186+38+17=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2611 is #45D9EE. Grayscale: #505050. Windows color (decimal): -4577775 or 1124026. OLE color: 1124026.
HSL color Cylindrical-coordinate representation of color #BA2611: hue angle of 7.46º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2611 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.27 |
| HSL | 7.46º | 0.83% | 0.4% | - |
| HSV(B) | 7.46º | 0.91% | 0.73% | - |
| XYZ | 21.04 | 11.87 | 1.71 | - |
| YUV | 79.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 17 | 0 | 0.80 | 0.91 | 0.27 | 7.46 | 0.83 | 0.4 |
| Hex | BA | 26 | 11 | 0 | 50 | 5B | 1B | 7 | 53 | 28 |
| Octal | 272 | 46 | 21 | 0 | 120 | 133 | 33 | 7 | 123 | 50 |
| Binary | 10111010 | 100110 | 10001 | 0 | 1010000 | 1011011 | 11011 | 111 | 1010011 | 101000 |
Color Harmonies of #BA2611
Complementary color
Monochromatic Colors of #BA2611
Black with #BA2611
Text Example
Text Example
White with #BA2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2611; }
p { color: rgb(186,38,17); }
H1.HeaderClassName
{
color: #BA2611;
}
.AnyTagClassName
{
color: #BA2611;
}
</style>
background-color css
<style>
a { background-color: #BA2611; }
a { background-color: rgb(186,38,17); }
div.DivClassName
{
background-color: #BA2611;
}
.BgClassName
{
background-color: #BA2611;
}
</style>
border-color css
<style>
span { border-color: #BA2611; }
span { border-color: rgb(186,38,17); }
td.TdClassName
{
border-color: #BA2611;
}
.TagClassName
{
border-color: #BA2611;
}
</style>