Shades of Tapestry #B87988
Tints of Tapestry #B87988
RGB
CMYK
RGB Variations
Color information
#B87988 (or 0xB87988) is known color: Tapestry. HEX triplet: B8, 79 and 88. RGB value is (184,121,136). Sum of RGB (Red+Green+Blue) = 184+121+136=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B87988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87988 is #478677. Grayscale: #8D8D8D. Windows color (decimal): -4687480 or 8944056. OLE color: 8944056.
HSL color Cylindrical-coordinate representation of color #B87988: hue angle of 345.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87988 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 136 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.28 |
| HSL | 345.71º | 0.31% | 0.6% | - |
| HSV(B) | 345.71º | 0.34% | 0.72% | - |
| XYZ | 31.05 | 25.64 | 26.61 | - |
| YUV | 141.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 136 | 0 | 0.34 | 0.26 | 0.28 | 345.71 | 0.31 | 0.6 |
| Hex | B8 | 79 | 88 | 0 | 22 | 1A | 1C | 15A | 1F | 3C |
| Octal | 270 | 171 | 210 | 0 | 42 | 32 | 34 | 532 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10001000 | 0 | 100010 | 11010 | 11100 | 101011010 | 11111 | 111100 |
Color Harmonies of #B87988
Complementary color
Monochromatic Colors of #B87988
Black with #B87988
Text Example
Text Example
White with #B87988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87988; }
p { color: rgb(184,121,136); }
H1.HeaderClassName
{
color: #B87988;
}
.AnyTagClassName
{
color: #B87988;
}
</style>
background-color css
<style>
a { background-color: #B87988; }
a { background-color: rgb(184,121,136); }
div.DivClassName
{
background-color: #B87988;
}
.BgClassName
{
background-color: #B87988;
}
</style>
border-color css
<style>
span { border-color: #B87988; }
span { border-color: rgb(184,121,136); }
td.TdClassName
{
border-color: #B87988;
}
.TagClassName
{
border-color: #B87988;
}
</style>