Shades of Medium Wood #B17859
Tints of Medium Wood #B17859
RGB
CMYK
RGB Variations
Color information
#B17859 (or 0xB17859) is known color: Medium Wood. HEX triplet: B1, 78 and 59. RGB value is (177,120,89). Sum of RGB (Red+Green+Blue) = 177+120+89=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B17859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17859 is #4E87A6. Grayscale: #858585. Windows color (decimal): -5146535 or 5863601. OLE color: 5863601.
HSL color Cylindrical-coordinate representation of color #B17859: hue angle of 21.14º 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 #B17859 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 89 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.31 |
| HSL | 21.14º | 0.36% | 0.52% | - |
| HSV(B) | 21.14º | 0.5% | 0.69% | - |
| XYZ | 26.65 | 23.5 | 12.58 | - |
| YUV | 133.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 89 | 0 | 0.32 | 0.50 | 0.31 | 21.14 | 0.36 | 0.52 |
| Hex | B1 | 78 | 59 | 0 | 20 | 32 | 1F | 15 | 24 | 34 |
| Octal | 261 | 170 | 131 | 0 | 40 | 62 | 37 | 25 | 44 | 64 |
| Binary | 10110001 | 1111000 | 1011001 | 0 | 100000 | 110010 | 11111 | 10101 | 100100 | 110100 |
Color Harmonies of #B17859
Complementary color
Monochromatic Colors of #B17859
Black with #B17859
Text Example
Text Example
White with #B17859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17859; }
p { color: rgb(177,120,89); }
H1.HeaderClassName
{
color: #B17859;
}
.AnyTagClassName
{
color: #B17859;
}
</style>
background-color css
<style>
a { background-color: #B17859; }
a { background-color: rgb(177,120,89); }
div.DivClassName
{
background-color: #B17859;
}
.BgClassName
{
background-color: #B17859;
}
</style>
border-color css
<style>
span { border-color: #B17859; }
span { border-color: rgb(177,120,89); }
td.TdClassName
{
border-color: #B17859;
}
.TagClassName
{
border-color: #B17859;
}
</style>