Shades of Tapestry #B57F8E
Tints of Tapestry #B57F8E
RGB
CMYK
RGB Variations
Color information
#B57F8E (or 0xB57F8E) is known color: Tapestry. HEX triplet: B5, 7F and 8E. RGB value is (181,127,142). Sum of RGB (Red+Green+Blue) = 181+127+142=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F8E is #4A8071. Grayscale: #909090. Windows color (decimal): -4882546 or 9338805. OLE color: 9338805.
HSL color Cylindrical-coordinate representation of color #B57F8E: hue angle of 343.33º 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 #B57F8E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 142 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.29 |
| HSL | 343.33º | 0.27% | 0.6% | - |
| HSV(B) | 343.33º | 0.3% | 0.71% | - |
| XYZ | 31.53 | 26.96 | 29.13 | - |
| YUV | 144.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 142 | 0 | 0.30 | 0.22 | 0.29 | 343.33 | 0.27 | 0.6 |
| Hex | B5 | 7F | 8E | 0 | 1E | 16 | 1D | 157 | 1B | 3C |
| Octal | 265 | 177 | 216 | 0 | 36 | 26 | 35 | 527 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10001110 | 0 | 11110 | 10110 | 11101 | 101010111 | 11011 | 111100 |
Color Harmonies of #B57F8E
Complementary color
Monochromatic Colors of #B57F8E
Black with #B57F8E
Text Example
Text Example
White with #B57F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F8E; }
p { color: rgb(181,127,142); }
H1.HeaderClassName
{
color: #B57F8E;
}
.AnyTagClassName
{
color: #B57F8E;
}
</style>
background-color css
<style>
a { background-color: #B57F8E; }
a { background-color: rgb(181,127,142); }
div.DivClassName
{
background-color: #B57F8E;
}
.BgClassName
{
background-color: #B57F8E;
}
</style>
border-color css
<style>
span { border-color: #B57F8E; }
span { border-color: rgb(181,127,142); }
td.TdClassName
{
border-color: #B57F8E;
}
.TagClassName
{
border-color: #B57F8E;
}
</style>