Shades of Medium Wood #B47B63
Tints of Medium Wood #B47B63
RGB
CMYK
RGB Variations
Color information
#B47B63 (or 0xB47B63) is known color: Medium Wood. HEX triplet: B4, 7B and 63. RGB value is (180,123,99). Sum of RGB (Red+Green+Blue) = 180+123+99=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B63 is #4B849C. Grayscale: #898989. Windows color (decimal): -4949149 or 6519732. OLE color: 6519732.
HSL color Cylindrical-coordinate representation of color #B47B63: hue angle of 17.78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B47B63 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 99 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.29 |
| HSL | 17.78º | 0.35% | 0.55% | - |
| HSV(B) | 17.78º | 0.45% | 0.71% | - |
| XYZ | 28.16 | 24.77 | 15.1 | - |
| YUV | 137.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 99 | 0 | 0.32 | 0.45 | 0.29 | 17.78 | 0.35 | 0.55 |
| Hex | B4 | 7B | 63 | 0 | 20 | 2D | 1D | 12 | 23 | 37 |
| Octal | 264 | 173 | 143 | 0 | 40 | 55 | 35 | 22 | 43 | 67 |
| Binary | 10110100 | 1111011 | 1100011 | 0 | 100000 | 101101 | 11101 | 10010 | 100011 | 110111 |
Color Harmonies of #B47B63
Complementary color
Monochromatic Colors of #B47B63
Black with #B47B63
Text Example
Text Example
White with #B47B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B63; }
p { color: rgb(180,123,99); }
H1.HeaderClassName
{
color: #B47B63;
}
.AnyTagClassName
{
color: #B47B63;
}
</style>
background-color css
<style>
a { background-color: #B47B63; }
a { background-color: rgb(180,123,99); }
div.DivClassName
{
background-color: #B47B63;
}
.BgClassName
{
background-color: #B47B63;
}
</style>
border-color css
<style>
span { border-color: #B47B63; }
span { border-color: rgb(180,123,99); }
td.TdClassName
{
border-color: #B47B63;
}
.TagClassName
{
border-color: #B47B63;
}
</style>