Shades of Tapestry #B56877
Tints of Tapestry #B56877
RGB
CMYK
RGB Variations
Color information
#B56877 (or 0xB56877) is known color: Tapestry. HEX triplet: B5, 68 and 77. RGB value is (181,104,119). Sum of RGB (Red+Green+Blue) = 181+104+119=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B56877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56877 is #4A9788. Grayscale: #808080. Windows color (decimal): -4888457 or 7825589. OLE color: 7825589.
HSL color Cylindrical-coordinate representation of color #B56877: hue angle of 348.31º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56877 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 119 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.29 |
| HSL | 348.31º | 0.34% | 0.56% | - |
| HSV(B) | 348.31º | 0.43% | 0.71% | - |
| XYZ | 27.34 | 21.06 | 20.08 | - |
| YUV | 128.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 119 | 0 | 0.43 | 0.34 | 0.29 | 348.31 | 0.34 | 0.56 |
| Hex | B5 | 68 | 77 | 0 | 2B | 22 | 1D | 15C | 22 | 38 |
| Octal | 265 | 150 | 167 | 0 | 53 | 42 | 35 | 534 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1110111 | 0 | 101011 | 100010 | 11101 | 101011100 | 100010 | 111000 |
Color Harmonies of #B56877
Complementary color
Monochromatic Colors of #B56877
Black with #B56877
Text Example
Text Example
White with #B56877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56877; }
p { color: rgb(181,104,119); }
H1.HeaderClassName
{
color: #B56877;
}
.AnyTagClassName
{
color: #B56877;
}
</style>
background-color css
<style>
a { background-color: #B56877; }
a { background-color: rgb(181,104,119); }
div.DivClassName
{
background-color: #B56877;
}
.BgClassName
{
background-color: #B56877;
}
</style>
border-color css
<style>
span { border-color: #B56877; }
span { border-color: rgb(181,104,119); }
td.TdClassName
{
border-color: #B56877;
}
.TagClassName
{
border-color: #B56877;
}
</style>