Shades of Medium Wood #B47861
Tints of Medium Wood #B47861
RGB
CMYK
RGB Variations
Color information
#B47861 (or 0xB47861) is known color: Medium Wood. HEX triplet: B4, 78 and 61. RGB value is (180,120,97). Sum of RGB (Red+Green+Blue) = 180+120+97=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47861 is #4B879E. Grayscale: #878787. Windows color (decimal): -4949919 or 6387892. OLE color: 6387892.
HSL color Cylindrical-coordinate representation of color #B47861: hue angle of 16.63º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47861 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 97 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.29 |
| HSL | 16.63º | 0.36% | 0.54% | - |
| HSV(B) | 16.63º | 0.46% | 0.71% | - |
| XYZ | 27.7 | 24 | 14.48 | - |
| YUV | 135.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 97 | 0 | 0.33 | 0.46 | 0.29 | 16.63 | 0.36 | 0.54 |
| Hex | B4 | 78 | 61 | 0 | 21 | 2E | 1D | 11 | 24 | 36 |
| Octal | 264 | 170 | 141 | 0 | 41 | 56 | 35 | 21 | 44 | 66 |
| Binary | 10110100 | 1111000 | 1100001 | 0 | 100001 | 101110 | 11101 | 10001 | 100100 | 110110 |
Color Harmonies of #B47861
Complementary color
Monochromatic Colors of #B47861
Black with #B47861
Text Example
Text Example
White with #B47861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47861; }
p { color: rgb(180,120,97); }
H1.HeaderClassName
{
color: #B47861;
}
.AnyTagClassName
{
color: #B47861;
}
</style>
background-color css
<style>
a { background-color: #B47861; }
a { background-color: rgb(180,120,97); }
div.DivClassName
{
background-color: #B47861;
}
.BgClassName
{
background-color: #B47861;
}
</style>
border-color css
<style>
span { border-color: #B47861; }
span { border-color: rgb(180,120,97); }
td.TdClassName
{
border-color: #B47861;
}
.TagClassName
{
border-color: #B47861;
}
</style>