Shades of Medium Wood #B57D5E
Tints of Medium Wood #B57D5E
RGB
CMYK
RGB Variations
Color information
#B57D5E (or 0xB57D5E) is known color: Medium Wood. HEX triplet: B5, 7D and 5E. RGB value is (181,125,94). Sum of RGB (Red+Green+Blue) = 181+125+94=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D5E is #4A82A1. Grayscale: #8A8A8A. Windows color (decimal): -4883106 or 6192565. OLE color: 6192565.
HSL color Cylindrical-coordinate representation of color #B57D5E: hue angle of 21.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57D5E is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 94 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.29 |
| HSL | 21.38º | 0.37% | 0.54% | - |
| HSV(B) | 21.38º | 0.48% | 0.71% | - |
| XYZ | 28.41 | 25.3 | 13.98 | - |
| YUV | 138.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 94 | 0 | 0.31 | 0.48 | 0.29 | 21.38 | 0.37 | 0.54 |
| Hex | B5 | 7D | 5E | 0 | 1F | 30 | 1D | 15 | 25 | 36 |
| Octal | 265 | 175 | 136 | 0 | 37 | 60 | 35 | 25 | 45 | 66 |
| Binary | 10110101 | 1111101 | 1011110 | 0 | 11111 | 110000 | 11101 | 10101 | 100101 | 110110 |
Color Harmonies of #B57D5E
Complementary color
Monochromatic Colors of #B57D5E
Black with #B57D5E
Text Example
Text Example
White with #B57D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D5E; }
p { color: rgb(181,125,94); }
H1.HeaderClassName
{
color: #B57D5E;
}
.AnyTagClassName
{
color: #B57D5E;
}
</style>
background-color css
<style>
a { background-color: #B57D5E; }
a { background-color: rgb(181,125,94); }
div.DivClassName
{
background-color: #B57D5E;
}
.BgClassName
{
background-color: #B57D5E;
}
</style>
border-color css
<style>
span { border-color: #B57D5E; }
span { border-color: rgb(181,125,94); }
td.TdClassName
{
border-color: #B57D5E;
}
.TagClassName
{
border-color: #B57D5E;
}
</style>