Shades of Medium Wood #BA8865
Tints of Medium Wood #BA8865
RGB
CMYK
RGB Variations
Color information
#BA8865 (or 0xBA8865) is known color: Medium Wood. HEX triplet: BA, 88 and 65. RGB value is (186,136,101). Sum of RGB (Red+Green+Blue) = 186+136+101=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8865 is #45779A. Grayscale: #939393. Windows color (decimal): -4552603 or 6654138. OLE color: 6654138.
HSL color Cylindrical-coordinate representation of color #BA8865: hue angle of 24.71º 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 #BA8865 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 101 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.27 |
| HSL | 24.71º | 0.38% | 0.56% | - |
| HSV(B) | 24.71º | 0.46% | 0.73% | - |
| XYZ | 31.4 | 28.99 | 16.25 | - |
| YUV | 146.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 101 | 0 | 0.27 | 0.46 | 0.27 | 24.71 | 0.38 | 0.56 |
| Hex | BA | 88 | 65 | 0 | 1B | 2E | 1B | 19 | 26 | 38 |
| Octal | 272 | 210 | 145 | 0 | 33 | 56 | 33 | 31 | 46 | 70 |
| Binary | 10111010 | 10001000 | 1100101 | 0 | 11011 | 101110 | 11011 | 11001 | 100110 | 111000 |
Color Harmonies of #BA8865
Complementary color
Monochromatic Colors of #BA8865
Black with #BA8865
Text Example
Text Example
White with #BA8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8865; }
p { color: rgb(186,136,101); }
H1.HeaderClassName
{
color: #BA8865;
}
.AnyTagClassName
{
color: #BA8865;
}
</style>
background-color css
<style>
a { background-color: #BA8865; }
a { background-color: rgb(186,136,101); }
div.DivClassName
{
background-color: #BA8865;
}
.BgClassName
{
background-color: #BA8865;
}
</style>
border-color css
<style>
span { border-color: #BA8865; }
span { border-color: rgb(186,136,101); }
td.TdClassName
{
border-color: #BA8865;
}
.TagClassName
{
border-color: #BA8865;
}
</style>