Shades of Tapestry #B57989
Tints of Tapestry #B57989
RGB
CMYK
RGB Variations
Color information
#B57989 (or 0xB57989) is known color: Tapestry. HEX triplet: B5, 79 and 89. RGB value is (181,121,137). Sum of RGB (Red+Green+Blue) = 181+121+137=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B57989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57989 is #4A8676. Grayscale: #8C8C8C. Windows color (decimal): -4884087 or 9009589. OLE color: 9009589.
HSL color Cylindrical-coordinate representation of color #B57989: hue angle of 344º 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 #B57989 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 137 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.29 |
| HSL | 344º | 0.29% | 0.59% | - |
| HSV(B) | 344º | 0.33% | 0.71% | - |
| XYZ | 30.41 | 25.3 | 26.95 | - |
| YUV | 140.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 137 | 0 | 0.33 | 0.24 | 0.29 | 344 | 0.29 | 0.59 |
| Hex | B5 | 79 | 89 | 0 | 21 | 18 | 1D | 158 | 1D | 3B |
| Octal | 265 | 171 | 211 | 0 | 41 | 30 | 35 | 530 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10001001 | 0 | 100001 | 11000 | 11101 | 101011000 | 11101 | 111011 |
Color Harmonies of #B57989
Complementary color
Monochromatic Colors of #B57989
Black with #B57989
Text Example
Text Example
White with #B57989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57989; }
p { color: rgb(181,121,137); }
H1.HeaderClassName
{
color: #B57989;
}
.AnyTagClassName
{
color: #B57989;
}
</style>
background-color css
<style>
a { background-color: #B57989; }
a { background-color: rgb(181,121,137); }
div.DivClassName
{
background-color: #B57989;
}
.BgClassName
{
background-color: #B57989;
}
</style>
border-color css
<style>
span { border-color: #B57989; }
span { border-color: rgb(181,121,137); }
td.TdClassName
{
border-color: #B57989;
}
.TagClassName
{
border-color: #B57989;
}
</style>