Html Css Color HEX #BA3722 Harley Davidson Orange
📋 copy color: '#BA3722'red 186 ◦ green 55 ◦ blue 34
Shades of Harley Davidson Orange #BA3722
Tints of Harley Davidson Orange #BA3722
RGB
CMYK
RGB Variations
Color information
#BA3722 (or 0xBA3722) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 22. RGB value is (186,55,34). Sum of RGB (Red+Green+Blue) = 186+55+34=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3722 is #45C8DD. Grayscale: #5B5B5B. Windows color (decimal): -4573406 or 2242490. OLE color: 2242490.
HSL color Cylindrical-coordinate representation of color #BA3722: hue angle of 8.29º 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 #BA3722 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 34 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.27 |
| HSL | 8.29º | 0.69% | 0.43% | - |
| HSV(B) | 8.29º | 0.82% | 0.73% | - |
| XYZ | 21.9 | 13.29 | 2.92 | - |
| YUV | 91.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 34 | 0 | 0.70 | 0.82 | 0.27 | 8.29 | 0.69 | 0.43 |
| Hex | BA | 37 | 22 | 0 | 46 | 52 | 1B | 8 | 45 | 2B |
| Octal | 272 | 67 | 42 | 0 | 106 | 122 | 33 | 10 | 105 | 53 |
| Binary | 10111010 | 110111 | 100010 | 0 | 1000110 | 1010010 | 11011 | 1000 | 1000101 | 101011 |
Color Harmonies of #BA3722
Complementary color
Monochromatic Colors of #BA3722
Black with #BA3722
Text Example
Text Example
White with #BA3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3722; }
p { color: rgb(186,55,34); }
H1.HeaderClassName
{
color: #BA3722;
}
.AnyTagClassName
{
color: #BA3722;
}
</style>
background-color css
<style>
a { background-color: #BA3722; }
a { background-color: rgb(186,55,34); }
div.DivClassName
{
background-color: #BA3722;
}
.BgClassName
{
background-color: #BA3722;
}
</style>
border-color css
<style>
span { border-color: #BA3722; }
span { border-color: rgb(186,55,34); }
td.TdClassName
{
border-color: #BA3722;
}
.TagClassName
{
border-color: #BA3722;
}
</style>