Shades of Medium Wood #BA7B57
Tints of Medium Wood #BA7B57
RGB
CMYK
RGB Variations
Color information
#BA7B57 (or 0xBA7B57) is known color: Medium Wood. HEX triplet: BA, 7B and 57. RGB value is (186,123,87). Sum of RGB (Red+Green+Blue) = 186+123+87=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B57 is #4584A8. Grayscale: #898989. Windows color (decimal): -4555945 or 5733306. OLE color: 5733306.
HSL color Cylindrical-coordinate representation of color #BA7B57: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA7B57 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 87 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.27 |
| HSL | 21.82º | 0.42% | 0.54% | - |
| HSV(B) | 21.82º | 0.53% | 0.73% | - |
| XYZ | 29.05 | 25.29 | 12.37 | - |
| YUV | 137.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 87 | 0 | 0.34 | 0.53 | 0.27 | 21.82 | 0.42 | 0.54 |
| Hex | BA | 7B | 57 | 0 | 22 | 35 | 1B | 16 | 2A | 36 |
| Octal | 272 | 173 | 127 | 0 | 42 | 65 | 33 | 26 | 52 | 66 |
| Binary | 10111010 | 1111011 | 1010111 | 0 | 100010 | 110101 | 11011 | 10110 | 101010 | 110110 |
Color Harmonies of #BA7B57
Complementary color
Monochromatic Colors of #BA7B57
Black with #BA7B57
Text Example
Text Example
White with #BA7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B57; }
p { color: rgb(186,123,87); }
H1.HeaderClassName
{
color: #BA7B57;
}
.AnyTagClassName
{
color: #BA7B57;
}
</style>
background-color css
<style>
a { background-color: #BA7B57; }
a { background-color: rgb(186,123,87); }
div.DivClassName
{
background-color: #BA7B57;
}
.BgClassName
{
background-color: #BA7B57;
}
</style>
border-color css
<style>
span { border-color: #BA7B57; }
span { border-color: rgb(186,123,87); }
td.TdClassName
{
border-color: #BA7B57;
}
.TagClassName
{
border-color: #BA7B57;
}
</style>