Shades of Tapestry #B57D8F
Tints of Tapestry #B57D8F
RGB
CMYK
RGB Variations
Color information
#B57D8F (or 0xB57D8F) is known color: Tapestry. HEX triplet: B5, 7D and 8F. RGB value is (181,125,143). Sum of RGB (Red+Green+Blue) = 181+125+143=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D8F is #4A8270. Grayscale: #8F8F8F. Windows color (decimal): -4883057 or 9403829. OLE color: 9403829.
HSL color Cylindrical-coordinate representation of color #B57D8F: hue angle of 340.71º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57D8F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 143 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.29 |
| HSL | 340.71º | 0.27% | 0.6% | - |
| HSV(B) | 340.71º | 0.31% | 0.71% | - |
| XYZ | 31.35 | 26.47 | 29.44 | - |
| YUV | 143.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 143 | 0 | 0.31 | 0.21 | 0.29 | 340.71 | 0.27 | 0.6 |
| Hex | B5 | 7D | 8F | 0 | 1F | 15 | 1D | 155 | 1B | 3C |
| Octal | 265 | 175 | 217 | 0 | 37 | 25 | 35 | 525 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10001111 | 0 | 11111 | 10101 | 11101 | 101010101 | 11011 | 111100 |
Color Harmonies of #B57D8F
Complementary color
Monochromatic Colors of #B57D8F
Black with #B57D8F
Text Example
Text Example
White with #B57D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D8F; }
p { color: rgb(181,125,143); }
H1.HeaderClassName
{
color: #B57D8F;
}
.AnyTagClassName
{
color: #B57D8F;
}
</style>
background-color css
<style>
a { background-color: #B57D8F; }
a { background-color: rgb(181,125,143); }
div.DivClassName
{
background-color: #B57D8F;
}
.BgClassName
{
background-color: #B57D8F;
}
</style>
border-color css
<style>
span { border-color: #B57D8F; }
span { border-color: rgb(181,125,143); }
td.TdClassName
{
border-color: #B57D8F;
}
.TagClassName
{
border-color: #B57D8F;
}
</style>