Html Css Color HEX #BA2B08 Harley Davidson Orange
📋 copy color: '#BA2B08'red 186 ◦ green 43 ◦ blue 8
Shades of Harley Davidson Orange #BA2B08
Tints of Harley Davidson Orange #BA2B08
RGB
CMYK
RGB Variations
Color information
#BA2B08 (or 0xBA2B08) is known color: Harley Davidson Orange. HEX triplet: BA, 2B and 08. RGB value is (186,43,8). Sum of RGB (Red+Green+Blue) = 186+43+8=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B08 is #45D4F7. Grayscale: #525252. Windows color (decimal): -4576504 or 535482. OLE color: 535482.
HSL color Cylindrical-coordinate representation of color #BA2B08: hue angle of 11.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA2B08 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.27 |
| HSL | 11.8º | 0.92% | 0.38% | - |
| HSV(B) | 11.8º | 0.96% | 0.73% | - |
| XYZ | 21.16 | 12.18 | 1.47 | - |
| YUV | 81.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 8 | 0 | 0.77 | 0.96 | 0.27 | 11.8 | 0.92 | 0.38 |
| Hex | BA | 2B | 8 | 0 | 4D | 60 | 1B | C | 5C | 26 |
| Octal | 272 | 53 | 10 | 0 | 115 | 140 | 33 | 14 | 134 | 46 |
| Binary | 10111010 | 101011 | 1000 | 0 | 1001101 | 1100000 | 11011 | 1100 | 1011100 | 100110 |
Color Harmonies of #BA2B08
Complementary color
Monochromatic Colors of #BA2B08
Black with #BA2B08
Text Example
Text Example
White with #BA2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B08; }
p { color: rgb(186,43,8); }
H1.HeaderClassName
{
color: #BA2B08;
}
.AnyTagClassName
{
color: #BA2B08;
}
</style>
background-color css
<style>
a { background-color: #BA2B08; }
a { background-color: rgb(186,43,8); }
div.DivClassName
{
background-color: #BA2B08;
}
.BgClassName
{
background-color: #BA2B08;
}
</style>
border-color css
<style>
span { border-color: #BA2B08; }
span { border-color: rgb(186,43,8); }
td.TdClassName
{
border-color: #BA2B08;
}
.TagClassName
{
border-color: #BA2B08;
}
</style>