Shades of Tapestry #B56B91
Tints of Tapestry #B56B91
RGB
CMYK
RGB Variations
Color information
#B56B91 (or 0xB56B91) is known color: Tapestry. HEX triplet: B5, 6B and 91. RGB value is (181,107,145). Sum of RGB (Red+Green+Blue) = 181+107+145=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B91 is #4A946E. Grayscale: #858585. Windows color (decimal): -4887663 or 9530293. OLE color: 9530293.
HSL color Cylindrical-coordinate representation of color #B56B91: hue angle of 329.19º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56B91 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 145 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.29 |
| HSL | 329.19º | 0.33% | 0.56% | - |
| HSV(B) | 329.19º | 0.41% | 0.71% | - |
| XYZ | 29.42 | 22.38 | 29.56 | - |
| YUV | 133.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 145 | 0 | 0.41 | 0.20 | 0.29 | 329.19 | 0.33 | 0.56 |
| Hex | B5 | 6B | 91 | 0 | 29 | 14 | 1D | 149 | 21 | 38 |
| Octal | 265 | 153 | 221 | 0 | 51 | 24 | 35 | 511 | 41 | 70 |
| Binary | 10110101 | 1101011 | 10010001 | 0 | 101001 | 10100 | 11101 | 101001001 | 100001 | 111000 |
Color Harmonies of #B56B91
Complementary color
Monochromatic Colors of #B56B91
Black with #B56B91
Text Example
Text Example
White with #B56B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56B91; }
p { color: rgb(181,107,145); }
H1.HeaderClassName
{
color: #B56B91;
}
.AnyTagClassName
{
color: #B56B91;
}
</style>
background-color css
<style>
a { background-color: #B56B91; }
a { background-color: rgb(181,107,145); }
div.DivClassName
{
background-color: #B56B91;
}
.BgClassName
{
background-color: #B56B91;
}
</style>
border-color css
<style>
span { border-color: #B56B91; }
span { border-color: rgb(181,107,145); }
td.TdClassName
{
border-color: #B56B91;
}
.TagClassName
{
border-color: #B56B91;
}
</style>