Html Css Color HEX #BA3422 Harley Davidson Orange
📋 copy color: '#BA3422'red 186 ◦ green 52 ◦ blue 34
Shades of Harley Davidson Orange #BA3422
Tints of Harley Davidson Orange #BA3422
RGB
CMYK
RGB Variations
Color information
#BA3422 (or 0xBA3422) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 22. RGB value is (186,52,34). Sum of RGB (Red+Green+Blue) = 186+52+34=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3422 is #45CBDD. Grayscale: #5A5A5A. Windows color (decimal): -4574174 or 2241722. OLE color: 2241722.
HSL color Cylindrical-coordinate representation of color #BA3422: hue angle of 7.11º 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 #BA3422 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 34 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.27 |
| HSL | 7.11º | 0.69% | 0.43% | - |
| HSV(B) | 7.11º | 0.82% | 0.73% | - |
| XYZ | 21.77 | 13.01 | 2.88 | - |
| YUV | 90.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 34 | 0 | 0.72 | 0.82 | 0.27 | 7.11 | 0.69 | 0.43 |
| Hex | BA | 34 | 22 | 0 | 48 | 52 | 1B | 7 | 45 | 2B |
| Octal | 272 | 64 | 42 | 0 | 110 | 122 | 33 | 7 | 105 | 53 |
| Binary | 10111010 | 110100 | 100010 | 0 | 1001000 | 1010010 | 11011 | 111 | 1000101 | 101011 |
Color Harmonies of #BA3422
Complementary color
Monochromatic Colors of #BA3422
Black with #BA3422
Text Example
Text Example
White with #BA3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3422; }
p { color: rgb(186,52,34); }
H1.HeaderClassName
{
color: #BA3422;
}
.AnyTagClassName
{
color: #BA3422;
}
</style>
background-color css
<style>
a { background-color: #BA3422; }
a { background-color: rgb(186,52,34); }
div.DivClassName
{
background-color: #BA3422;
}
.BgClassName
{
background-color: #BA3422;
}
</style>
border-color css
<style>
span { border-color: #BA3422; }
span { border-color: rgb(186,52,34); }
td.TdClassName
{
border-color: #BA3422;
}
.TagClassName
{
border-color: #BA3422;
}
</style>