Shades of Medium Wood #BA8765
Tints of Medium Wood #BA8765
RGB
CMYK
RGB Variations
Color information
#BA8765 (or 0xBA8765) is known color: Medium Wood. HEX triplet: BA, 87 and 65. RGB value is (186,135,101). Sum of RGB (Red+Green+Blue) = 186+135+101=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8765 is #45789A. Grayscale: #929292. Windows color (decimal): -4552859 or 6653882. OLE color: 6653882.
HSL color Cylindrical-coordinate representation of color #BA8765: hue angle of 24º 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 #BA8765 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 101 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.27 |
| HSL | 24º | 0.38% | 0.56% | - |
| HSV(B) | 24º | 0.46% | 0.73% | - |
| XYZ | 31.26 | 28.71 | 16.21 | - |
| YUV | 146.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 101 | 0 | 0.27 | 0.46 | 0.27 | 24 | 0.38 | 0.56 |
| Hex | BA | 87 | 65 | 0 | 1B | 2E | 1B | 18 | 26 | 38 |
| Octal | 272 | 207 | 145 | 0 | 33 | 56 | 33 | 30 | 46 | 70 |
| Binary | 10111010 | 10000111 | 1100101 | 0 | 11011 | 101110 | 11011 | 11000 | 100110 | 111000 |
Color Harmonies of #BA8765
Complementary color
Monochromatic Colors of #BA8765
Black with #BA8765
Text Example
Text Example
White with #BA8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8765; }
p { color: rgb(186,135,101); }
H1.HeaderClassName
{
color: #BA8765;
}
.AnyTagClassName
{
color: #BA8765;
}
</style>
background-color css
<style>
a { background-color: #BA8765; }
a { background-color: rgb(186,135,101); }
div.DivClassName
{
background-color: #BA8765;
}
.BgClassName
{
background-color: #BA8765;
}
</style>
border-color css
<style>
span { border-color: #BA8765; }
span { border-color: rgb(186,135,101); }
td.TdClassName
{
border-color: #BA8765;
}
.TagClassName
{
border-color: #BA8765;
}
</style>