Html Css Color HEX #BA2E06 Harley Davidson Orange
📋 copy color: '#BA2E06'red 186 ◦ green 46 ◦ blue 6
Shades of Harley Davidson Orange #BA2E06
Tints of Harley Davidson Orange #BA2E06
RGB
CMYK
RGB Variations
Color information
#BA2E06 (or 0xBA2E06) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 06. RGB value is (186,46,6). Sum of RGB (Red+Green+Blue) = 186+46+6=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E06 is #45D1F9. Grayscale: #535353. Windows color (decimal): -4575738 or 405178. OLE color: 405178.
HSL color Cylindrical-coordinate representation of color #BA2E06: hue angle of 13.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA2E06 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.27 |
| HSL | 13.33º | 0.94% | 0.38% | - |
| HSV(B) | 13.33º | 0.97% | 0.73% | - |
| XYZ | 21.26 | 12.41 | 1.45 | - |
| YUV | 83.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 6 | 0 | 0.75 | 0.97 | 0.27 | 13.33 | 0.94 | 0.38 |
| Hex | BA | 2E | 6 | 0 | 4B | 61 | 1B | D | 5E | 26 |
| Octal | 272 | 56 | 6 | 0 | 113 | 141 | 33 | 15 | 136 | 46 |
| Binary | 10111010 | 101110 | 110 | 0 | 1001011 | 1100001 | 11011 | 1101 | 1011110 | 100110 |
Color Harmonies of #BA2E06
Complementary color
Monochromatic Colors of #BA2E06
Black with #BA2E06
Text Example
Text Example
White with #BA2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E06; }
p { color: rgb(186,46,6); }
H1.HeaderClassName
{
color: #BA2E06;
}
.AnyTagClassName
{
color: #BA2E06;
}
</style>
background-color css
<style>
a { background-color: #BA2E06; }
a { background-color: rgb(186,46,6); }
div.DivClassName
{
background-color: #BA2E06;
}
.BgClassName
{
background-color: #BA2E06;
}
</style>
border-color css
<style>
span { border-color: #BA2E06; }
span { border-color: rgb(186,46,6); }
td.TdClassName
{
border-color: #BA2E06;
}
.TagClassName
{
border-color: #BA2E06;
}
</style>