Shades of Tapestry #B57E84
Tints of Tapestry #B57E84
RGB
CMYK
RGB Variations
Color information
#B57E84 (or 0xB57E84) is known color: Tapestry. HEX triplet: B5, 7E and 84. RGB value is (181,126,132). Sum of RGB (Red+Green+Blue) = 181+126+132=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E84 is #4A817B. Grayscale: #8F8F8F. Windows color (decimal): -4882812 or 8683189. OLE color: 8683189.
HSL color Cylindrical-coordinate representation of color #B57E84: hue angle of 353.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57E84 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 132 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.29 |
| HSL | 353.45º | 0.27% | 0.6% | - |
| HSV(B) | 353.45º | 0.3% | 0.71% | - |
| XYZ | 30.68 | 26.41 | 25.31 | - |
| YUV | 143.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 132 | 0 | 0.30 | 0.27 | 0.29 | 353.45 | 0.27 | 0.6 |
| Hex | B5 | 7E | 84 | 0 | 1E | 1B | 1D | 161 | 1B | 3C |
| Octal | 265 | 176 | 204 | 0 | 36 | 33 | 35 | 541 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10000100 | 0 | 11110 | 11011 | 11101 | 101100001 | 11011 | 111100 |
Color Harmonies of #B57E84
Complementary color
Monochromatic Colors of #B57E84
Black with #B57E84
Text Example
Text Example
White with #B57E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E84; }
p { color: rgb(181,126,132); }
H1.HeaderClassName
{
color: #B57E84;
}
.AnyTagClassName
{
color: #B57E84;
}
</style>
background-color css
<style>
a { background-color: #B57E84; }
a { background-color: rgb(181,126,132); }
div.DivClassName
{
background-color: #B57E84;
}
.BgClassName
{
background-color: #B57E84;
}
</style>
border-color css
<style>
span { border-color: #B57E84; }
span { border-color: rgb(181,126,132); }
td.TdClassName
{
border-color: #B57E84;
}
.TagClassName
{
border-color: #B57E84;
}
</style>