Html Css Color HEX #BA3819 Harley Davidson Orange
📋 copy color: '#BA3819'red 186 ◦ green 56 ◦ blue 25
Shades of Harley Davidson Orange #BA3819
Tints of Harley Davidson Orange #BA3819
RGB
CMYK
RGB Variations
Color information
#BA3819 (or 0xBA3819) is known color: Harley Davidson Orange. HEX triplet: BA, 38 and 19. RGB value is (186,56,25). Sum of RGB (Red+Green+Blue) = 186+56+25=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3819 is #45C7E6. Grayscale: #5B5B5B. Windows color (decimal): -4573159 or 1652922. OLE color: 1652922.
HSL color Cylindrical-coordinate representation of color #BA3819: hue angle of 11.55º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA3819 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 25 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.27 |
| HSL | 11.55º | 0.76% | 0.41% | - |
| HSV(B) | 11.55º | 0.87% | 0.73% | - |
| XYZ | 21.84 | 13.34 | 2.34 | - |
| YUV | 91.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 25 | 0 | 0.70 | 0.87 | 0.27 | 11.55 | 0.76 | 0.41 |
| Hex | BA | 38 | 19 | 0 | 46 | 57 | 1B | C | 4C | 29 |
| Octal | 272 | 70 | 31 | 0 | 106 | 127 | 33 | 14 | 114 | 51 |
| Binary | 10111010 | 111000 | 11001 | 0 | 1000110 | 1010111 | 11011 | 1100 | 1001100 | 101001 |
Color Harmonies of #BA3819
Complementary color
Monochromatic Colors of #BA3819
Black with #BA3819
Text Example
Text Example
White with #BA3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3819; }
p { color: rgb(186,56,25); }
H1.HeaderClassName
{
color: #BA3819;
}
.AnyTagClassName
{
color: #BA3819;
}
</style>
background-color css
<style>
a { background-color: #BA3819; }
a { background-color: rgb(186,56,25); }
div.DivClassName
{
background-color: #BA3819;
}
.BgClassName
{
background-color: #BA3819;
}
</style>
border-color css
<style>
span { border-color: #BA3819; }
span { border-color: rgb(186,56,25); }
td.TdClassName
{
border-color: #BA3819;
}
.TagClassName
{
border-color: #BA3819;
}
</style>