Shades of Tapestry #B57E8B
Tints of Tapestry #B57E8B
RGB
CMYK
RGB Variations
Color information
#B57E8B (or 0xB57E8B) is known color: Tapestry. HEX triplet: B5, 7E and 8B. RGB value is (181,126,139). Sum of RGB (Red+Green+Blue) = 181+126+139=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E8B is #4A8174. Grayscale: #8F8F8F. Windows color (decimal): -4882805 or 9141941. OLE color: 9141941.
HSL color Cylindrical-coordinate representation of color #B57E8B: hue angle of 345.82º 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 #B57E8B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 139 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.29 |
| HSL | 345.82º | 0.27% | 0.6% | - |
| HSV(B) | 345.82º | 0.3% | 0.71% | - |
| XYZ | 31.18 | 26.61 | 27.92 | - |
| YUV | 143.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 139 | 0 | 0.30 | 0.23 | 0.29 | 345.82 | 0.27 | 0.6 |
| Hex | B5 | 7E | 8B | 0 | 1E | 17 | 1D | 15A | 1B | 3C |
| Octal | 265 | 176 | 213 | 0 | 36 | 27 | 35 | 532 | 33 | 74 |
| Binary | 10110101 | 1111110 | 10001011 | 0 | 11110 | 10111 | 11101 | 101011010 | 11011 | 111100 |
Color Harmonies of #B57E8B
Complementary color
Monochromatic Colors of #B57E8B
Black with #B57E8B
Text Example
Text Example
White with #B57E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E8B; }
p { color: rgb(181,126,139); }
H1.HeaderClassName
{
color: #B57E8B;
}
.AnyTagClassName
{
color: #B57E8B;
}
</style>
background-color css
<style>
a { background-color: #B57E8B; }
a { background-color: rgb(181,126,139); }
div.DivClassName
{
background-color: #B57E8B;
}
.BgClassName
{
background-color: #B57E8B;
}
</style>
border-color css
<style>
span { border-color: #B57E8B; }
span { border-color: rgb(181,126,139); }
td.TdClassName
{
border-color: #B57E8B;
}
.TagClassName
{
border-color: #B57E8B;
}
</style>