Shades of Tapestry #B56D8D
Tints of Tapestry #B56D8D
RGB
CMYK
RGB Variations
Color information
#B56D8D (or 0xB56D8D) is known color: Tapestry. HEX triplet: B5, 6D and 8D. RGB value is (181,109,141). Sum of RGB (Red+Green+Blue) = 181+109+141=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D8D is #4A9272. Grayscale: #868686. Windows color (decimal): -4887155 or 9268661. OLE color: 9268661.
HSL color Cylindrical-coordinate representation of color #B56D8D: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56D8D is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 141 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.29 |
| HSL | 333.33º | 0.33% | 0.57% | - |
| HSV(B) | 333.33º | 0.4% | 0.71% | - |
| XYZ | 29.33 | 22.68 | 28.03 | - |
| YUV | 134.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 141 | 0 | 0.40 | 0.22 | 0.29 | 333.33 | 0.33 | 0.57 |
| Hex | B5 | 6D | 8D | 0 | 28 | 16 | 1D | 14D | 21 | 39 |
| Octal | 265 | 155 | 215 | 0 | 50 | 26 | 35 | 515 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10001101 | 0 | 101000 | 10110 | 11101 | 101001101 | 100001 | 111001 |
Color Harmonies of #B56D8D
Complementary color
Monochromatic Colors of #B56D8D
Black with #B56D8D
Text Example
Text Example
White with #B56D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D8D; }
p { color: rgb(181,109,141); }
H1.HeaderClassName
{
color: #B56D8D;
}
.AnyTagClassName
{
color: #B56D8D;
}
</style>
background-color css
<style>
a { background-color: #B56D8D; }
a { background-color: rgb(181,109,141); }
div.DivClassName
{
background-color: #B56D8D;
}
.BgClassName
{
background-color: #B56D8D;
}
</style>
border-color css
<style>
span { border-color: #B56D8D; }
span { border-color: rgb(181,109,141); }
td.TdClassName
{
border-color: #B56D8D;
}
.TagClassName
{
border-color: #B56D8D;
}
</style>