Shades of Medium Wood #B47C60
Tints of Medium Wood #B47C60
RGB
CMYK
RGB Variations
Color information
#B47C60 (or 0xB47C60) is known color: Medium Wood. HEX triplet: B4, 7C and 60. RGB value is (180,124,96). Sum of RGB (Red+Green+Blue) = 180+124+96=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C60 is #4B839F. Grayscale: #898989. Windows color (decimal): -4948896 or 6323380. OLE color: 6323380.
HSL color Cylindrical-coordinate representation of color #B47C60: hue angle of 20º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47C60 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 96 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.29 |
| HSL | 20º | 0.36% | 0.54% | - |
| HSV(B) | 20º | 0.47% | 0.71% | - |
| XYZ | 28.14 | 24.96 | 14.4 | - |
| YUV | 137.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 96 | 0 | 0.31 | 0.47 | 0.29 | 20 | 0.36 | 0.54 |
| Hex | B4 | 7C | 60 | 0 | 1F | 2F | 1D | 14 | 24 | 36 |
| Octal | 264 | 174 | 140 | 0 | 37 | 57 | 35 | 24 | 44 | 66 |
| Binary | 10110100 | 1111100 | 1100000 | 0 | 11111 | 101111 | 11101 | 10100 | 100100 | 110110 |
Color Harmonies of #B47C60
Complementary color
Monochromatic Colors of #B47C60
Black with #B47C60
Text Example
Text Example
White with #B47C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C60; }
p { color: rgb(180,124,96); }
H1.HeaderClassName
{
color: #B47C60;
}
.AnyTagClassName
{
color: #B47C60;
}
</style>
background-color css
<style>
a { background-color: #B47C60; }
a { background-color: rgb(180,124,96); }
div.DivClassName
{
background-color: #B47C60;
}
.BgClassName
{
background-color: #B47C60;
}
</style>
border-color css
<style>
span { border-color: #B47C60; }
span { border-color: rgb(180,124,96); }
td.TdClassName
{
border-color: #B47C60;
}
.TagClassName
{
border-color: #B47C60;
}
</style>