Html Css Color HEX #BA331D Harley Davidson Orange
📋 copy color: '#BA331D'red 186 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #BA331D
Tints of Harley Davidson Orange #BA331D
RGB
CMYK
RGB Variations
Color information
#BA331D (or 0xBA331D) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 1D. RGB value is (186,51,29). Sum of RGB (Red+Green+Blue) = 186+51+29=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA331D is #45CCE2. Grayscale: #595959. Windows color (decimal): -4574435 or 1913786. OLE color: 1913786.
HSL color Cylindrical-coordinate representation of color #BA331D: hue angle of 8.41º degrees, saturation: 0.73, 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 #BA331D is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 29 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.27 |
| HSL | 8.41º | 0.73% | 0.42% | - |
| HSV(B) | 8.41º | 0.84% | 0.73% | - |
| XYZ | 21.66 | 12.9 | 2.51 | - |
| YUV | 88.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 29 | 0 | 0.73 | 0.84 | 0.27 | 8.41 | 0.73 | 0.42 |
| Hex | BA | 33 | 1D | 0 | 49 | 54 | 1B | 8 | 49 | 2A |
| Octal | 272 | 63 | 35 | 0 | 111 | 124 | 33 | 10 | 111 | 52 |
| Binary | 10111010 | 110011 | 11101 | 0 | 1001001 | 1010100 | 11011 | 1000 | 1001001 | 101010 |
Color Harmonies of #BA331D
Complementary color
Monochromatic Colors of #BA331D
Black with #BA331D
Text Example
Text Example
White with #BA331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA331D; }
p { color: rgb(186,51,29); }
H1.HeaderClassName
{
color: #BA331D;
}
.AnyTagClassName
{
color: #BA331D;
}
</style>
background-color css
<style>
a { background-color: #BA331D; }
a { background-color: rgb(186,51,29); }
div.DivClassName
{
background-color: #BA331D;
}
.BgClassName
{
background-color: #BA331D;
}
</style>
border-color css
<style>
span { border-color: #BA331D; }
span { border-color: rgb(186,51,29); }
td.TdClassName
{
border-color: #BA331D;
}
.TagClassName
{
border-color: #BA331D;
}
</style>