Shades of Tapestry #B57A8D
Tints of Tapestry #B57A8D
RGB
CMYK
RGB Variations
Color information
#B57A8D (or 0xB57A8D) is known color: Tapestry. HEX triplet: B5, 7A and 8D. RGB value is (181,122,141). Sum of RGB (Red+Green+Blue) = 181+122+141=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A8D is #4A8572. Grayscale: #8D8D8D. Windows color (decimal): -4883827 or 9271989. OLE color: 9271989.
HSL color Cylindrical-coordinate representation of color #B57A8D: hue angle of 340.68º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57A8D is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 141 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.29 |
| HSL | 340.68º | 0.29% | 0.59% | - |
| HSV(B) | 340.68º | 0.33% | 0.71% | - |
| XYZ | 30.82 | 25.67 | 28.53 | - |
| YUV | 141.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 141 | 0 | 0.33 | 0.22 | 0.29 | 340.68 | 0.29 | 0.59 |
| Hex | B5 | 7A | 8D | 0 | 21 | 16 | 1D | 155 | 1D | 3B |
| Octal | 265 | 172 | 215 | 0 | 41 | 26 | 35 | 525 | 35 | 73 |
| Binary | 10110101 | 1111010 | 10001101 | 0 | 100001 | 10110 | 11101 | 101010101 | 11101 | 111011 |
Color Harmonies of #B57A8D
Complementary color
Monochromatic Colors of #B57A8D
Black with #B57A8D
Text Example
Text Example
White with #B57A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A8D; }
p { color: rgb(181,122,141); }
H1.HeaderClassName
{
color: #B57A8D;
}
.AnyTagClassName
{
color: #B57A8D;
}
</style>
background-color css
<style>
a { background-color: #B57A8D; }
a { background-color: rgb(181,122,141); }
div.DivClassName
{
background-color: #B57A8D;
}
.BgClassName
{
background-color: #B57A8D;
}
</style>
border-color css
<style>
span { border-color: #B57A8D; }
span { border-color: rgb(181,122,141); }
td.TdClassName
{
border-color: #B57A8D;
}
.TagClassName
{
border-color: #B57A8D;
}
</style>