Shades of Tapestry #B57B81
Tints of Tapestry #B57B81
RGB
CMYK
RGB Variations
Color information
#B57B81 (or 0xB57B81) is known color: Tapestry. HEX triplet: B5, 7B and 81. RGB value is (181,123,129). Sum of RGB (Red+Green+Blue) = 181+123+129=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B81 is #4A847E. Grayscale: #8D8D8D. Windows color (decimal): -4883583 or 8485813. OLE color: 8485813.
HSL color Cylindrical-coordinate representation of color #B57B81: hue angle of 353.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57B81 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 129 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.29 |
| HSL | 353.79º | 0.28% | 0.6% | - |
| HSV(B) | 353.79º | 0.32% | 0.71% | - |
| XYZ | 30.1 | 25.57 | 24.12 | - |
| YUV | 141.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 129 | 0 | 0.32 | 0.29 | 0.29 | 353.79 | 0.28 | 0.6 |
| Hex | B5 | 7B | 81 | 0 | 20 | 1D | 1D | 162 | 1C | 3C |
| Octal | 265 | 173 | 201 | 0 | 40 | 35 | 35 | 542 | 34 | 74 |
| Binary | 10110101 | 1111011 | 10000001 | 0 | 100000 | 11101 | 11101 | 101100010 | 11100 | 111100 |
Color Harmonies of #B57B81
Complementary color
Monochromatic Colors of #B57B81
Black with #B57B81
Text Example
Text Example
White with #B57B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B81; }
p { color: rgb(181,123,129); }
H1.HeaderClassName
{
color: #B57B81;
}
.AnyTagClassName
{
color: #B57B81;
}
</style>
background-color css
<style>
a { background-color: #B57B81; }
a { background-color: rgb(181,123,129); }
div.DivClassName
{
background-color: #B57B81;
}
.BgClassName
{
background-color: #B57B81;
}
</style>
border-color css
<style>
span { border-color: #B57B81; }
span { border-color: rgb(181,123,129); }
td.TdClassName
{
border-color: #B57B81;
}
.TagClassName
{
border-color: #B57B81;
}
</style>