Shades of Tapestry #B56F8E
Tints of Tapestry #B56F8E
RGB
CMYK
RGB Variations
Color information
#B56F8E (or 0xB56F8E) is known color: Tapestry. HEX triplet: B5, 6F and 8E. RGB value is (181,111,142). Sum of RGB (Red+Green+Blue) = 181+111+142=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F8E is #4A9071. Grayscale: #878787. Windows color (decimal): -4886642 or 9334709. OLE color: 9334709.
HSL color Cylindrical-coordinate representation of color #B56F8E: hue angle of 333.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F8E is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 142 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.29 |
| HSL | 333.43º | 0.32% | 0.57% | - |
| HSV(B) | 333.43º | 0.39% | 0.71% | - |
| XYZ | 29.62 | 23.15 | 28.5 | - |
| YUV | 135.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 142 | 0 | 0.39 | 0.22 | 0.29 | 333.43 | 0.32 | 0.57 |
| Hex | B5 | 6F | 8E | 0 | 27 | 16 | 1D | 14D | 20 | 39 |
| Octal | 265 | 157 | 216 | 0 | 47 | 26 | 35 | 515 | 40 | 71 |
| Binary | 10110101 | 1101111 | 10001110 | 0 | 100111 | 10110 | 11101 | 101001101 | 100000 | 111001 |
Color Harmonies of #B56F8E
Complementary color
Monochromatic Colors of #B56F8E
Black with #B56F8E
Text Example
Text Example
White with #B56F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F8E; }
p { color: rgb(181,111,142); }
H1.HeaderClassName
{
color: #B56F8E;
}
.AnyTagClassName
{
color: #B56F8E;
}
</style>
background-color css
<style>
a { background-color: #B56F8E; }
a { background-color: rgb(181,111,142); }
div.DivClassName
{
background-color: #B56F8E;
}
.BgClassName
{
background-color: #B56F8E;
}
</style>
border-color css
<style>
span { border-color: #B56F8E; }
span { border-color: rgb(181,111,142); }
td.TdClassName
{
border-color: #B56F8E;
}
.TagClassName
{
border-color: #B56F8E;
}
</style>