Shades of Medium Wood #BA7F64
Tints of Medium Wood #BA7F64
RGB
CMYK
RGB Variations
Color information
#BA7F64 (or 0xBA7F64) is known color: Medium Wood. HEX triplet: BA, 7F and 64. RGB value is (186,127,100). Sum of RGB (Red+Green+Blue) = 186+127+100=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F64 is #45809B. Grayscale: #8D8D8D. Windows color (decimal): -4554908 or 6586298. OLE color: 6586298.
HSL color Cylindrical-coordinate representation of color #BA7F64: hue angle of 18.84º 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 #BA7F64 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 100 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.27 |
| HSL | 18.84º | 0.38% | 0.56% | - |
| HSV(B) | 18.84º | 0.46% | 0.73% | - |
| XYZ | 30.14 | 26.54 | 15.59 | - |
| YUV | 141.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 100 | 0 | 0.32 | 0.46 | 0.27 | 18.84 | 0.38 | 0.56 |
| Hex | BA | 7F | 64 | 0 | 20 | 2E | 1B | 13 | 26 | 38 |
| Octal | 272 | 177 | 144 | 0 | 40 | 56 | 33 | 23 | 46 | 70 |
| Binary | 10111010 | 1111111 | 1100100 | 0 | 100000 | 101110 | 11011 | 10011 | 100110 | 111000 |
Color Harmonies of #BA7F64
Complementary color
Monochromatic Colors of #BA7F64
Black with #BA7F64
Text Example
Text Example
White with #BA7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F64; }
p { color: rgb(186,127,100); }
H1.HeaderClassName
{
color: #BA7F64;
}
.AnyTagClassName
{
color: #BA7F64;
}
</style>
background-color css
<style>
a { background-color: #BA7F64; }
a { background-color: rgb(186,127,100); }
div.DivClassName
{
background-color: #BA7F64;
}
.BgClassName
{
background-color: #BA7F64;
}
</style>
border-color css
<style>
span { border-color: #BA7F64; }
span { border-color: rgb(186,127,100); }
td.TdClassName
{
border-color: #BA7F64;
}
.TagClassName
{
border-color: #BA7F64;
}
</style>