Html Css Color HEX #BA2500 Harley Davidson Orange
📋 copy color: '#BA2500'red 186 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #BA2500
Tints of Harley Davidson Orange #BA2500
RGB
CMYK
RGB Variations
Color information
#BA2500 (or 0xBA2500) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 00. RGB value is (186,37,0). Sum of RGB (Red+Green+Blue) = 186+37+0=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2500 is #45DAFF. Grayscale: #4D4D4D. Windows color (decimal): -4578048 or 9658. OLE color: 9658.
HSL color Cylindrical-coordinate representation of color #BA2500: hue angle of 11.94º 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 #BA2500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.27 |
| HSL | 11.94º | 1% | 0.36% | - |
| HSV(B) | 11.94º | 1% | 0.73% | - |
| XYZ | 20.91 | 11.76 | 1.17 | - |
| YUV | 77.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 0 | 0 | 0.80 | 1 | 0.27 | 11.94 | 1 | 0.36 |
| Hex | BA | 25 | 0 | 0 | 50 | 64 | 1B | C | 64 | 24 |
| Octal | 272 | 45 | 0 | 0 | 120 | 144 | 33 | 14 | 144 | 44 |
| Binary | 10111010 | 100101 | 0 | 0 | 1010000 | 1100100 | 11011 | 1100 | 1100100 | 100100 |
Color Harmonies of #BA2500
Complementary color
Monochromatic Colors of #BA2500
Black with #BA2500
Text Example
Text Example
White with #BA2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2500; }
p { color: rgb(186,37,0); }
H1.HeaderClassName
{
color: #BA2500;
}
.AnyTagClassName
{
color: #BA2500;
}
</style>
background-color css
<style>
a { background-color: #BA2500; }
a { background-color: rgb(186,37,0); }
div.DivClassName
{
background-color: #BA2500;
}
.BgClassName
{
background-color: #BA2500;
}
</style>
border-color css
<style>
span { border-color: #BA2500; }
span { border-color: rgb(186,37,0); }
td.TdClassName
{
border-color: #BA2500;
}
.TagClassName
{
border-color: #BA2500;
}
</style>