Html Css Color HEX #BA2F10 Harley Davidson Orange
📋 copy color: '#BA2F10'red 186 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #BA2F10
Tints of Harley Davidson Orange #BA2F10
RGB
CMYK
RGB Variations
Color information
#BA2F10 (or 0xBA2F10) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 10. RGB value is (186,47,16). Sum of RGB (Red+Green+Blue) = 186+47+16=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F10 is #45D0EF. Grayscale: #555555. Windows color (decimal): -4575472 or 1060794. OLE color: 1060794.
HSL color Cylindrical-coordinate representation of color #BA2F10: hue angle of 10.94º degrees, saturation: 0.84, 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 #BA2F10 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 16 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.27 |
| HSL | 10.94º | 0.84% | 0.4% | - |
| HSV(B) | 10.94º | 0.91% | 0.73% | - |
| XYZ | 21.36 | 12.51 | 1.78 | - |
| YUV | 85.03 | 89.05 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 16 | 0 | 0.75 | 0.91 | 0.27 | 10.94 | 0.84 | 0.4 |
| Hex | BA | 2F | 10 | 0 | 4B | 5B | 1B | B | 54 | 28 |
| Octal | 272 | 57 | 20 | 0 | 113 | 133 | 33 | 13 | 124 | 50 |
| Binary | 10111010 | 101111 | 10000 | 0 | 1001011 | 1011011 | 11011 | 1011 | 1010100 | 101000 |
Color Harmonies of #BA2F10
Complementary color
Monochromatic Colors of #BA2F10
Black with #BA2F10
Text Example
Text Example
White with #BA2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F10; }
p { color: rgb(186,47,16); }
H1.HeaderClassName
{
color: #BA2F10;
}
.AnyTagClassName
{
color: #BA2F10;
}
</style>
background-color css
<style>
a { background-color: #BA2F10; }
a { background-color: rgb(186,47,16); }
div.DivClassName
{
background-color: #BA2F10;
}
.BgClassName
{
background-color: #BA2F10;
}
</style>
border-color css
<style>
span { border-color: #BA2F10; }
span { border-color: rgb(186,47,16); }
td.TdClassName
{
border-color: #BA2F10;
}
.TagClassName
{
border-color: #BA2F10;
}
</style>