Html Css Color HEX #BA341A Harley Davidson Orange
📋 copy color: '#BA341A'red 186 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #BA341A
Tints of Harley Davidson Orange #BA341A
RGB
CMYK
RGB Variations
Color information
#BA341A (or 0xBA341A) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 1A. RGB value is (186,52,26). Sum of RGB (Red+Green+Blue) = 186+52+26=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA341A is #45CBE5. Grayscale: #595959. Windows color (decimal): -4574182 or 1717434. OLE color: 1717434.
HSL color Cylindrical-coordinate representation of color #BA341A: hue angle of 9.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA341A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 26 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.27 |
| HSL | 9.75º | 0.75% | 0.42% | - |
| HSV(B) | 9.75º | 0.86% | 0.73% | - |
| XYZ | 21.66 | 12.97 | 2.34 | - |
| YUV | 89.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 26 | 0 | 0.72 | 0.86 | 0.27 | 9.75 | 0.75 | 0.42 |
| Hex | BA | 34 | 1A | 0 | 48 | 56 | 1B | A | 4B | 2A |
| Octal | 272 | 64 | 32 | 0 | 110 | 126 | 33 | 12 | 113 | 52 |
| Binary | 10111010 | 110100 | 11010 | 0 | 1001000 | 1010110 | 11011 | 1010 | 1001011 | 101010 |
Color Harmonies of #BA341A
Complementary color
Monochromatic Colors of #BA341A
Black with #BA341A
Text Example
Text Example
White with #BA341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA341A; }
p { color: rgb(186,52,26); }
H1.HeaderClassName
{
color: #BA341A;
}
.AnyTagClassName
{
color: #BA341A;
}
</style>
background-color css
<style>
a { background-color: #BA341A; }
a { background-color: rgb(186,52,26); }
div.DivClassName
{
background-color: #BA341A;
}
.BgClassName
{
background-color: #BA341A;
}
</style>
border-color css
<style>
span { border-color: #BA341A; }
span { border-color: rgb(186,52,26); }
td.TdClassName
{
border-color: #BA341A;
}
.TagClassName
{
border-color: #BA341A;
}
</style>