Shades of Tapestry #B47C8D
Tints of Tapestry #B47C8D
RGB
CMYK
RGB Variations
Color information
#B47C8D (or 0xB47C8D) is known color: Tapestry. HEX triplet: B4, 7C and 8D. RGB value is (180,124,141). Sum of RGB (Red+Green+Blue) = 180+124+141=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C8D is #4B8372. Grayscale: #8E8E8E. Windows color (decimal): -4948851 or 9272500. OLE color: 9272500.
HSL color Cylindrical-coordinate representation of color #B47C8D: hue angle of 341.79º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47C8D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 141 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.29 |
| HSL | 341.79º | 0.27% | 0.6% | - |
| HSV(B) | 341.79º | 0.31% | 0.71% | - |
| XYZ | 30.84 | 26.04 | 28.6 | - |
| YUV | 142.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 141 | 0 | 0.31 | 0.22 | 0.29 | 341.79 | 0.27 | 0.6 |
| Hex | B4 | 7C | 8D | 0 | 1F | 16 | 1D | 156 | 1B | 3C |
| Octal | 264 | 174 | 215 | 0 | 37 | 26 | 35 | 526 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10001101 | 0 | 11111 | 10110 | 11101 | 101010110 | 11011 | 111100 |
Color Harmonies of #B47C8D
Complementary color
Monochromatic Colors of #B47C8D
Black with #B47C8D
Text Example
Text Example
White with #B47C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C8D; }
p { color: rgb(180,124,141); }
H1.HeaderClassName
{
color: #B47C8D;
}
.AnyTagClassName
{
color: #B47C8D;
}
</style>
background-color css
<style>
a { background-color: #B47C8D; }
a { background-color: rgb(180,124,141); }
div.DivClassName
{
background-color: #B47C8D;
}
.BgClassName
{
background-color: #B47C8D;
}
</style>
border-color css
<style>
span { border-color: #B47C8D; }
span { border-color: rgb(180,124,141); }
td.TdClassName
{
border-color: #B47C8D;
}
.TagClassName
{
border-color: #B47C8D;
}
</style>