Shades of Medium Wood #B17D59
Tints of Medium Wood #B17D59
RGB
CMYK
RGB Variations
Color information
#B17D59 (or 0xB17D59) is known color: Medium Wood. HEX triplet: B1, 7D and 59. RGB value is (177,125,89). Sum of RGB (Red+Green+Blue) = 177+125+89=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D59 is #4E82A6. Grayscale: #888888. Windows color (decimal): -5145255 or 5864881. OLE color: 5864881.
HSL color Cylindrical-coordinate representation of color #B17D59: hue angle of 24.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17D59 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 89 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.31 |
| HSL | 24.55º | 0.36% | 0.52% | - |
| HSV(B) | 24.55º | 0.5% | 0.69% | - |
| XYZ | 27.27 | 24.74 | 12.79 | - |
| YUV | 136.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 89 | 0 | 0.29 | 0.50 | 0.31 | 24.55 | 0.36 | 0.52 |
| Hex | B1 | 7D | 59 | 0 | 1D | 32 | 1F | 19 | 24 | 34 |
| Octal | 261 | 175 | 131 | 0 | 35 | 62 | 37 | 31 | 44 | 64 |
| Binary | 10110001 | 1111101 | 1011001 | 0 | 11101 | 110010 | 11111 | 11001 | 100100 | 110100 |
Color Harmonies of #B17D59
Complementary color
Monochromatic Colors of #B17D59
Black with #B17D59
Text Example
Text Example
White with #B17D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D59; }
p { color: rgb(177,125,89); }
H1.HeaderClassName
{
color: #B17D59;
}
.AnyTagClassName
{
color: #B17D59;
}
</style>
background-color css
<style>
a { background-color: #B17D59; }
a { background-color: rgb(177,125,89); }
div.DivClassName
{
background-color: #B17D59;
}
.BgClassName
{
background-color: #B17D59;
}
</style>
border-color css
<style>
span { border-color: #B17D59; }
span { border-color: rgb(177,125,89); }
td.TdClassName
{
border-color: #B17D59;
}
.TagClassName
{
border-color: #B17D59;
}
</style>