Shades of Medium Wood #BA8764
Tints of Medium Wood #BA8764
RGB
CMYK
RGB Variations
Color information
#BA8764 (or 0xBA8764) is known color: Medium Wood. HEX triplet: BA, 87 and 64. RGB value is (186,135,100). Sum of RGB (Red+Green+Blue) = 186+135+100=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8764 is #45789B. Grayscale: #929292. Windows color (decimal): -4552860 or 6588346. OLE color: 6588346.
HSL color Cylindrical-coordinate representation of color #BA8764: hue angle of 24.42º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8764 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 100 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.27 |
| HSL | 24.42º | 0.38% | 0.56% | - |
| HSV(B) | 24.42º | 0.46% | 0.73% | - |
| XYZ | 31.21 | 28.69 | 15.95 | - |
| YUV | 146.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 100 | 0 | 0.27 | 0.46 | 0.27 | 24.42 | 0.38 | 0.56 |
| Hex | BA | 87 | 64 | 0 | 1B | 2E | 1B | 18 | 26 | 38 |
| Octal | 272 | 207 | 144 | 0 | 33 | 56 | 33 | 30 | 46 | 70 |
| Binary | 10111010 | 10000111 | 1100100 | 0 | 11011 | 101110 | 11011 | 11000 | 100110 | 111000 |
Color Harmonies of #BA8764
Complementary color
Monochromatic Colors of #BA8764
Black with #BA8764
Text Example
Text Example
White with #BA8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8764; }
p { color: rgb(186,135,100); }
H1.HeaderClassName
{
color: #BA8764;
}
.AnyTagClassName
{
color: #BA8764;
}
</style>
background-color css
<style>
a { background-color: #BA8764; }
a { background-color: rgb(186,135,100); }
div.DivClassName
{
background-color: #BA8764;
}
.BgClassName
{
background-color: #BA8764;
}
</style>
border-color css
<style>
span { border-color: #BA8764; }
span { border-color: rgb(186,135,100); }
td.TdClassName
{
border-color: #BA8764;
}
.TagClassName
{
border-color: #BA8764;
}
</style>