Html Css Color HEX #BA351F Harley Davidson Orange
📋 copy color: '#BA351F'red 186 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #BA351F
Tints of Harley Davidson Orange #BA351F
RGB
CMYK
RGB Variations
Color information
#BA351F (or 0xBA351F) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 1F. RGB value is (186,53,31). Sum of RGB (Red+Green+Blue) = 186+53+31=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA351F is #45CAE0. Grayscale: #5A5A5A. Windows color (decimal): -4573921 or 2045370. OLE color: 2045370.
HSL color Cylindrical-coordinate representation of color #BA351F: hue angle of 8.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA351F is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 31 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.27 |
| HSL | 8.52º | 0.71% | 0.43% | - |
| HSV(B) | 8.52º | 0.83% | 0.73% | - |
| XYZ | 21.77 | 13.08 | 2.67 | - |
| YUV | 90.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 31 | 0 | 0.72 | 0.83 | 0.27 | 8.52 | 0.71 | 0.43 |
| Hex | BA | 35 | 1F | 0 | 48 | 53 | 1B | 9 | 47 | 2B |
| Octal | 272 | 65 | 37 | 0 | 110 | 123 | 33 | 11 | 107 | 53 |
| Binary | 10111010 | 110101 | 11111 | 0 | 1001000 | 1010011 | 11011 | 1001 | 1000111 | 101011 |
Color Harmonies of #BA351F
Complementary color
Monochromatic Colors of #BA351F
Black with #BA351F
Text Example
Text Example
White with #BA351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA351F; }
p { color: rgb(186,53,31); }
H1.HeaderClassName
{
color: #BA351F;
}
.AnyTagClassName
{
color: #BA351F;
}
</style>
background-color css
<style>
a { background-color: #BA351F; }
a { background-color: rgb(186,53,31); }
div.DivClassName
{
background-color: #BA351F;
}
.BgClassName
{
background-color: #BA351F;
}
</style>
border-color css
<style>
span { border-color: #BA351F; }
span { border-color: rgb(186,53,31); }
td.TdClassName
{
border-color: #BA351F;
}
.TagClassName
{
border-color: #BA351F;
}
</style>