Shades of Tapestry #B57D8D
Tints of Tapestry #B57D8D
RGB
CMYK
RGB Variations
Color information
#B57D8D (or 0xB57D8D) is known color: Tapestry. HEX triplet: B5, 7D and 8D. RGB value is (181,125,141). Sum of RGB (Red+Green+Blue) = 181+125+141=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D8D is #4A8272. Grayscale: #8F8F8F. Windows color (decimal): -4883059 or 9272757. OLE color: 9272757.
HSL color Cylindrical-coordinate representation of color #B57D8D: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57D8D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 141 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.29 |
| HSL | 342.86º | 0.27% | 0.6% | - |
| HSV(B) | 342.86º | 0.31% | 0.71% | - |
| XYZ | 31.2 | 26.41 | 28.65 | - |
| YUV | 143.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 141 | 0 | 0.31 | 0.22 | 0.29 | 342.86 | 0.27 | 0.6 |
| Hex | B5 | 7D | 8D | 0 | 1F | 16 | 1D | 157 | 1B | 3C |
| Octal | 265 | 175 | 215 | 0 | 37 | 26 | 35 | 527 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10001101 | 0 | 11111 | 10110 | 11101 | 101010111 | 11011 | 111100 |
Color Harmonies of #B57D8D
Complementary color
Monochromatic Colors of #B57D8D
Black with #B57D8D
Text Example
Text Example
White with #B57D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D8D; }
p { color: rgb(181,125,141); }
H1.HeaderClassName
{
color: #B57D8D;
}
.AnyTagClassName
{
color: #B57D8D;
}
</style>
background-color css
<style>
a { background-color: #B57D8D; }
a { background-color: rgb(181,125,141); }
div.DivClassName
{
background-color: #B57D8D;
}
.BgClassName
{
background-color: #B57D8D;
}
</style>
border-color css
<style>
span { border-color: #B57D8D; }
span { border-color: rgb(181,125,141); }
td.TdClassName
{
border-color: #B57D8D;
}
.TagClassName
{
border-color: #B57D8D;
}
</style>