Shades of Medium Wood #B17860
Tints of Medium Wood #B17860
RGB
CMYK
RGB Variations
Color information
#B17860 (or 0xB17860) is known color: Medium Wood. HEX triplet: B1, 78 and 60. RGB value is (177,120,96). Sum of RGB (Red+Green+Blue) = 177+120+96=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17860 is #4E879F. Grayscale: #868686. Windows color (decimal): -5146528 or 6322353. OLE color: 6322353.
HSL color Cylindrical-coordinate representation of color #B17860: hue angle of 17.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17860 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 96 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.31 |
| HSL | 17.78º | 0.34% | 0.54% | - |
| HSV(B) | 17.78º | 0.46% | 0.69% | - |
| XYZ | 26.96 | 23.62 | 14.21 | - |
| YUV | 134.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 96 | 0 | 0.32 | 0.46 | 0.31 | 17.78 | 0.34 | 0.54 |
| Hex | B1 | 78 | 60 | 0 | 20 | 2E | 1F | 12 | 22 | 36 |
| Octal | 261 | 170 | 140 | 0 | 40 | 56 | 37 | 22 | 42 | 66 |
| Binary | 10110001 | 1111000 | 1100000 | 0 | 100000 | 101110 | 11111 | 10010 | 100010 | 110110 |
Color Harmonies of #B17860
Complementary color
Monochromatic Colors of #B17860
Black with #B17860
Text Example
Text Example
White with #B17860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17860; }
p { color: rgb(177,120,96); }
H1.HeaderClassName
{
color: #B17860;
}
.AnyTagClassName
{
color: #B17860;
}
</style>
background-color css
<style>
a { background-color: #B17860; }
a { background-color: rgb(177,120,96); }
div.DivClassName
{
background-color: #B17860;
}
.BgClassName
{
background-color: #B17860;
}
</style>
border-color css
<style>
span { border-color: #B17860; }
span { border-color: rgb(177,120,96); }
td.TdClassName
{
border-color: #B17860;
}
.TagClassName
{
border-color: #B17860;
}
</style>