Html Css Color HEX #BA341D Harley Davidson Orange
📋 copy color: '#BA341D'red 186 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #BA341D
Tints of Harley Davidson Orange #BA341D
RGB
CMYK
RGB Variations
Color information
#BA341D (or 0xBA341D) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 1D. RGB value is (186,52,29). Sum of RGB (Red+Green+Blue) = 186+52+29=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA341D is #45CBE2. Grayscale: #595959. Windows color (decimal): -4574179 or 1914042. OLE color: 1914042.
HSL color Cylindrical-coordinate representation of color #BA341D: hue angle of 8.79º degrees, saturation: 0.73, 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 #BA341D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 29 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.27 |
| HSL | 8.79º | 0.73% | 0.42% | - |
| HSV(B) | 8.79º | 0.84% | 0.73% | - |
| XYZ | 21.7 | 12.98 | 2.52 | - |
| YUV | 89.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 29 | 0 | 0.72 | 0.84 | 0.27 | 8.79 | 0.73 | 0.42 |
| Hex | BA | 34 | 1D | 0 | 48 | 54 | 1B | 9 | 49 | 2A |
| Octal | 272 | 64 | 35 | 0 | 110 | 124 | 33 | 11 | 111 | 52 |
| Binary | 10111010 | 110100 | 11101 | 0 | 1001000 | 1010100 | 11011 | 1001 | 1001001 | 101010 |
Color Harmonies of #BA341D
Complementary color
Monochromatic Colors of #BA341D
Black with #BA341D
Text Example
Text Example
White with #BA341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA341D; }
p { color: rgb(186,52,29); }
H1.HeaderClassName
{
color: #BA341D;
}
.AnyTagClassName
{
color: #BA341D;
}
</style>
background-color css
<style>
a { background-color: #BA341D; }
a { background-color: rgb(186,52,29); }
div.DivClassName
{
background-color: #BA341D;
}
.BgClassName
{
background-color: #BA341D;
}
</style>
border-color css
<style>
span { border-color: #BA341D; }
span { border-color: rgb(186,52,29); }
td.TdClassName
{
border-color: #BA341D;
}
.TagClassName
{
border-color: #BA341D;
}
</style>