Html Css Color HEX #BA391C Harley Davidson Orange
📋 copy color: '#BA391C'red 186 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #BA391C
Tints of Harley Davidson Orange #BA391C
RGB
CMYK
RGB Variations
Color information
#BA391C (or 0xBA391C) is known color: Harley Davidson Orange. HEX triplet: BA, 39 and 1C. RGB value is (186,57,28). Sum of RGB (Red+Green+Blue) = 186+57+28=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA391C is #45C6E3. Grayscale: #5C5C5C. Windows color (decimal): -4572900 or 1849786. OLE color: 1849786.
HSL color Cylindrical-coordinate representation of color #BA391C: hue angle of 11.01º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA391C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 28 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.27 |
| HSL | 11.01º | 0.74% | 0.42% | - |
| HSV(B) | 11.01º | 0.85% | 0.73% | - |
| XYZ | 21.92 | 13.45 | 2.54 | - |
| YUV | 92.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 28 | 0 | 0.69 | 0.85 | 0.27 | 11.01 | 0.74 | 0.42 |
| Hex | BA | 39 | 1C | 0 | 45 | 55 | 1B | B | 4A | 2A |
| Octal | 272 | 71 | 34 | 0 | 105 | 125 | 33 | 13 | 112 | 52 |
| Binary | 10111010 | 111001 | 11100 | 0 | 1000101 | 1010101 | 11011 | 1011 | 1001010 | 101010 |
Color Harmonies of #BA391C
Complementary color
Monochromatic Colors of #BA391C
Black with #BA391C
Text Example
Text Example
White with #BA391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA391C; }
p { color: rgb(186,57,28); }
H1.HeaderClassName
{
color: #BA391C;
}
.AnyTagClassName
{
color: #BA391C;
}
</style>
background-color css
<style>
a { background-color: #BA391C; }
a { background-color: rgb(186,57,28); }
div.DivClassName
{
background-color: #BA391C;
}
.BgClassName
{
background-color: #BA391C;
}
</style>
border-color css
<style>
span { border-color: #BA391C; }
span { border-color: rgb(186,57,28); }
td.TdClassName
{
border-color: #BA391C;
}
.TagClassName
{
border-color: #BA391C;
}
</style>