Shades of Tapestry #B47B8D
Tints of Tapestry #B47B8D
RGB
CMYK
RGB Variations
Color information
#B47B8D (or 0xB47B8D) is known color: Tapestry. HEX triplet: B4, 7B and 8D. RGB value is (180,123,141). Sum of RGB (Red+Green+Blue) = 180+123+141=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B8D is #4B8472. Grayscale: #8E8E8E. Windows color (decimal): -4949107 or 9272244. OLE color: 9272244.
HSL color Cylindrical-coordinate representation of color #B47B8D: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47B8D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 141 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.29 |
| HSL | 341.05º | 0.28% | 0.59% | - |
| HSV(B) | 341.05º | 0.32% | 0.71% | - |
| XYZ | 30.71 | 25.79 | 28.56 | - |
| YUV | 142.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 141 | 0 | 0.32 | 0.22 | 0.29 | 341.05 | 0.28 | 0.59 |
| Hex | B4 | 7B | 8D | 0 | 20 | 16 | 1D | 155 | 1C | 3B |
| Octal | 264 | 173 | 215 | 0 | 40 | 26 | 35 | 525 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10001101 | 0 | 100000 | 10110 | 11101 | 101010101 | 11100 | 111011 |
Color Harmonies of #B47B8D
Complementary color
Monochromatic Colors of #B47B8D
Black with #B47B8D
Text Example
Text Example
White with #B47B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B8D; }
p { color: rgb(180,123,141); }
H1.HeaderClassName
{
color: #B47B8D;
}
.AnyTagClassName
{
color: #B47B8D;
}
</style>
background-color css
<style>
a { background-color: #B47B8D; }
a { background-color: rgb(180,123,141); }
div.DivClassName
{
background-color: #B47B8D;
}
.BgClassName
{
background-color: #B47B8D;
}
</style>
border-color css
<style>
span { border-color: #B47B8D; }
span { border-color: rgb(180,123,141); }
td.TdClassName
{
border-color: #B47B8D;
}
.TagClassName
{
border-color: #B47B8D;
}
</style>