Shades of Medium Wood #BA7B5D
Tints of Medium Wood #BA7B5D
RGB
CMYK
RGB Variations
Color information
#BA7B5D (or 0xBA7B5D) is known color: Medium Wood. HEX triplet: BA, 7B and 5D. RGB value is (186,123,93). Sum of RGB (Red+Green+Blue) = 186+123+93=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B5D is #4584A2. Grayscale: #8A8A8A. Windows color (decimal): -4555939 or 6126522. OLE color: 6126522.
HSL color Cylindrical-coordinate representation of color #BA7B5D: hue angle of 19.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7B5D is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 93 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.27 |
| HSL | 19.35º | 0.4% | 0.55% | - |
| HSV(B) | 19.35º | 0.5% | 0.73% | - |
| XYZ | 29.31 | 25.4 | 13.71 | - |
| YUV | 138.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 93 | 0 | 0.34 | 0.5 | 0.27 | 19.35 | 0.4 | 0.55 |
| Hex | BA | 7B | 5D | 0 | 22 | 32 | 1B | 13 | 28 | 37 |
| Octal | 272 | 173 | 135 | 0 | 42 | 62 | 33 | 23 | 50 | 67 |
| Binary | 10111010 | 1111011 | 1011101 | 0 | 100010 | 110010 | 11011 | 10011 | 101000 | 110111 |
Color Harmonies of #BA7B5D
Complementary color
Monochromatic Colors of #BA7B5D
Black with #BA7B5D
Text Example
Text Example
White with #BA7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B5D; }
p { color: rgb(186,123,93); }
H1.HeaderClassName
{
color: #BA7B5D;
}
.AnyTagClassName
{
color: #BA7B5D;
}
</style>
background-color css
<style>
a { background-color: #BA7B5D; }
a { background-color: rgb(186,123,93); }
div.DivClassName
{
background-color: #BA7B5D;
}
.BgClassName
{
background-color: #BA7B5D;
}
</style>
border-color css
<style>
span { border-color: #BA7B5D; }
span { border-color: rgb(186,123,93); }
td.TdClassName
{
border-color: #BA7B5D;
}
.TagClassName
{
border-color: #BA7B5D;
}
</style>