Html Css Color HEX #BA260F Harley Davidson Orange
📋 copy color: '#BA260F'red 186 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #BA260F
Tints of Harley Davidson Orange #BA260F
RGB
CMYK
RGB Variations
Color information
#BA260F (or 0xBA260F) is known color: Harley Davidson Orange. HEX triplet: BA, 26 and 0F. RGB value is (186,38,15). Sum of RGB (Red+Green+Blue) = 186+38+15=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA260F is #45D9F0. Grayscale: #4F4F4F. Windows color (decimal): -4577777 or 992954. OLE color: 992954.
HSL color Cylindrical-coordinate representation of color #BA260F: hue angle of 8.07º degrees, saturation: 0.85, 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 #BA260F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.27 |
| HSL | 8.07º | 0.85% | 0.39% | - |
| HSV(B) | 8.07º | 0.92% | 0.73% | - |
| XYZ | 21.03 | 11.86 | 1.63 | - |
| YUV | 79.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 15 | 0 | 0.80 | 0.92 | 0.27 | 8.07 | 0.85 | 0.39 |
| Hex | BA | 26 | F | 0 | 50 | 5C | 1B | 8 | 55 | 27 |
| Octal | 272 | 46 | 17 | 0 | 120 | 134 | 33 | 10 | 125 | 47 |
| Binary | 10111010 | 100110 | 1111 | 0 | 1010000 | 1011100 | 11011 | 1000 | 1010101 | 100111 |
Color Harmonies of #BA260F
Complementary color
Monochromatic Colors of #BA260F
Black with #BA260F
Text Example
Text Example
White with #BA260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA260F; }
p { color: rgb(186,38,15); }
H1.HeaderClassName
{
color: #BA260F;
}
.AnyTagClassName
{
color: #BA260F;
}
</style>
background-color css
<style>
a { background-color: #BA260F; }
a { background-color: rgb(186,38,15); }
div.DivClassName
{
background-color: #BA260F;
}
.BgClassName
{
background-color: #BA260F;
}
</style>
border-color css
<style>
span { border-color: #BA260F; }
span { border-color: rgb(186,38,15); }
td.TdClassName
{
border-color: #BA260F;
}
.TagClassName
{
border-color: #BA260F;
}
</style>