Html Css Color HEX #BA2601 Harley Davidson Orange
📋 copy color: '#BA2601'red 186 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #BA2601
Tints of Harley Davidson Orange #BA2601
RGB
CMYK
RGB Variations
Color information
#BA2601 (or 0xBA2601) is known color: Harley Davidson Orange. HEX triplet: BA, 26 and 01. RGB value is (186,38,1). Sum of RGB (Red+Green+Blue) = 186+38+1=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2601 is #45D9FE. Grayscale: #4E4E4E. Windows color (decimal): -4577791 or 75450. OLE color: 75450.
HSL color Cylindrical-coordinate representation of color #BA2601: hue angle of 12º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2601 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.27 |
| HSL | 12º | 0.99% | 0.37% | - |
| HSV(B) | 12º | 0.99% | 0.73% | - |
| XYZ | 20.95 | 11.83 | 1.21 | - |
| YUV | 78.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 1 | 0 | 0.80 | 0.99 | 0.27 | 12 | 0.99 | 0.37 |
| Hex | BA | 26 | 1 | 0 | 50 | 63 | 1B | C | 63 | 25 |
| Octal | 272 | 46 | 1 | 0 | 120 | 143 | 33 | 14 | 143 | 45 |
| Binary | 10111010 | 100110 | 1 | 0 | 1010000 | 1100011 | 11011 | 1100 | 1100011 | 100101 |
Color Harmonies of #BA2601
Complementary color
Monochromatic Colors of #BA2601
Black with #BA2601
Text Example
Text Example
White with #BA2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2601; }
p { color: rgb(186,38,1); }
H1.HeaderClassName
{
color: #BA2601;
}
.AnyTagClassName
{
color: #BA2601;
}
</style>
background-color css
<style>
a { background-color: #BA2601; }
a { background-color: rgb(186,38,1); }
div.DivClassName
{
background-color: #BA2601;
}
.BgClassName
{
background-color: #BA2601;
}
</style>
border-color css
<style>
span { border-color: #BA2601; }
span { border-color: rgb(186,38,1); }
td.TdClassName
{
border-color: #BA2601;
}
.TagClassName
{
border-color: #BA2601;
}
</style>