Shades of Medium Wood #BA7B58
Tints of Medium Wood #BA7B58
RGB
CMYK
RGB Variations
Color information
#BA7B58 (or 0xBA7B58) is known color: Medium Wood. HEX triplet: BA, 7B and 58. RGB value is (186,123,88). Sum of RGB (Red+Green+Blue) = 186+123+88=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B58 is #4584A7. Grayscale: #8A8A8A. Windows color (decimal): -4555944 or 5798842. OLE color: 5798842.
HSL color Cylindrical-coordinate representation of color #BA7B58: hue angle of 21.43º 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 #BA7B58 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 88 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.27 |
| HSL | 21.43º | 0.42% | 0.54% | - |
| HSV(B) | 21.43º | 0.53% | 0.73% | - |
| XYZ | 29.09 | 25.31 | 12.58 | - |
| YUV | 137.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 88 | 0 | 0.34 | 0.53 | 0.27 | 21.43 | 0.42 | 0.54 |
| Hex | BA | 7B | 58 | 0 | 22 | 35 | 1B | 15 | 2A | 36 |
| Octal | 272 | 173 | 130 | 0 | 42 | 65 | 33 | 25 | 52 | 66 |
| Binary | 10111010 | 1111011 | 1011000 | 0 | 100010 | 110101 | 11011 | 10101 | 101010 | 110110 |
Color Harmonies of #BA7B58
Complementary color
Monochromatic Colors of #BA7B58
Black with #BA7B58
Text Example
Text Example
White with #BA7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B58; }
p { color: rgb(186,123,88); }
H1.HeaderClassName
{
color: #BA7B58;
}
.AnyTagClassName
{
color: #BA7B58;
}
</style>
background-color css
<style>
a { background-color: #BA7B58; }
a { background-color: rgb(186,123,88); }
div.DivClassName
{
background-color: #BA7B58;
}
.BgClassName
{
background-color: #BA7B58;
}
</style>
border-color css
<style>
span { border-color: #BA7B58; }
span { border-color: rgb(186,123,88); }
td.TdClassName
{
border-color: #BA7B58;
}
.TagClassName
{
border-color: #BA7B58;
}
</style>