Shades of Tapestry #B57E85
Tints of Tapestry #B57E85
RGB
CMYK
RGB Variations
Color information
#B57E85 (or 0xB57E85) is known color: Tapestry. HEX triplet: B5, 7E and 85. RGB value is (181,126,133). Sum of RGB (Red+Green+Blue) = 181+126+133=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E85 is #4A817A. Grayscale: #8F8F8F. Windows color (decimal): -4882811 or 8748725. OLE color: 8748725.
HSL color Cylindrical-coordinate representation of color #B57E85: hue angle of 352.36º 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 #B57E85 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 133 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.29 |
| HSL | 352.36º | 0.27% | 0.6% | - |
| HSV(B) | 352.36º | 0.3% | 0.71% | - |
| XYZ | 30.75 | 26.44 | 25.67 | - |
| YUV | 143.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 133 | 0 | 0.30 | 0.27 | 0.29 | 352.36 | 0.27 | 0.6 |
| Hex | B5 | 7E | 85 | 0 | 1E | 1B | 1D | 160 | 1B | 3C |
| Octal | 265 | 176 | 205 | 0 | 36 | 33 | 35 | 540 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10000101 | 0 | 11110 | 11011 | 11101 | 101100000 | 11011 | 111100 |
Color Harmonies of #B57E85
Complementary color
Monochromatic Colors of #B57E85
Black with #B57E85
Text Example
Text Example
White with #B57E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E85; }
p { color: rgb(181,126,133); }
H1.HeaderClassName
{
color: #B57E85;
}
.AnyTagClassName
{
color: #B57E85;
}
</style>
background-color css
<style>
a { background-color: #B57E85; }
a { background-color: rgb(181,126,133); }
div.DivClassName
{
background-color: #B57E85;
}
.BgClassName
{
background-color: #B57E85;
}
</style>
border-color css
<style>
span { border-color: #B57E85; }
span { border-color: rgb(181,126,133); }
td.TdClassName
{
border-color: #B57E85;
}
.TagClassName
{
border-color: #B57E85;
}
</style>