Shades of Tapestry #B57D8E
Tints of Tapestry #B57D8E
RGB
CMYK
RGB Variations
Color information
#B57D8E (or 0xB57D8E) is known color: Tapestry. HEX triplet: B5, 7D and 8E. RGB value is (181,125,142). Sum of RGB (Red+Green+Blue) = 181+125+142=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D8E is #4A8271. Grayscale: #8F8F8F. Windows color (decimal): -4883058 or 9338293. OLE color: 9338293.
HSL color Cylindrical-coordinate representation of color #B57D8E: hue angle of 341.79º 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 #B57D8E is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 142 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.29 |
| HSL | 341.79º | 0.27% | 0.6% | - |
| HSV(B) | 341.79º | 0.31% | 0.71% | - |
| XYZ | 31.27 | 26.44 | 29.05 | - |
| YUV | 143.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 142 | 0 | 0.31 | 0.22 | 0.29 | 341.79 | 0.27 | 0.6 |
| Hex | B5 | 7D | 8E | 0 | 1F | 16 | 1D | 156 | 1B | 3C |
| Octal | 265 | 175 | 216 | 0 | 37 | 26 | 35 | 526 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10001110 | 0 | 11111 | 10110 | 11101 | 101010110 | 11011 | 111100 |
Color Harmonies of #B57D8E
Complementary color
Monochromatic Colors of #B57D8E
Black with #B57D8E
Text Example
Text Example
White with #B57D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D8E; }
p { color: rgb(181,125,142); }
H1.HeaderClassName
{
color: #B57D8E;
}
.AnyTagClassName
{
color: #B57D8E;
}
</style>
background-color css
<style>
a { background-color: #B57D8E; }
a { background-color: rgb(181,125,142); }
div.DivClassName
{
background-color: #B57D8E;
}
.BgClassName
{
background-color: #B57D8E;
}
</style>
border-color css
<style>
span { border-color: #B57D8E; }
span { border-color: rgb(181,125,142); }
td.TdClassName
{
border-color: #B57D8E;
}
.TagClassName
{
border-color: #B57D8E;
}
</style>