Html Css Color HEX #BA321F Harley Davidson Orange
📋 copy color: '#BA321F'red 186 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #BA321F
Tints of Harley Davidson Orange #BA321F
RGB
CMYK
RGB Variations
Color information
#BA321F (or 0xBA321F) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 1F. RGB value is (186,50,31). Sum of RGB (Red+Green+Blue) = 186+50+31=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA321F is #45CDE0. Grayscale: #585858. Windows color (decimal): -4574689 or 2044602. OLE color: 2044602.
HSL color Cylindrical-coordinate representation of color #BA321F: hue angle of 7.35º 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 #BA321F is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 31 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.27 |
| HSL | 7.35º | 0.71% | 0.43% | - |
| HSV(B) | 7.35º | 0.83% | 0.73% | - |
| XYZ | 21.64 | 12.82 | 2.63 | - |
| YUV | 88.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 31 | 0 | 0.73 | 0.83 | 0.27 | 7.35 | 0.71 | 0.43 |
| Hex | BA | 32 | 1F | 0 | 49 | 53 | 1B | 7 | 47 | 2B |
| Octal | 272 | 62 | 37 | 0 | 111 | 123 | 33 | 7 | 107 | 53 |
| Binary | 10111010 | 110010 | 11111 | 0 | 1001001 | 1010011 | 11011 | 111 | 1000111 | 101011 |
Color Harmonies of #BA321F
Complementary color
Monochromatic Colors of #BA321F
Black with #BA321F
Text Example
Text Example
White with #BA321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA321F; }
p { color: rgb(186,50,31); }
H1.HeaderClassName
{
color: #BA321F;
}
.AnyTagClassName
{
color: #BA321F;
}
</style>
background-color css
<style>
a { background-color: #BA321F; }
a { background-color: rgb(186,50,31); }
div.DivClassName
{
background-color: #BA321F;
}
.BgClassName
{
background-color: #BA321F;
}
</style>
border-color css
<style>
span { border-color: #BA321F; }
span { border-color: rgb(186,50,31); }
td.TdClassName
{
border-color: #BA321F;
}
.TagClassName
{
border-color: #BA321F;
}
</style>