Shades of Medium Wood #BA8060
Tints of Medium Wood #BA8060
RGB
CMYK
RGB Variations
Color information
#BA8060 (or 0xBA8060) is known color: Medium Wood. HEX triplet: BA, 80 and 60. RGB value is (186,128,96). Sum of RGB (Red+Green+Blue) = 186+128+96=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8060 is #457F9F. Grayscale: #8D8D8D. Windows color (decimal): -4554656 or 6324410. OLE color: 6324410.
HSL color Cylindrical-coordinate representation of color #BA8060: hue angle of 21.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8060 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 96 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.27 |
| HSL | 21.33º | 0.39% | 0.55% | - |
| HSV(B) | 21.33º | 0.48% | 0.73% | - |
| XYZ | 30.08 | 26.72 | 14.64 | - |
| YUV | 141.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 96 | 0 | 0.31 | 0.48 | 0.27 | 21.33 | 0.39 | 0.55 |
| Hex | BA | 80 | 60 | 0 | 1F | 30 | 1B | 15 | 27 | 37 |
| Octal | 272 | 200 | 140 | 0 | 37 | 60 | 33 | 25 | 47 | 67 |
| Binary | 10111010 | 10000000 | 1100000 | 0 | 11111 | 110000 | 11011 | 10101 | 100111 | 110111 |
Color Harmonies of #BA8060
Complementary color
Monochromatic Colors of #BA8060
Black with #BA8060
Text Example
Text Example
White with #BA8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8060; }
p { color: rgb(186,128,96); }
H1.HeaderClassName
{
color: #BA8060;
}
.AnyTagClassName
{
color: #BA8060;
}
</style>
background-color css
<style>
a { background-color: #BA8060; }
a { background-color: rgb(186,128,96); }
div.DivClassName
{
background-color: #BA8060;
}
.BgClassName
{
background-color: #BA8060;
}
</style>
border-color css
<style>
span { border-color: #BA8060; }
span { border-color: rgb(186,128,96); }
td.TdClassName
{
border-color: #BA8060;
}
.TagClassName
{
border-color: #BA8060;
}
</style>