Shades of Tapestry #B56D8A
Tints of Tapestry #B56D8A
RGB
CMYK
RGB Variations
Color information
#B56D8A (or 0xB56D8A) is known color: Tapestry. HEX triplet: B5, 6D and 8A. RGB value is (181,109,138). Sum of RGB (Red+Green+Blue) = 181+109+138=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D8A is #4A9275. Grayscale: #858585. Windows color (decimal): -4887158 or 9072053. OLE color: 9072053.
HSL color Cylindrical-coordinate representation of color #B56D8A: hue angle of 335.83º 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 #B56D8A is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 138 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.29 |
| HSL | 335.83º | 0.33% | 0.57% | - |
| HSV(B) | 335.83º | 0.4% | 0.71% | - |
| XYZ | 29.11 | 22.6 | 26.87 | - |
| YUV | 133.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 138 | 0 | 0.40 | 0.24 | 0.29 | 335.83 | 0.33 | 0.57 |
| Hex | B5 | 6D | 8A | 0 | 28 | 18 | 1D | 150 | 21 | 39 |
| Octal | 265 | 155 | 212 | 0 | 50 | 30 | 35 | 520 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10001010 | 0 | 101000 | 11000 | 11101 | 101010000 | 100001 | 111001 |
Color Harmonies of #B56D8A
Complementary color
Monochromatic Colors of #B56D8A
Black with #B56D8A
Text Example
Text Example
White with #B56D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D8A; }
p { color: rgb(181,109,138); }
H1.HeaderClassName
{
color: #B56D8A;
}
.AnyTagClassName
{
color: #B56D8A;
}
</style>
background-color css
<style>
a { background-color: #B56D8A; }
a { background-color: rgb(181,109,138); }
div.DivClassName
{
background-color: #B56D8A;
}
.BgClassName
{
background-color: #B56D8A;
}
</style>
border-color css
<style>
span { border-color: #B56D8A; }
span { border-color: rgb(181,109,138); }
td.TdClassName
{
border-color: #B56D8A;
}
.TagClassName
{
border-color: #B56D8A;
}
</style>