Shades of Medium Wood #B17E57
Tints of Medium Wood #B17E57
RGB
CMYK
RGB Variations
Color information
#B17E57 (or 0xB17E57) is known color: Medium Wood. HEX triplet: B1, 7E and 57. RGB value is (177,126,87). Sum of RGB (Red+Green+Blue) = 177+126+87=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E57 is #4E81A8. Grayscale: #898989. Windows color (decimal): -5145001 or 5734065. OLE color: 5734065.
HSL color Cylindrical-coordinate representation of color #B17E57: hue angle of 26º 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 #B17E57 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 87 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.31 |
| HSL | 26º | 0.37% | 0.52% | - |
| HSV(B) | 26º | 0.51% | 0.69% | - |
| XYZ | 27.31 | 24.96 | 12.39 | - |
| YUV | 136.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 87 | 0 | 0.29 | 0.51 | 0.31 | 26 | 0.37 | 0.52 |
| Hex | B1 | 7E | 57 | 0 | 1D | 33 | 1F | 1A | 25 | 34 |
| Octal | 261 | 176 | 127 | 0 | 35 | 63 | 37 | 32 | 45 | 64 |
| Binary | 10110001 | 1111110 | 1010111 | 0 | 11101 | 110011 | 11111 | 11010 | 100101 | 110100 |
Color Harmonies of #B17E57
Complementary color
Monochromatic Colors of #B17E57
Black with #B17E57
Text Example
Text Example
White with #B17E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E57; }
p { color: rgb(177,126,87); }
H1.HeaderClassName
{
color: #B17E57;
}
.AnyTagClassName
{
color: #B17E57;
}
</style>
background-color css
<style>
a { background-color: #B17E57; }
a { background-color: rgb(177,126,87); }
div.DivClassName
{
background-color: #B17E57;
}
.BgClassName
{
background-color: #B17E57;
}
</style>
border-color css
<style>
span { border-color: #B17E57; }
span { border-color: rgb(177,126,87); }
td.TdClassName
{
border-color: #B17E57;
}
.TagClassName
{
border-color: #B17E57;
}
</style>