Html Css Color HEX #BA2700 Harley Davidson Orange
📋 copy color: '#BA2700'red 186 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #BA2700
Tints of Harley Davidson Orange #BA2700
RGB
CMYK
RGB Variations
Color information
#BA2700 (or 0xBA2700) is known color: Harley Davidson Orange. HEX triplet: BA, 27 and 00. RGB value is (186,39,0). Sum of RGB (Red+Green+Blue) = 186+39+0=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2700 is #45D8FF. Grayscale: #4E4E4E. Windows color (decimal): -4577536 or 10170. OLE color: 10170.
HSL color Cylindrical-coordinate representation of color #BA2700: hue angle of 12.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA2700 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.27 |
| HSL | 12.58º | 1% | 0.36% | - |
| HSV(B) | 12.58º | 1% | 0.73% | - |
| XYZ | 20.98 | 11.89 | 1.19 | - |
| YUV | 78.51 | 83.7 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 0 | 0 | 0.79 | 1 | 0.27 | 12.58 | 1 | 0.36 |
| Hex | BA | 27 | 0 | 0 | 4F | 64 | 1B | D | 64 | 24 |
| Octal | 272 | 47 | 0 | 0 | 117 | 144 | 33 | 15 | 144 | 44 |
| Binary | 10111010 | 100111 | 0 | 0 | 1001111 | 1100100 | 11011 | 1101 | 1100100 | 100100 |
Color Harmonies of #BA2700
Complementary color
Monochromatic Colors of #BA2700
Black with #BA2700
Text Example
Text Example
White with #BA2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2700; }
p { color: rgb(186,39,0); }
H1.HeaderClassName
{
color: #BA2700;
}
.AnyTagClassName
{
color: #BA2700;
}
</style>
background-color css
<style>
a { background-color: #BA2700; }
a { background-color: rgb(186,39,0); }
div.DivClassName
{
background-color: #BA2700;
}
.BgClassName
{
background-color: #BA2700;
}
</style>
border-color css
<style>
span { border-color: #BA2700; }
span { border-color: rgb(186,39,0); }
td.TdClassName
{
border-color: #BA2700;
}
.TagClassName
{
border-color: #BA2700;
}
</style>