Shades of Tapestry #B57E8C
Tints of Tapestry #B57E8C
RGB
CMYK
RGB Variations
Color information
#B57E8C (or 0xB57E8C) is known color: Tapestry. HEX triplet: B5, 7E and 8C. RGB value is (181,126,140). Sum of RGB (Red+Green+Blue) = 181+126+140=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E8C is #4A8173. Grayscale: #909090. Windows color (decimal): -4882804 or 9207477. OLE color: 9207477.
HSL color Cylindrical-coordinate representation of color #B57E8C: hue angle of 344.73º 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 #B57E8C is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 140 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.29 |
| HSL | 344.73º | 0.27% | 0.6% | - |
| HSV(B) | 344.73º | 0.3% | 0.71% | - |
| XYZ | 31.25 | 26.64 | 28.31 | - |
| YUV | 144.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 140 | 0 | 0.30 | 0.23 | 0.29 | 344.73 | 0.27 | 0.6 |
| Hex | B5 | 7E | 8C | 0 | 1E | 17 | 1D | 159 | 1B | 3C |
| Octal | 265 | 176 | 214 | 0 | 36 | 27 | 35 | 531 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10001100 | 0 | 11110 | 10111 | 11101 | 101011001 | 11011 | 111100 |
Color Harmonies of #B57E8C
Complementary color
Monochromatic Colors of #B57E8C
Black with #B57E8C
Text Example
Text Example
White with #B57E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E8C; }
p { color: rgb(181,126,140); }
H1.HeaderClassName
{
color: #B57E8C;
}
.AnyTagClassName
{
color: #B57E8C;
}
</style>
background-color css
<style>
a { background-color: #B57E8C; }
a { background-color: rgb(181,126,140); }
div.DivClassName
{
background-color: #B57E8C;
}
.BgClassName
{
background-color: #B57E8C;
}
</style>
border-color css
<style>
span { border-color: #B57E8C; }
span { border-color: rgb(181,126,140); }
td.TdClassName
{
border-color: #B57E8C;
}
.TagClassName
{
border-color: #B57E8C;
}
</style>