Html Css Color HEX #BA2F0B Harley Davidson Orange
📋 copy color: '#BA2F0B'red 186 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #BA2F0B
Tints of Harley Davidson Orange #BA2F0B
RGB
CMYK
RGB Variations
Color information
#BA2F0B (or 0xBA2F0B) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 0B. RGB value is (186,47,11). Sum of RGB (Red+Green+Blue) = 186+47+11=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F0B is #45D0F4. Grayscale: #545454. Windows color (decimal): -4575477 or 733114. OLE color: 733114.
HSL color Cylindrical-coordinate representation of color #BA2F0B: hue angle of 12.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA2F0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.27 |
| HSL | 12.34º | 0.89% | 0.39% | - |
| HSV(B) | 12.34º | 0.94% | 0.73% | - |
| XYZ | 21.33 | 12.5 | 1.6 | - |
| YUV | 84.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 11 | 0 | 0.75 | 0.94 | 0.27 | 12.34 | 0.89 | 0.39 |
| Hex | BA | 2F | B | 0 | 4B | 5E | 1B | C | 59 | 27 |
| Octal | 272 | 57 | 13 | 0 | 113 | 136 | 33 | 14 | 131 | 47 |
| Binary | 10111010 | 101111 | 1011 | 0 | 1001011 | 1011110 | 11011 | 1100 | 1011001 | 100111 |
Color Harmonies of #BA2F0B
Complementary color
Monochromatic Colors of #BA2F0B
Black with #BA2F0B
Text Example
Text Example
White with #BA2F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F0B; }
p { color: rgb(186,47,11); }
H1.HeaderClassName
{
color: #BA2F0B;
}
.AnyTagClassName
{
color: #BA2F0B;
}
</style>
background-color css
<style>
a { background-color: #BA2F0B; }
a { background-color: rgb(186,47,11); }
div.DivClassName
{
background-color: #BA2F0B;
}
.BgClassName
{
background-color: #BA2F0B;
}
</style>
border-color css
<style>
span { border-color: #BA2F0B; }
span { border-color: rgb(186,47,11); }
td.TdClassName
{
border-color: #BA2F0B;
}
.TagClassName
{
border-color: #BA2F0B;
}
</style>