Shades of Tapestry #B47989
Tints of Tapestry #B47989
RGB
CMYK
RGB Variations
Color information
#B47989 (or 0xB47989) is known color: Tapestry. HEX triplet: B4, 79 and 89. RGB value is (180,121,137). Sum of RGB (Red+Green+Blue) = 180+121+137=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47989 is #4B8676. Grayscale: #8C8C8C. Windows color (decimal): -4949623 or 9009588. OLE color: 9009588.
HSL color Cylindrical-coordinate representation of color #B47989: hue angle of 343.73º degrees, saturation: 0.28, 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 #B47989 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 137 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.29 |
| HSL | 343.73º | 0.28% | 0.59% | - |
| HSV(B) | 343.73º | 0.33% | 0.71% | - |
| XYZ | 30.18 | 25.18 | 26.94 | - |
| YUV | 140.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 137 | 0 | 0.33 | 0.24 | 0.29 | 343.73 | 0.28 | 0.59 |
| Hex | B4 | 79 | 89 | 0 | 21 | 18 | 1D | 158 | 1C | 3B |
| Octal | 264 | 171 | 211 | 0 | 41 | 30 | 35 | 530 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10001001 | 0 | 100001 | 11000 | 11101 | 101011000 | 11100 | 111011 |
Color Harmonies of #B47989
Complementary color
Monochromatic Colors of #B47989
Black with #B47989
Text Example
Text Example
White with #B47989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47989; }
p { color: rgb(180,121,137); }
H1.HeaderClassName
{
color: #B47989;
}
.AnyTagClassName
{
color: #B47989;
}
</style>
background-color css
<style>
a { background-color: #B47989; }
a { background-color: rgb(180,121,137); }
div.DivClassName
{
background-color: #B47989;
}
.BgClassName
{
background-color: #B47989;
}
</style>
border-color css
<style>
span { border-color: #B47989; }
span { border-color: rgb(180,121,137); }
td.TdClassName
{
border-color: #B47989;
}
.TagClassName
{
border-color: #B47989;
}
</style>