Shades of Tapestry #B57980
Tints of Tapestry #B57980
RGB
CMYK
RGB Variations
Color information
#B57980 (or 0xB57980) is known color: Tapestry. HEX triplet: B5, 79 and 80. RGB value is (181,121,128). Sum of RGB (Red+Green+Blue) = 181+121+128=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57980 is #4A867F. Grayscale: #8B8B8B. Windows color (decimal): -4884096 or 8419765. OLE color: 8419765.
HSL color Cylindrical-coordinate representation of color #B57980: hue angle of 353º 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 #B57980 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 128 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.29 |
| HSL | 353º | 0.29% | 0.59% | - |
| HSV(B) | 353º | 0.33% | 0.71% | - |
| XYZ | 29.79 | 25.06 | 23.69 | - |
| YUV | 139.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 128 | 0 | 0.33 | 0.29 | 0.29 | 353 | 0.29 | 0.59 |
| Hex | B5 | 79 | 80 | 0 | 21 | 1D | 1D | 161 | 1D | 3B |
| Octal | 265 | 171 | 200 | 0 | 41 | 35 | 35 | 541 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10000000 | 0 | 100001 | 11101 | 11101 | 101100001 | 11101 | 111011 |
Color Harmonies of #B57980
Complementary color
Monochromatic Colors of #B57980
Black with #B57980
Text Example
Text Example
White with #B57980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57980; }
p { color: rgb(181,121,128); }
H1.HeaderClassName
{
color: #B57980;
}
.AnyTagClassName
{
color: #B57980;
}
</style>
background-color css
<style>
a { background-color: #B57980; }
a { background-color: rgb(181,121,128); }
div.DivClassName
{
background-color: #B57980;
}
.BgClassName
{
background-color: #B57980;
}
</style>
border-color css
<style>
span { border-color: #B57980; }
span { border-color: rgb(181,121,128); }
td.TdClassName
{
border-color: #B57980;
}
.TagClassName
{
border-color: #B57980;
}
</style>