Html Css Color HEX #BA2806 Harley Davidson Orange
📋 copy color: '#BA2806'red 186 ◦ green 40 ◦ blue 6
Shades of Harley Davidson Orange #BA2806
Tints of Harley Davidson Orange #BA2806
RGB
CMYK
RGB Variations
Color information
#BA2806 (or 0xBA2806) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 06. RGB value is (186,40,6). Sum of RGB (Red+Green+Blue) = 186+40+6=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2806 is #45D7F9. Grayscale: #505050. Windows color (decimal): -4577274 or 403642. OLE color: 403642.
HSL color Cylindrical-coordinate representation of color #BA2806: hue angle of 11.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 #BA2806 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.27 |
| HSL | 11.33º | 0.94% | 0.38% | - |
| HSV(B) | 11.33º | 0.97% | 0.73% | - |
| XYZ | 21.04 | 11.97 | 1.37 | - |
| YUV | 79.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 6 | 0 | 0.78 | 0.97 | 0.27 | 11.33 | 0.94 | 0.38 |
| Hex | BA | 28 | 6 | 0 | 4E | 61 | 1B | B | 5E | 26 |
| Octal | 272 | 50 | 6 | 0 | 116 | 141 | 33 | 13 | 136 | 46 |
| Binary | 10111010 | 101000 | 110 | 0 | 1001110 | 1100001 | 11011 | 1011 | 1011110 | 100110 |
Color Harmonies of #BA2806
Complementary color
Monochromatic Colors of #BA2806
Black with #BA2806
Text Example
Text Example
White with #BA2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2806; }
p { color: rgb(186,40,6); }
H1.HeaderClassName
{
color: #BA2806;
}
.AnyTagClassName
{
color: #BA2806;
}
</style>
background-color css
<style>
a { background-color: #BA2806; }
a { background-color: rgb(186,40,6); }
div.DivClassName
{
background-color: #BA2806;
}
.BgClassName
{
background-color: #BA2806;
}
</style>
border-color css
<style>
span { border-color: #BA2806; }
span { border-color: rgb(186,40,6); }
td.TdClassName
{
border-color: #BA2806;
}
.TagClassName
{
border-color: #BA2806;
}
</style>