Html Css Color HEX #BA2F09 Harley Davidson Orange
📋 copy color: '#BA2F09'red 186 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #BA2F09
Tints of Harley Davidson Orange #BA2F09
RGB
CMYK
RGB Variations
Color information
#BA2F09 (or 0xBA2F09) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 09. RGB value is (186,47,9). Sum of RGB (Red+Green+Blue) = 186+47+9=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F09 is #45D0F6. Grayscale: #545454. Windows color (decimal): -4575479 or 602042. OLE color: 602042.
HSL color Cylindrical-coordinate representation of color #BA2F09: hue angle of 12.88º 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 #BA2F09 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.27 |
| HSL | 12.88º | 0.91% | 0.38% | - |
| HSV(B) | 12.88º | 0.95% | 0.73% | - |
| XYZ | 21.32 | 12.49 | 1.55 | - |
| YUV | 84.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 9 | 0 | 0.75 | 0.95 | 0.27 | 12.88 | 0.91 | 0.38 |
| Hex | BA | 2F | 9 | 0 | 4B | 5F | 1B | D | 5B | 26 |
| Octal | 272 | 57 | 11 | 0 | 113 | 137 | 33 | 15 | 133 | 46 |
| Binary | 10111010 | 101111 | 1001 | 0 | 1001011 | 1011111 | 11011 | 1101 | 1011011 | 100110 |
Color Harmonies of #BA2F09
Complementary color
Monochromatic Colors of #BA2F09
Black with #BA2F09
Text Example
Text Example
White with #BA2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F09; }
p { color: rgb(186,47,9); }
H1.HeaderClassName
{
color: #BA2F09;
}
.AnyTagClassName
{
color: #BA2F09;
}
</style>
background-color css
<style>
a { background-color: #BA2F09; }
a { background-color: rgb(186,47,9); }
div.DivClassName
{
background-color: #BA2F09;
}
.BgClassName
{
background-color: #BA2F09;
}
</style>
border-color css
<style>
span { border-color: #BA2F09; }
span { border-color: rgb(186,47,9); }
td.TdClassName
{
border-color: #BA2F09;
}
.TagClassName
{
border-color: #BA2F09;
}
</style>