Html Css Color HEX #BA2F13 Harley Davidson Orange
📋 copy color: '#BA2F13'red 186 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #BA2F13
Tints of Harley Davidson Orange #BA2F13
RGB
CMYK
RGB Variations
Color information
#BA2F13 (or 0xBA2F13) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 13. RGB value is (186,47,19). Sum of RGB (Red+Green+Blue) = 186+47+19=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F13 is #45D0EC. Grayscale: #555555. Windows color (decimal): -4575469 or 1257402. OLE color: 1257402.
HSL color Cylindrical-coordinate representation of color #BA2F13: hue angle of 10.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA2F13 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.27 |
| HSL | 10.06º | 0.81% | 0.4% | - |
| HSV(B) | 10.06º | 0.9% | 0.73% | - |
| XYZ | 21.38 | 12.52 | 1.91 | - |
| YUV | 85.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 19 | 0 | 0.75 | 0.90 | 0.27 | 10.06 | 0.81 | 0.4 |
| Hex | BA | 2F | 13 | 0 | 4B | 5A | 1B | A | 51 | 28 |
| Octal | 272 | 57 | 23 | 0 | 113 | 132 | 33 | 12 | 121 | 50 |
| Binary | 10111010 | 101111 | 10011 | 0 | 1001011 | 1011010 | 11011 | 1010 | 1010001 | 101000 |
Color Harmonies of #BA2F13
Complementary color
Monochromatic Colors of #BA2F13
Black with #BA2F13
Text Example
Text Example
White with #BA2F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F13; }
p { color: rgb(186,47,19); }
H1.HeaderClassName
{
color: #BA2F13;
}
.AnyTagClassName
{
color: #BA2F13;
}
</style>
background-color css
<style>
a { background-color: #BA2F13; }
a { background-color: rgb(186,47,19); }
div.DivClassName
{
background-color: #BA2F13;
}
.BgClassName
{
background-color: #BA2F13;
}
</style>
border-color css
<style>
span { border-color: #BA2F13; }
span { border-color: rgb(186,47,19); }
td.TdClassName
{
border-color: #BA2F13;
}
.TagClassName
{
border-color: #BA2F13;
}
</style>