Shades of Tapestry #B57F8C
Tints of Tapestry #B57F8C
RGB
CMYK
RGB Variations
Color information
#B57F8C (or 0xB57F8C) is known color: Tapestry. HEX triplet: B5, 7F and 8C. RGB value is (181,127,140). Sum of RGB (Red+Green+Blue) = 181+127+140=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F8C is #4A8073. Grayscale: #909090. Windows color (decimal): -4882548 or 9207733. OLE color: 9207733.
HSL color Cylindrical-coordinate representation of color #B57F8C: hue angle of 345.56º 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 #B57F8C is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 140 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.29 |
| HSL | 345.56º | 0.27% | 0.6% | - |
| HSV(B) | 345.56º | 0.3% | 0.71% | - |
| XYZ | 31.38 | 26.9 | 28.35 | - |
| YUV | 144.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 140 | 0 | 0.30 | 0.23 | 0.29 | 345.56 | 0.27 | 0.6 |
| Hex | B5 | 7F | 8C | 0 | 1E | 17 | 1D | 15A | 1B | 3C |
| Octal | 265 | 177 | 214 | 0 | 36 | 27 | 35 | 532 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10001100 | 0 | 11110 | 10111 | 11101 | 101011010 | 11011 | 111100 |
Color Harmonies of #B57F8C
Complementary color
Monochromatic Colors of #B57F8C
Black with #B57F8C
Text Example
Text Example
White with #B57F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F8C; }
p { color: rgb(181,127,140); }
H1.HeaderClassName
{
color: #B57F8C;
}
.AnyTagClassName
{
color: #B57F8C;
}
</style>
background-color css
<style>
a { background-color: #B57F8C; }
a { background-color: rgb(181,127,140); }
div.DivClassName
{
background-color: #B57F8C;
}
.BgClassName
{
background-color: #B57F8C;
}
</style>
border-color css
<style>
span { border-color: #B57F8C; }
span { border-color: rgb(181,127,140); }
td.TdClassName
{
border-color: #B57F8C;
}
.TagClassName
{
border-color: #B57F8C;
}
</style>