Html Css Color HEX #BA2D08 Harley Davidson Orange
📋 copy color: '#BA2D08'red 186 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #BA2D08
Tints of Harley Davidson Orange #BA2D08
RGB
CMYK
RGB Variations
Color information
#BA2D08 (or 0xBA2D08) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 08. RGB value is (186,45,8). Sum of RGB (Red+Green+Blue) = 186+45+8=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D08 is #45D2F7. Grayscale: #535353. Windows color (decimal): -4575992 or 535994. OLE color: 535994.
HSL color Cylindrical-coordinate representation of color #BA2D08: hue angle of 12.47º 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 #BA2D08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.27 |
| HSL | 12.47º | 0.92% | 0.38% | - |
| HSV(B) | 12.47º | 0.96% | 0.73% | - |
| XYZ | 21.23 | 12.33 | 1.49 | - |
| YUV | 82.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 8 | 0 | 0.76 | 0.96 | 0.27 | 12.47 | 0.92 | 0.38 |
| Hex | BA | 2D | 8 | 0 | 4C | 60 | 1B | C | 5C | 26 |
| Octal | 272 | 55 | 10 | 0 | 114 | 140 | 33 | 14 | 134 | 46 |
| Binary | 10111010 | 101101 | 1000 | 0 | 1001100 | 1100000 | 11011 | 1100 | 1011100 | 100110 |
Color Harmonies of #BA2D08
Complementary color
Monochromatic Colors of #BA2D08
Black with #BA2D08
Text Example
Text Example
White with #BA2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D08; }
p { color: rgb(186,45,8); }
H1.HeaderClassName
{
color: #BA2D08;
}
.AnyTagClassName
{
color: #BA2D08;
}
</style>
background-color css
<style>
a { background-color: #BA2D08; }
a { background-color: rgb(186,45,8); }
div.DivClassName
{
background-color: #BA2D08;
}
.BgClassName
{
background-color: #BA2D08;
}
</style>
border-color css
<style>
span { border-color: #BA2D08; }
span { border-color: rgb(186,45,8); }
td.TdClassName
{
border-color: #BA2D08;
}
.TagClassName
{
border-color: #BA2D08;
}
</style>