Html Css Color HEX #BA361A Harley Davidson Orange
📋 copy color: '#BA361A'red 186 ◦ green 54 ◦ blue 26
Shades of Harley Davidson Orange #BA361A
Tints of Harley Davidson Orange #BA361A
RGB
CMYK
RGB Variations
Color information
#BA361A (or 0xBA361A) is known color: Harley Davidson Orange. HEX triplet: BA, 36 and 1A. RGB value is (186,54,26). Sum of RGB (Red+Green+Blue) = 186+54+26=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA361A is #45C9E5. Grayscale: #5A5A5A. Windows color (decimal): -4573670 or 1717946. OLE color: 1717946.
HSL color Cylindrical-coordinate representation of color #BA361A: hue angle of 10.5º 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 #BA361A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.27 |
| HSL | 10.5º | 0.75% | 0.42% | - |
| HSV(B) | 10.5º | 0.86% | 0.73% | - |
| XYZ | 21.76 | 13.15 | 2.37 | - |
| YUV | 90.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 26 | 0 | 0.71 | 0.86 | 0.27 | 10.5 | 0.75 | 0.42 |
| Hex | BA | 36 | 1A | 0 | 47 | 56 | 1B | A | 4B | 2A |
| Octal | 272 | 66 | 32 | 0 | 107 | 126 | 33 | 12 | 113 | 52 |
| Binary | 10111010 | 110110 | 11010 | 0 | 1000111 | 1010110 | 11011 | 1010 | 1001011 | 101010 |
Color Harmonies of #BA361A
Complementary color
Monochromatic Colors of #BA361A
Black with #BA361A
Text Example
Text Example
White with #BA361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA361A; }
p { color: rgb(186,54,26); }
H1.HeaderClassName
{
color: #BA361A;
}
.AnyTagClassName
{
color: #BA361A;
}
</style>
background-color css
<style>
a { background-color: #BA361A; }
a { background-color: rgb(186,54,26); }
div.DivClassName
{
background-color: #BA361A;
}
.BgClassName
{
background-color: #BA361A;
}
</style>
border-color css
<style>
span { border-color: #BA361A; }
span { border-color: rgb(186,54,26); }
td.TdClassName
{
border-color: #BA361A;
}
.TagClassName
{
border-color: #BA361A;
}
</style>