Shades of Tapestry #B56D7B
Tints of Tapestry #B56D7B
RGB
CMYK
RGB Variations
Color information
#B56D7B (or 0xB56D7B) is known color: Tapestry. HEX triplet: B5, 6D and 7B. RGB value is (181,109,123). Sum of RGB (Red+Green+Blue) = 181+109+123=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D7B is #4A9284. Grayscale: #848484. Windows color (decimal): -4887173 or 8089013. OLE color: 8089013.
HSL color Cylindrical-coordinate representation of color #B56D7B: hue angle of 348.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 #B56D7B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 123 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.29 |
| HSL | 348.33º | 0.33% | 0.57% | - |
| HSV(B) | 348.33º | 0.4% | 0.71% | - |
| XYZ | 28.1 | 22.19 | 21.54 | - |
| YUV | 132.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 123 | 0 | 0.40 | 0.32 | 0.29 | 348.33 | 0.33 | 0.57 |
| Hex | B5 | 6D | 7B | 0 | 28 | 20 | 1D | 15C | 21 | 39 |
| Octal | 265 | 155 | 173 | 0 | 50 | 40 | 35 | 534 | 41 | 71 |
| Binary | 10110101 | 1101101 | 1111011 | 0 | 101000 | 100000 | 11101 | 101011100 | 100001 | 111001 |
Color Harmonies of #B56D7B
Complementary color
Monochromatic Colors of #B56D7B
Black with #B56D7B
Text Example
Text Example
White with #B56D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D7B; }
p { color: rgb(181,109,123); }
H1.HeaderClassName
{
color: #B56D7B;
}
.AnyTagClassName
{
color: #B56D7B;
}
</style>
background-color css
<style>
a { background-color: #B56D7B; }
a { background-color: rgb(181,109,123); }
div.DivClassName
{
background-color: #B56D7B;
}
.BgClassName
{
background-color: #B56D7B;
}
</style>
border-color css
<style>
span { border-color: #B56D7B; }
span { border-color: rgb(181,109,123); }
td.TdClassName
{
border-color: #B56D7B;
}
.TagClassName
{
border-color: #B56D7B;
}
</style>