Html Css Color HEX #BA260E Harley Davidson Orange
📋 copy color: '#BA260E'red 186 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #BA260E
Tints of Harley Davidson Orange #BA260E
RGB
CMYK
RGB Variations
Color information
#BA260E (or 0xBA260E) is known color: Harley Davidson Orange. HEX triplet: BA, 26 and 0E. RGB value is (186,38,14). Sum of RGB (Red+Green+Blue) = 186+38+14=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA260E is #45D9F1. Grayscale: #4F4F4F. Windows color (decimal): -4577778 or 927418. OLE color: 927418.
HSL color Cylindrical-coordinate representation of color #BA260E: hue angle of 8.37º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA260E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 14 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.27 |
| HSL | 8.37º | 0.86% | 0.39% | - |
| HSV(B) | 8.37º | 0.92% | 0.73% | - |
| XYZ | 21.02 | 11.86 | 1.6 | - |
| YUV | 79.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 14 | 0 | 0.80 | 0.92 | 0.27 | 8.37 | 0.86 | 0.39 |
| Hex | BA | 26 | E | 0 | 50 | 5C | 1B | 8 | 56 | 27 |
| Octal | 272 | 46 | 16 | 0 | 120 | 134 | 33 | 10 | 126 | 47 |
| Binary | 10111010 | 100110 | 1110 | 0 | 1010000 | 1011100 | 11011 | 1000 | 1010110 | 100111 |
Color Harmonies of #BA260E
Complementary color
Monochromatic Colors of #BA260E
Black with #BA260E
Text Example
Text Example
White with #BA260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA260E; }
p { color: rgb(186,38,14); }
H1.HeaderClassName
{
color: #BA260E;
}
.AnyTagClassName
{
color: #BA260E;
}
</style>
background-color css
<style>
a { background-color: #BA260E; }
a { background-color: rgb(186,38,14); }
div.DivClassName
{
background-color: #BA260E;
}
.BgClassName
{
background-color: #BA260E;
}
</style>
border-color css
<style>
span { border-color: #BA260E; }
span { border-color: rgb(186,38,14); }
td.TdClassName
{
border-color: #BA260E;
}
.TagClassName
{
border-color: #BA260E;
}
</style>