Shades of Medium Wood #B57F60
Tints of Medium Wood #B57F60
RGB
CMYK
RGB Variations
Color information
#B57F60 (or 0xB57F60) is known color: Medium Wood. HEX triplet: B5, 7F and 60. RGB value is (181,127,96). Sum of RGB (Red+Green+Blue) = 181+127+96=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F60 is #4A809F. Grayscale: #8B8B8B. Windows color (decimal): -4882592 or 6324149. OLE color: 6324149.
HSL color Cylindrical-coordinate representation of color #B57F60: hue angle of 21.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57F60 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 96 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.29 |
| HSL | 21.88º | 0.36% | 0.54% | - |
| HSV(B) | 21.88º | 0.47% | 0.71% | - |
| XYZ | 28.76 | 25.85 | 14.54 | - |
| YUV | 139.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 96 | 0 | 0.30 | 0.47 | 0.29 | 21.88 | 0.36 | 0.54 |
| Hex | B5 | 7F | 60 | 0 | 1E | 2F | 1D | 16 | 24 | 36 |
| Octal | 265 | 177 | 140 | 0 | 36 | 57 | 35 | 26 | 44 | 66 |
| Binary | 10110101 | 1111111 | 1100000 | 0 | 11110 | 101111 | 11101 | 10110 | 100100 | 110110 |
Color Harmonies of #B57F60
Complementary color
Monochromatic Colors of #B57F60
Black with #B57F60
Text Example
Text Example
White with #B57F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F60; }
p { color: rgb(181,127,96); }
H1.HeaderClassName
{
color: #B57F60;
}
.AnyTagClassName
{
color: #B57F60;
}
</style>
background-color css
<style>
a { background-color: #B57F60; }
a { background-color: rgb(181,127,96); }
div.DivClassName
{
background-color: #B57F60;
}
.BgClassName
{
background-color: #B57F60;
}
</style>
border-color css
<style>
span { border-color: #B57F60; }
span { border-color: rgb(181,127,96); }
td.TdClassName
{
border-color: #B57F60;
}
.TagClassName
{
border-color: #B57F60;
}
</style>