Html Css Color HEX #BA2B00 Harley Davidson Orange
📋 copy color: '#BA2B00'red 186 ◦ green 43 ◦ blue 0
Shades of Harley Davidson Orange #BA2B00
Tints of Harley Davidson Orange #BA2B00
RGB
CMYK
RGB Variations
Color information
#BA2B00 (or 0xBA2B00) is known color: Harley Davidson Orange. HEX triplet: BA, 2B and 00. RGB value is (186,43,0). Sum of RGB (Red+Green+Blue) = 186+43+0=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B00 is #45D4FF. Grayscale: #515151. Windows color (decimal): -4576512 or 11194. OLE color: 11194.
HSL color Cylindrical-coordinate representation of color #BA2B00: hue angle of 13.87º 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 #BA2B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.27 |
| HSL | 13.87º | 1% | 0.36% | - |
| HSV(B) | 13.87º | 1% | 0.73% | - |
| XYZ | 21.11 | 12.17 | 1.24 | - |
| YUV | 80.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 0 | 0 | 0.77 | 1 | 0.27 | 13.87 | 1 | 0.36 |
| Hex | BA | 2B | 0 | 0 | 4D | 64 | 1B | E | 64 | 24 |
| Octal | 272 | 53 | 0 | 0 | 115 | 144 | 33 | 16 | 144 | 44 |
| Binary | 10111010 | 101011 | 0 | 0 | 1001101 | 1100100 | 11011 | 1110 | 1100100 | 100100 |
Color Harmonies of #BA2B00
Complementary color
Monochromatic Colors of #BA2B00
Black with #BA2B00
Text Example
Text Example
White with #BA2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B00; }
p { color: rgb(186,43,0); }
H1.HeaderClassName
{
color: #BA2B00;
}
.AnyTagClassName
{
color: #BA2B00;
}
</style>
background-color css
<style>
a { background-color: #BA2B00; }
a { background-color: rgb(186,43,0); }
div.DivClassName
{
background-color: #BA2B00;
}
.BgClassName
{
background-color: #BA2B00;
}
</style>
border-color css
<style>
span { border-color: #BA2B00; }
span { border-color: rgb(186,43,0); }
td.TdClassName
{
border-color: #BA2B00;
}
.TagClassName
{
border-color: #BA2B00;
}
</style>