Shades of Medium Wood #B17C56
Tints of Medium Wood #B17C56
RGB
CMYK
RGB Variations
Color information
#B17C56 (or 0xB17C56) is known color: Medium Wood. HEX triplet: B1, 7C and 56. RGB value is (177,124,86). Sum of RGB (Red+Green+Blue) = 177+124+86=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C56 is #4E83A9. Grayscale: #878787. Windows color (decimal): -5145514 or 5668017. OLE color: 5668017.
HSL color Cylindrical-coordinate representation of color #B17C56: hue angle of 25.05º 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 #B17C56 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 86 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.31 |
| HSL | 25.05º | 0.37% | 0.52% | - |
| HSV(B) | 25.05º | 0.51% | 0.69% | - |
| XYZ | 27.02 | 24.43 | 12.1 | - |
| YUV | 135.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 86 | 0 | 0.30 | 0.51 | 0.31 | 25.05 | 0.37 | 0.52 |
| Hex | B1 | 7C | 56 | 0 | 1E | 33 | 1F | 19 | 25 | 34 |
| Octal | 261 | 174 | 126 | 0 | 36 | 63 | 37 | 31 | 45 | 64 |
| Binary | 10110001 | 1111100 | 1010110 | 0 | 11110 | 110011 | 11111 | 11001 | 100101 | 110100 |
Color Harmonies of #B17C56
Complementary color
Monochromatic Colors of #B17C56
Black with #B17C56
Text Example
Text Example
White with #B17C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C56; }
p { color: rgb(177,124,86); }
H1.HeaderClassName
{
color: #B17C56;
}
.AnyTagClassName
{
color: #B17C56;
}
</style>
background-color css
<style>
a { background-color: #B17C56; }
a { background-color: rgb(177,124,86); }
div.DivClassName
{
background-color: #B17C56;
}
.BgClassName
{
background-color: #B17C56;
}
</style>
border-color css
<style>
span { border-color: #B17C56; }
span { border-color: rgb(177,124,86); }
td.TdClassName
{
border-color: #B17C56;
}
.TagClassName
{
border-color: #B17C56;
}
</style>