Html Css Color HEX #BA2E08 Harley Davidson Orange
📋 copy color: '#BA2E08'red 186 ◦ green 46 ◦ blue 8
Shades of Harley Davidson Orange #BA2E08
Tints of Harley Davidson Orange #BA2E08
RGB
CMYK
RGB Variations
Color information
#BA2E08 (or 0xBA2E08) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 08. RGB value is (186,46,8). Sum of RGB (Red+Green+Blue) = 186+46+8=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E08 is #45D1F7. Grayscale: #535353. Windows color (decimal): -4575736 or 536250. OLE color: 536250.
HSL color Cylindrical-coordinate representation of color #BA2E08: hue angle of 12.81º 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 #BA2E08 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.27 |
| HSL | 12.81º | 0.92% | 0.38% | - |
| HSV(B) | 12.81º | 0.96% | 0.73% | - |
| XYZ | 21.27 | 12.41 | 1.5 | - |
| YUV | 83.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 8 | 0 | 0.75 | 0.96 | 0.27 | 12.81 | 0.92 | 0.38 |
| Hex | BA | 2E | 8 | 0 | 4B | 60 | 1B | D | 5C | 26 |
| Octal | 272 | 56 | 10 | 0 | 113 | 140 | 33 | 15 | 134 | 46 |
| Binary | 10111010 | 101110 | 1000 | 0 | 1001011 | 1100000 | 11011 | 1101 | 1011100 | 100110 |
Color Harmonies of #BA2E08
Complementary color
Monochromatic Colors of #BA2E08
Black with #BA2E08
Text Example
Text Example
White with #BA2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E08; }
p { color: rgb(186,46,8); }
H1.HeaderClassName
{
color: #BA2E08;
}
.AnyTagClassName
{
color: #BA2E08;
}
</style>
background-color css
<style>
a { background-color: #BA2E08; }
a { background-color: rgb(186,46,8); }
div.DivClassName
{
background-color: #BA2E08;
}
.BgClassName
{
background-color: #BA2E08;
}
</style>
border-color css
<style>
span { border-color: #BA2E08; }
span { border-color: rgb(186,46,8); }
td.TdClassName
{
border-color: #BA2E08;
}
.TagClassName
{
border-color: #BA2E08;
}
</style>