Html Css Color HEX #BA341F Harley Davidson Orange
📋 copy color: '#BA341F'red 186 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #BA341F
Tints of Harley Davidson Orange #BA341F
RGB
CMYK
RGB Variations
Color information
#BA341F (or 0xBA341F) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 1F. RGB value is (186,52,31). Sum of RGB (Red+Green+Blue) = 186+52+31=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA341F is #45CBE0. Grayscale: #595959. Windows color (decimal): -4574177 or 2045114. OLE color: 2045114.
HSL color Cylindrical-coordinate representation of color #BA341F: hue angle of 8.13º 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 #BA341F is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 31 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.27 |
| HSL | 8.13º | 0.71% | 0.43% | - |
| HSV(B) | 8.13º | 0.83% | 0.73% | - |
| XYZ | 21.73 | 12.99 | 2.66 | - |
| YUV | 89.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 31 | 0 | 0.72 | 0.83 | 0.27 | 8.13 | 0.71 | 0.43 |
| Hex | BA | 34 | 1F | 0 | 48 | 53 | 1B | 8 | 47 | 2B |
| Octal | 272 | 64 | 37 | 0 | 110 | 123 | 33 | 10 | 107 | 53 |
| Binary | 10111010 | 110100 | 11111 | 0 | 1001000 | 1010011 | 11011 | 1000 | 1000111 | 101011 |
Color Harmonies of #BA341F
Complementary color
Monochromatic Colors of #BA341F
Black with #BA341F
Text Example
Text Example
White with #BA341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA341F; }
p { color: rgb(186,52,31); }
H1.HeaderClassName
{
color: #BA341F;
}
.AnyTagClassName
{
color: #BA341F;
}
</style>
background-color css
<style>
a { background-color: #BA341F; }
a { background-color: rgb(186,52,31); }
div.DivClassName
{
background-color: #BA341F;
}
.BgClassName
{
background-color: #BA341F;
}
</style>
border-color css
<style>
span { border-color: #BA341F; }
span { border-color: rgb(186,52,31); }
td.TdClassName
{
border-color: #BA341F;
}
.TagClassName
{
border-color: #BA341F;
}
</style>