Shades of Medium Wood #BA7F60
Tints of Medium Wood #BA7F60
RGB
CMYK
RGB Variations
Color information
#BA7F60 (or 0xBA7F60) is known color: Medium Wood. HEX triplet: BA, 7F and 60. RGB value is (186,127,96). Sum of RGB (Red+Green+Blue) = 186+127+96=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F60 is #45809F. Grayscale: #8D8D8D. Windows color (decimal): -4554912 or 6324154. OLE color: 6324154.
HSL color Cylindrical-coordinate representation of color #BA7F60: hue angle of 20.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7F60 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 96 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.27 |
| HSL | 20.67º | 0.39% | 0.55% | - |
| HSV(B) | 20.67º | 0.48% | 0.73% | - |
| XYZ | 29.95 | 26.46 | 14.6 | - |
| YUV | 141.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 96 | 0 | 0.32 | 0.48 | 0.27 | 20.67 | 0.39 | 0.55 |
| Hex | BA | 7F | 60 | 0 | 20 | 30 | 1B | 15 | 27 | 37 |
| Octal | 272 | 177 | 140 | 0 | 40 | 60 | 33 | 25 | 47 | 67 |
| Binary | 10111010 | 1111111 | 1100000 | 0 | 100000 | 110000 | 11011 | 10101 | 100111 | 110111 |
Color Harmonies of #BA7F60
Complementary color
Monochromatic Colors of #BA7F60
Black with #BA7F60
Text Example
Text Example
White with #BA7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F60; }
p { color: rgb(186,127,96); }
H1.HeaderClassName
{
color: #BA7F60;
}
.AnyTagClassName
{
color: #BA7F60;
}
</style>
background-color css
<style>
a { background-color: #BA7F60; }
a { background-color: rgb(186,127,96); }
div.DivClassName
{
background-color: #BA7F60;
}
.BgClassName
{
background-color: #BA7F60;
}
</style>
border-color css
<style>
span { border-color: #BA7F60; }
span { border-color: rgb(186,127,96); }
td.TdClassName
{
border-color: #BA7F60;
}
.TagClassName
{
border-color: #BA7F60;
}
</style>