Shades of Medium Wood #B57F5E
Tints of Medium Wood #B57F5E
RGB
CMYK
RGB Variations
Color information
#B57F5E (or 0xB57F5E) is known color: Medium Wood. HEX triplet: B5, 7F and 5E. RGB value is (181,127,94). Sum of RGB (Red+Green+Blue) = 181+127+94=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F5E is #4A80A1. Grayscale: #8B8B8B. Windows color (decimal): -4882594 or 6193077. OLE color: 6193077.
HSL color Cylindrical-coordinate representation of color #B57F5E: hue angle of 22.76º 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 #B57F5E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 94 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.29 |
| HSL | 22.76º | 0.37% | 0.54% | - |
| HSV(B) | 22.76º | 0.48% | 0.71% | - |
| XYZ | 28.67 | 25.81 | 14.06 | - |
| YUV | 139.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 94 | 0 | 0.30 | 0.48 | 0.29 | 22.76 | 0.37 | 0.54 |
| Hex | B5 | 7F | 5E | 0 | 1E | 30 | 1D | 17 | 25 | 36 |
| Octal | 265 | 177 | 136 | 0 | 36 | 60 | 35 | 27 | 45 | 66 |
| Binary | 10110101 | 1111111 | 1011110 | 0 | 11110 | 110000 | 11101 | 10111 | 100101 | 110110 |
Color Harmonies of #B57F5E
Complementary color
Monochromatic Colors of #B57F5E
Black with #B57F5E
Text Example
Text Example
White with #B57F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F5E; }
p { color: rgb(181,127,94); }
H1.HeaderClassName
{
color: #B57F5E;
}
.AnyTagClassName
{
color: #B57F5E;
}
</style>
background-color css
<style>
a { background-color: #B57F5E; }
a { background-color: rgb(181,127,94); }
div.DivClassName
{
background-color: #B57F5E;
}
.BgClassName
{
background-color: #B57F5E;
}
</style>
border-color css
<style>
span { border-color: #B57F5E; }
span { border-color: rgb(181,127,94); }
td.TdClassName
{
border-color: #B57F5E;
}
.TagClassName
{
border-color: #B57F5E;
}
</style>