Html Css Color HEX #BA331A Harley Davidson Orange
📋 copy color: '#BA331A'red 186 ◦ green 51 ◦ blue 26
Shades of Harley Davidson Orange #BA331A
Tints of Harley Davidson Orange #BA331A
RGB
CMYK
RGB Variations
Color information
#BA331A (or 0xBA331A) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 1A. RGB value is (186,51,26). Sum of RGB (Red+Green+Blue) = 186+51+26=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA331A is #45CCE5. Grayscale: #585858. Windows color (decimal): -4574438 or 1717178. OLE color: 1717178.
HSL color Cylindrical-coordinate representation of color #BA331A: hue angle of 9.38º 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 #BA331A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 26 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.27 |
| HSL | 9.38º | 0.75% | 0.42% | - |
| HSV(B) | 9.38º | 0.86% | 0.73% | - |
| XYZ | 21.62 | 12.88 | 2.32 | - |
| YUV | 88.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 26 | 0 | 0.73 | 0.86 | 0.27 | 9.38 | 0.75 | 0.42 |
| Hex | BA | 33 | 1A | 0 | 49 | 56 | 1B | 9 | 4B | 2A |
| Octal | 272 | 63 | 32 | 0 | 111 | 126 | 33 | 11 | 113 | 52 |
| Binary | 10111010 | 110011 | 11010 | 0 | 1001001 | 1010110 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BA331A
Complementary color
Monochromatic Colors of #BA331A
Black with #BA331A
Text Example
Text Example
White with #BA331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA331A; }
p { color: rgb(186,51,26); }
H1.HeaderClassName
{
color: #BA331A;
}
.AnyTagClassName
{
color: #BA331A;
}
</style>
background-color css
<style>
a { background-color: #BA331A; }
a { background-color: rgb(186,51,26); }
div.DivClassName
{
background-color: #BA331A;
}
.BgClassName
{
background-color: #BA331A;
}
</style>
border-color css
<style>
span { border-color: #BA331A; }
span { border-color: rgb(186,51,26); }
td.TdClassName
{
border-color: #BA331A;
}
.TagClassName
{
border-color: #BA331A;
}
</style>