Shades of Medium Wood #B57F5D
Tints of Medium Wood #B57F5D
RGB
CMYK
RGB Variations
Color information
#B57F5D (or 0xB57F5D) is known color: Medium Wood. HEX triplet: B5, 7F and 5D. RGB value is (181,127,93). Sum of RGB (Red+Green+Blue) = 181+127+93=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F5D is #4A80A2. Grayscale: #8B8B8B. Windows color (decimal): -4882595 or 6127541. OLE color: 6127541.
HSL color Cylindrical-coordinate representation of color #B57F5D: hue angle of 23.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B57F5D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 93 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.29 |
| HSL | 23.18º | 0.37% | 0.54% | - |
| HSV(B) | 23.18º | 0.49% | 0.71% | - |
| XYZ | 28.62 | 25.79 | 13.83 | - |
| YUV | 139.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 93 | 0 | 0.30 | 0.49 | 0.29 | 23.18 | 0.37 | 0.54 |
| Hex | B5 | 7F | 5D | 0 | 1E | 31 | 1D | 17 | 25 | 36 |
| Octal | 265 | 177 | 135 | 0 | 36 | 61 | 35 | 27 | 45 | 66 |
| Binary | 10110101 | 1111111 | 1011101 | 0 | 11110 | 110001 | 11101 | 10111 | 100101 | 110110 |
Color Harmonies of #B57F5D
Complementary color
Monochromatic Colors of #B57F5D
Black with #B57F5D
Text Example
Text Example
White with #B57F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F5D; }
p { color: rgb(181,127,93); }
H1.HeaderClassName
{
color: #B57F5D;
}
.AnyTagClassName
{
color: #B57F5D;
}
</style>
background-color css
<style>
a { background-color: #B57F5D; }
a { background-color: rgb(181,127,93); }
div.DivClassName
{
background-color: #B57F5D;
}
.BgClassName
{
background-color: #B57F5D;
}
</style>
border-color css
<style>
span { border-color: #B57F5D; }
span { border-color: rgb(181,127,93); }
td.TdClassName
{
border-color: #B57F5D;
}
.TagClassName
{
border-color: #B57F5D;
}
</style>