Shades of Medium Wood #B17861
Tints of Medium Wood #B17861
RGB
CMYK
RGB Variations
Color information
#B17861 (or 0xB17861) is known color: Medium Wood. HEX triplet: B1, 78 and 61. RGB value is (177,120,97). Sum of RGB (Red+Green+Blue) = 177+120+97=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B17861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17861 is #4E879E. Grayscale: #868686. Windows color (decimal): -5146527 or 6387889. OLE color: 6387889.
HSL color Cylindrical-coordinate representation of color #B17861: hue angle of 17.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17861 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 97 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.31 |
| HSL | 17.25º | 0.34% | 0.54% | - |
| HSV(B) | 17.25º | 0.45% | 0.69% | - |
| XYZ | 27.01 | 23.64 | 14.45 | - |
| YUV | 134.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 97 | 0 | 0.32 | 0.45 | 0.31 | 17.25 | 0.34 | 0.54 |
| Hex | B1 | 78 | 61 | 0 | 20 | 2D | 1F | 11 | 22 | 36 |
| Octal | 261 | 170 | 141 | 0 | 40 | 55 | 37 | 21 | 42 | 66 |
| Binary | 10110001 | 1111000 | 1100001 | 0 | 100000 | 101101 | 11111 | 10001 | 100010 | 110110 |
Color Harmonies of #B17861
Complementary color
Monochromatic Colors of #B17861
Black with #B17861
Text Example
Text Example
White with #B17861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17861; }
p { color: rgb(177,120,97); }
H1.HeaderClassName
{
color: #B17861;
}
.AnyTagClassName
{
color: #B17861;
}
</style>
background-color css
<style>
a { background-color: #B17861; }
a { background-color: rgb(177,120,97); }
div.DivClassName
{
background-color: #B17861;
}
.BgClassName
{
background-color: #B17861;
}
</style>
border-color css
<style>
span { border-color: #B17861; }
span { border-color: rgb(177,120,97); }
td.TdClassName
{
border-color: #B17861;
}
.TagClassName
{
border-color: #B17861;
}
</style>