Shades of Medium Wood #BA7F63
Tints of Medium Wood #BA7F63
RGB
CMYK
RGB Variations
Color information
#BA7F63 (or 0xBA7F63) is known color: Medium Wood. HEX triplet: BA, 7F and 63. RGB value is (186,127,99). Sum of RGB (Red+Green+Blue) = 186+127+99=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F63 is #45809C. Grayscale: #8D8D8D. Windows color (decimal): -4554909 or 6520762. OLE color: 6520762.
HSL color Cylindrical-coordinate representation of color #BA7F63: hue angle of 19.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7F63 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 99 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.27 |
| HSL | 19.31º | 0.39% | 0.56% | - |
| HSV(B) | 19.31º | 0.47% | 0.73% | - |
| XYZ | 30.09 | 26.52 | 15.34 | - |
| YUV | 141.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 99 | 0 | 0.32 | 0.47 | 0.27 | 19.31 | 0.39 | 0.56 |
| Hex | BA | 7F | 63 | 0 | 20 | 2F | 1B | 13 | 27 | 38 |
| Octal | 272 | 177 | 143 | 0 | 40 | 57 | 33 | 23 | 47 | 70 |
| Binary | 10111010 | 1111111 | 1100011 | 0 | 100000 | 101111 | 11011 | 10011 | 100111 | 111000 |
Color Harmonies of #BA7F63
Complementary color
Monochromatic Colors of #BA7F63
Black with #BA7F63
Text Example
Text Example
White with #BA7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F63; }
p { color: rgb(186,127,99); }
H1.HeaderClassName
{
color: #BA7F63;
}
.AnyTagClassName
{
color: #BA7F63;
}
</style>
background-color css
<style>
a { background-color: #BA7F63; }
a { background-color: rgb(186,127,99); }
div.DivClassName
{
background-color: #BA7F63;
}
.BgClassName
{
background-color: #BA7F63;
}
</style>
border-color css
<style>
span { border-color: #BA7F63; }
span { border-color: rgb(186,127,99); }
td.TdClassName
{
border-color: #BA7F63;
}
.TagClassName
{
border-color: #BA7F63;
}
</style>