Html Css Color HEX #BA381E Harley Davidson Orange
📋 copy color: '#BA381E'red 186 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #BA381E
Tints of Harley Davidson Orange #BA381E
RGB
CMYK
RGB Variations
Color information
#BA381E (or 0xBA381E) is known color: Harley Davidson Orange. HEX triplet: BA, 38 and 1E. RGB value is (186,56,30). Sum of RGB (Red+Green+Blue) = 186+56+30=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA381E is #45C7E1. Grayscale: #5C5C5C. Windows color (decimal): -4573154 or 1980602. OLE color: 1980602.
HSL color Cylindrical-coordinate representation of color #BA381E: hue angle of 10º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA381E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 30 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.27 |
| HSL | 10º | 0.72% | 0.42% | - |
| HSV(B) | 10º | 0.84% | 0.73% | - |
| XYZ | 21.9 | 13.36 | 2.65 | - |
| YUV | 91.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 30 | 0 | 0.70 | 0.84 | 0.27 | 10 | 0.72 | 0.42 |
| Hex | BA | 38 | 1E | 0 | 46 | 54 | 1B | A | 48 | 2A |
| Octal | 272 | 70 | 36 | 0 | 106 | 124 | 33 | 12 | 110 | 52 |
| Binary | 10111010 | 111000 | 11110 | 0 | 1000110 | 1010100 | 11011 | 1010 | 1001000 | 101010 |
Color Harmonies of #BA381E
Complementary color
Monochromatic Colors of #BA381E
Black with #BA381E
Text Example
Text Example
White with #BA381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA381E; }
p { color: rgb(186,56,30); }
H1.HeaderClassName
{
color: #BA381E;
}
.AnyTagClassName
{
color: #BA381E;
}
</style>
background-color css
<style>
a { background-color: #BA381E; }
a { background-color: rgb(186,56,30); }
div.DivClassName
{
background-color: #BA381E;
}
.BgClassName
{
background-color: #BA381E;
}
</style>
border-color css
<style>
span { border-color: #BA381E; }
span { border-color: rgb(186,56,30); }
td.TdClassName
{
border-color: #BA381E;
}
.TagClassName
{
border-color: #BA381E;
}
</style>