Shades of Medium Wood #BA7B5A
Tints of Medium Wood #BA7B5A
RGB
CMYK
RGB Variations
Color information
#BA7B5A (or 0xBA7B5A) is known color: Medium Wood. HEX triplet: BA, 7B and 5A. RGB value is (186,123,90). Sum of RGB (Red+Green+Blue) = 186+123+90=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B5A is #4584A5. Grayscale: #8A8A8A. Windows color (decimal): -4555942 or 5929914. OLE color: 5929914.
HSL color Cylindrical-coordinate representation of color #BA7B5A: hue angle of 20.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA7B5A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 90 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.27 |
| HSL | 20.63º | 0.41% | 0.54% | - |
| HSV(B) | 20.63º | 0.52% | 0.73% | - |
| XYZ | 29.18 | 25.34 | 13.03 | - |
| YUV | 138.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 90 | 0 | 0.34 | 0.52 | 0.27 | 20.63 | 0.41 | 0.54 |
| Hex | BA | 7B | 5A | 0 | 22 | 34 | 1B | 15 | 29 | 36 |
| Octal | 272 | 173 | 132 | 0 | 42 | 64 | 33 | 25 | 51 | 66 |
| Binary | 10111010 | 1111011 | 1011010 | 0 | 100010 | 110100 | 11011 | 10101 | 101001 | 110110 |
Color Harmonies of #BA7B5A
Complementary color
Monochromatic Colors of #BA7B5A
Black with #BA7B5A
Text Example
Text Example
White with #BA7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B5A; }
p { color: rgb(186,123,90); }
H1.HeaderClassName
{
color: #BA7B5A;
}
.AnyTagClassName
{
color: #BA7B5A;
}
</style>
background-color css
<style>
a { background-color: #BA7B5A; }
a { background-color: rgb(186,123,90); }
div.DivClassName
{
background-color: #BA7B5A;
}
.BgClassName
{
background-color: #BA7B5A;
}
</style>
border-color css
<style>
span { border-color: #BA7B5A; }
span { border-color: rgb(186,123,90); }
td.TdClassName
{
border-color: #BA7B5A;
}
.TagClassName
{
border-color: #BA7B5A;
}
</style>