Shades of Medium Wood #B17C57
Tints of Medium Wood #B17C57
RGB
CMYK
RGB Variations
Color information
#B17C57 (or 0xB17C57) is known color: Medium Wood. HEX triplet: B1, 7C and 57. RGB value is (177,124,87). Sum of RGB (Red+Green+Blue) = 177+124+87=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C57 is #4E83A8. Grayscale: #878787. Windows color (decimal): -5145513 or 5733553. OLE color: 5733553.
HSL color Cylindrical-coordinate representation of color #B17C57: hue angle of 24.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 #B17C57 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 87 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.31 |
| HSL | 24.67º | 0.37% | 0.52% | - |
| HSV(B) | 24.67º | 0.51% | 0.69% | - |
| XYZ | 27.06 | 24.45 | 12.31 | - |
| YUV | 135.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 87 | 0 | 0.30 | 0.51 | 0.31 | 24.67 | 0.37 | 0.52 |
| Hex | B1 | 7C | 57 | 0 | 1E | 33 | 1F | 19 | 25 | 34 |
| Octal | 261 | 174 | 127 | 0 | 36 | 63 | 37 | 31 | 45 | 64 |
| Binary | 10110001 | 1111100 | 1010111 | 0 | 11110 | 110011 | 11111 | 11001 | 100101 | 110100 |
Color Harmonies of #B17C57
Complementary color
Monochromatic Colors of #B17C57
Black with #B17C57
Text Example
Text Example
White with #B17C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C57; }
p { color: rgb(177,124,87); }
H1.HeaderClassName
{
color: #B17C57;
}
.AnyTagClassName
{
color: #B17C57;
}
</style>
background-color css
<style>
a { background-color: #B17C57; }
a { background-color: rgb(177,124,87); }
div.DivClassName
{
background-color: #B17C57;
}
.BgClassName
{
background-color: #B17C57;
}
</style>
border-color css
<style>
span { border-color: #B17C57; }
span { border-color: rgb(177,124,87); }
td.TdClassName
{
border-color: #B17C57;
}
.TagClassName
{
border-color: #B17C57;
}
</style>