Html Css Color HEX #BA2109 Harley Davidson Orange
📋 copy color: '#BA2109'red 186 ◦ green 33 ◦ blue 9
Shades of Harley Davidson Orange #BA2109
Tints of Harley Davidson Orange #BA2109
RGB
CMYK
RGB Variations
Color information
#BA2109 (or 0xBA2109) is known color: Harley Davidson Orange. HEX triplet: BA, 21 and 09. RGB value is (186,33,9). Sum of RGB (Red+Green+Blue) = 186+33+9=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2109 is #45DEF6. Grayscale: #4C4C4C. Windows color (decimal): -4579063 or 598458. OLE color: 598458.
HSL color Cylindrical-coordinate representation of color #BA2109: hue angle of 8.14º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA2109 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.27 |
| HSL | 8.14º | 0.91% | 0.38% | - |
| HSV(B) | 8.14º | 0.95% | 0.73% | - |
| XYZ | 20.84 | 11.55 | 1.39 | - |
| YUV | 76.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 9 | 0 | 0.82 | 0.95 | 0.27 | 8.14 | 0.91 | 0.38 |
| Hex | BA | 21 | 9 | 0 | 52 | 5F | 1B | 8 | 5B | 26 |
| Octal | 272 | 41 | 11 | 0 | 122 | 137 | 33 | 10 | 133 | 46 |
| Binary | 10111010 | 100001 | 1001 | 0 | 1010010 | 1011111 | 11011 | 1000 | 1011011 | 100110 |
Color Harmonies of #BA2109
Complementary color
Monochromatic Colors of #BA2109
Black with #BA2109
Text Example
Text Example
White with #BA2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2109; }
p { color: rgb(186,33,9); }
H1.HeaderClassName
{
color: #BA2109;
}
.AnyTagClassName
{
color: #BA2109;
}
</style>
background-color css
<style>
a { background-color: #BA2109; }
a { background-color: rgb(186,33,9); }
div.DivClassName
{
background-color: #BA2109;
}
.BgClassName
{
background-color: #BA2109;
}
</style>
border-color css
<style>
span { border-color: #BA2109; }
span { border-color: rgb(186,33,9); }
td.TdClassName
{
border-color: #BA2109;
}
.TagClassName
{
border-color: #BA2109;
}
</style>