Html Css Color HEX #BA210B Harley Davidson Orange
📋 copy color: '#BA210B'red 186 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #BA210B
Tints of Harley Davidson Orange #BA210B
RGB
CMYK
RGB Variations
Color information
#BA210B (or 0xBA210B) is known color: Harley Davidson Orange. HEX triplet: BA, 21 and 0B. RGB value is (186,33,11). Sum of RGB (Red+Green+Blue) = 186+33+11=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA210B is #45DEF4. Grayscale: #4C4C4C. Windows color (decimal): -4579061 or 729530. OLE color: 729530.
HSL color Cylindrical-coordinate representation of color #BA210B: hue angle of 7.54º 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 #BA210B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.27 |
| HSL | 7.54º | 0.89% | 0.39% | - |
| HSV(B) | 7.54º | 0.94% | 0.73% | - |
| XYZ | 20.85 | 11.55 | 1.45 | - |
| YUV | 76.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 11 | 0 | 0.82 | 0.94 | 0.27 | 7.54 | 0.89 | 0.39 |
| Hex | BA | 21 | B | 0 | 52 | 5E | 1B | 8 | 59 | 27 |
| Octal | 272 | 41 | 13 | 0 | 122 | 136 | 33 | 10 | 131 | 47 |
| Binary | 10111010 | 100001 | 1011 | 0 | 1010010 | 1011110 | 11011 | 1000 | 1011001 | 100111 |
Color Harmonies of #BA210B
Complementary color
Monochromatic Colors of #BA210B
Black with #BA210B
Text Example
Text Example
White with #BA210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA210B; }
p { color: rgb(186,33,11); }
H1.HeaderClassName
{
color: #BA210B;
}
.AnyTagClassName
{
color: #BA210B;
}
</style>
background-color css
<style>
a { background-color: #BA210B; }
a { background-color: rgb(186,33,11); }
div.DivClassName
{
background-color: #BA210B;
}
.BgClassName
{
background-color: #BA210B;
}
</style>
border-color css
<style>
span { border-color: #BA210B; }
span { border-color: rgb(186,33,11); }
td.TdClassName
{
border-color: #BA210B;
}
.TagClassName
{
border-color: #BA210B;
}
</style>