Html Css Color HEX #BA341E Harley Davidson Orange
📋 copy color: '#BA341E'red 186 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #BA341E
Tints of Harley Davidson Orange #BA341E
RGB
CMYK
RGB Variations
Color information
#BA341E (or 0xBA341E) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 1E. RGB value is (186,52,30). Sum of RGB (Red+Green+Blue) = 186+52+30=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA341E is #45CBE1. Grayscale: #595959. Windows color (decimal): -4574178 or 1979578. OLE color: 1979578.
HSL color Cylindrical-coordinate representation of color #BA341E: hue angle of 8.46º 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 #BA341E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.27 |
| HSL | 8.46º | 0.72% | 0.42% | - |
| HSV(B) | 8.46º | 0.84% | 0.73% | - |
| XYZ | 21.71 | 12.99 | 2.59 | - |
| YUV | 89.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 30 | 0 | 0.72 | 0.84 | 0.27 | 8.46 | 0.72 | 0.42 |
| Hex | BA | 34 | 1E | 0 | 48 | 54 | 1B | 8 | 48 | 2A |
| Octal | 272 | 64 | 36 | 0 | 110 | 124 | 33 | 10 | 110 | 52 |
| Binary | 10111010 | 110100 | 11110 | 0 | 1001000 | 1010100 | 11011 | 1000 | 1001000 | 101010 |
Color Harmonies of #BA341E
Complementary color
Monochromatic Colors of #BA341E
Black with #BA341E
Text Example
Text Example
White with #BA341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA341E; }
p { color: rgb(186,52,30); }
H1.HeaderClassName
{
color: #BA341E;
}
.AnyTagClassName
{
color: #BA341E;
}
</style>
background-color css
<style>
a { background-color: #BA341E; }
a { background-color: rgb(186,52,30); }
div.DivClassName
{
background-color: #BA341E;
}
.BgClassName
{
background-color: #BA341E;
}
</style>
border-color css
<style>
span { border-color: #BA341E; }
span { border-color: rgb(186,52,30); }
td.TdClassName
{
border-color: #BA341E;
}
.TagClassName
{
border-color: #BA341E;
}
</style>