Html Css Color HEX #BA3A22 Harley Davidson Orange
📋 copy color: '#BA3A22'red 186 ◦ green 58 ◦ blue 34
Shades of Harley Davidson Orange #BA3A22
Tints of Harley Davidson Orange #BA3A22
RGB
CMYK
RGB Variations
Color information
#BA3A22 (or 0xBA3A22) is known color: Harley Davidson Orange. HEX triplet: BA, 3A and 22. RGB value is (186,58,34). Sum of RGB (Red+Green+Blue) = 186+58+34=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A22 is #45C5DD. Grayscale: #5D5D5D. Windows color (decimal): -4572638 or 2243258. OLE color: 2243258.
HSL color Cylindrical-coordinate representation of color #BA3A22: hue angle of 9.47º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA3A22 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 34 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.27 |
| HSL | 9.47º | 0.69% | 0.43% | - |
| HSV(B) | 9.47º | 0.82% | 0.73% | - |
| XYZ | 22.05 | 13.58 | 2.97 | - |
| YUV | 93.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 34 | 0 | 0.69 | 0.82 | 0.27 | 9.47 | 0.69 | 0.43 |
| Hex | BA | 3A | 22 | 0 | 45 | 52 | 1B | 9 | 45 | 2B |
| Octal | 272 | 72 | 42 | 0 | 105 | 122 | 33 | 11 | 105 | 53 |
| Binary | 10111010 | 111010 | 100010 | 0 | 1000101 | 1010010 | 11011 | 1001 | 1000101 | 101011 |
Color Harmonies of #BA3A22
Complementary color
Monochromatic Colors of #BA3A22
Black with #BA3A22
Text Example
Text Example
White with #BA3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A22; }
p { color: rgb(186,58,34); }
H1.HeaderClassName
{
color: #BA3A22;
}
.AnyTagClassName
{
color: #BA3A22;
}
</style>
background-color css
<style>
a { background-color: #BA3A22; }
a { background-color: rgb(186,58,34); }
div.DivClassName
{
background-color: #BA3A22;
}
.BgClassName
{
background-color: #BA3A22;
}
</style>
border-color css
<style>
span { border-color: #BA3A22; }
span { border-color: rgb(186,58,34); }
td.TdClassName
{
border-color: #BA3A22;
}
.TagClassName
{
border-color: #BA3A22;
}
</style>