Shades of Tapestry #B57F8F
Tints of Tapestry #B57F8F
RGB
CMYK
RGB Variations
Color information
#B57F8F (or 0xB57F8F) is known color: Tapestry. HEX triplet: B5, 7F and 8F. RGB value is (181,127,143). Sum of RGB (Red+Green+Blue) = 181+127+143=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F8F is #4A8070. Grayscale: #909090. Windows color (decimal): -4882545 or 9404341. OLE color: 9404341.
HSL color Cylindrical-coordinate representation of color #B57F8F: hue angle of 342.22º 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 #B57F8F is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 143 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.29 |
| HSL | 342.22º | 0.27% | 0.6% | - |
| HSV(B) | 342.22º | 0.3% | 0.71% | - |
| XYZ | 31.6 | 26.99 | 29.53 | - |
| YUV | 144.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 143 | 0 | 0.30 | 0.21 | 0.29 | 342.22 | 0.27 | 0.6 |
| Hex | B5 | 7F | 8F | 0 | 1E | 15 | 1D | 156 | 1B | 3C |
| Octal | 265 | 177 | 217 | 0 | 36 | 25 | 35 | 526 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10001111 | 0 | 11110 | 10101 | 11101 | 101010110 | 11011 | 111100 |
Color Harmonies of #B57F8F
Complementary color
Monochromatic Colors of #B57F8F
Black with #B57F8F
Text Example
Text Example
White with #B57F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F8F; }
p { color: rgb(181,127,143); }
H1.HeaderClassName
{
color: #B57F8F;
}
.AnyTagClassName
{
color: #B57F8F;
}
</style>
background-color css
<style>
a { background-color: #B57F8F; }
a { background-color: rgb(181,127,143); }
div.DivClassName
{
background-color: #B57F8F;
}
.BgClassName
{
background-color: #B57F8F;
}
</style>
border-color css
<style>
span { border-color: #B57F8F; }
span { border-color: rgb(181,127,143); }
td.TdClassName
{
border-color: #B57F8F;
}
.TagClassName
{
border-color: #B57F8F;
}
</style>