Shades of Medium Wood #B17957
Tints of Medium Wood #B17957
RGB
CMYK
RGB Variations
Color information
#B17957 (or 0xB17957) is known color: Medium Wood. HEX triplet: B1, 79 and 57. RGB value is (177,121,87). Sum of RGB (Red+Green+Blue) = 177+121+87=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17957 is #4E86A8. Grayscale: #868686. Windows color (decimal): -5146281 or 5732785. OLE color: 5732785.
HSL color Cylindrical-coordinate representation of color #B17957: hue angle of 22.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17957 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 87 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.31 |
| HSL | 22.67º | 0.37% | 0.52% | - |
| HSV(B) | 22.67º | 0.51% | 0.69% | - |
| XYZ | 26.69 | 23.71 | 12.19 | - |
| YUV | 133.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 87 | 0 | 0.32 | 0.51 | 0.31 | 22.67 | 0.37 | 0.52 |
| Hex | B1 | 79 | 57 | 0 | 20 | 33 | 1F | 17 | 25 | 34 |
| Octal | 261 | 171 | 127 | 0 | 40 | 63 | 37 | 27 | 45 | 64 |
| Binary | 10110001 | 1111001 | 1010111 | 0 | 100000 | 110011 | 11111 | 10111 | 100101 | 110100 |
Color Harmonies of #B17957
Complementary color
Monochromatic Colors of #B17957
Black with #B17957
Text Example
Text Example
White with #B17957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17957; }
p { color: rgb(177,121,87); }
H1.HeaderClassName
{
color: #B17957;
}
.AnyTagClassName
{
color: #B17957;
}
</style>
background-color css
<style>
a { background-color: #B17957; }
a { background-color: rgb(177,121,87); }
div.DivClassName
{
background-color: #B17957;
}
.BgClassName
{
background-color: #B17957;
}
</style>
border-color css
<style>
span { border-color: #B17957; }
span { border-color: rgb(177,121,87); }
td.TdClassName
{
border-color: #B17957;
}
.TagClassName
{
border-color: #B17957;
}
</style>