Shades of Medium Wood #BA8869
Tints of Medium Wood #BA8869
RGB
CMYK
RGB Variations
Color information
#BA8869 (or 0xBA8869) is known color: Medium Wood. HEX triplet: BA, 88 and 69. RGB value is (186,136,105). Sum of RGB (Red+Green+Blue) = 186+136+105=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8869 is #457796. Grayscale: #939393. Windows color (decimal): -4552599 or 6916282. OLE color: 6916282.
HSL color Cylindrical-coordinate representation of color #BA8869: hue angle of 22.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8869 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 105 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.27 |
| HSL | 22.96º | 0.37% | 0.57% | - |
| HSV(B) | 22.96º | 0.44% | 0.73% | - |
| XYZ | 31.6 | 29.07 | 17.31 | - |
| YUV | 147.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 105 | 0 | 0.27 | 0.44 | 0.27 | 22.96 | 0.37 | 0.57 |
| Hex | BA | 88 | 69 | 0 | 1B | 2C | 1B | 17 | 25 | 39 |
| Octal | 272 | 210 | 151 | 0 | 33 | 54 | 33 | 27 | 45 | 71 |
| Binary | 10111010 | 10001000 | 1101001 | 0 | 11011 | 101100 | 11011 | 10111 | 100101 | 111001 |
Color Harmonies of #BA8869
Complementary color
Monochromatic Colors of #BA8869
Black with #BA8869
Text Example
Text Example
White with #BA8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8869; }
p { color: rgb(186,136,105); }
H1.HeaderClassName
{
color: #BA8869;
}
.AnyTagClassName
{
color: #BA8869;
}
</style>
background-color css
<style>
a { background-color: #BA8869; }
a { background-color: rgb(186,136,105); }
div.DivClassName
{
background-color: #BA8869;
}
.BgClassName
{
background-color: #BA8869;
}
</style>
border-color css
<style>
span { border-color: #BA8869; }
span { border-color: rgb(186,136,105); }
td.TdClassName
{
border-color: #BA8869;
}
.TagClassName
{
border-color: #BA8869;
}
</style>