Shades of Tapestry #B87D87
Tints of Tapestry #B87D87
RGB
CMYK
RGB Variations
Color information
#B87D87 (or 0xB87D87) is known color: Tapestry. HEX triplet: B8, 7D and 87. RGB value is (184,125,135). Sum of RGB (Red+Green+Blue) = 184+125+135=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D87 is #478278. Grayscale: #8F8F8F. Windows color (decimal): -4686457 or 8879544. OLE color: 8879544.
HSL color Cylindrical-coordinate representation of color #B87D87: hue angle of 349.83º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87D87 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 135 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.28 |
| HSL | 349.83º | 0.29% | 0.61% | - |
| HSV(B) | 349.83º | 0.32% | 0.72% | - |
| XYZ | 31.47 | 26.61 | 26.4 | - |
| YUV | 143.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 135 | 0 | 0.32 | 0.27 | 0.28 | 349.83 | 0.29 | 0.61 |
| Hex | B8 | 7D | 87 | 0 | 20 | 1B | 1C | 15E | 1D | 3D |
| Octal | 270 | 175 | 207 | 0 | 40 | 33 | 34 | 536 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10000111 | 0 | 100000 | 11011 | 11100 | 101011110 | 11101 | 111101 |
Color Harmonies of #B87D87
Complementary color
Monochromatic Colors of #B87D87
Black with #B87D87
Text Example
Text Example
White with #B87D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D87; }
p { color: rgb(184,125,135); }
H1.HeaderClassName
{
color: #B87D87;
}
.AnyTagClassName
{
color: #B87D87;
}
</style>
background-color css
<style>
a { background-color: #B87D87; }
a { background-color: rgb(184,125,135); }
div.DivClassName
{
background-color: #B87D87;
}
.BgClassName
{
background-color: #B87D87;
}
</style>
border-color css
<style>
span { border-color: #B87D87; }
span { border-color: rgb(184,125,135); }
td.TdClassName
{
border-color: #B87D87;
}
.TagClassName
{
border-color: #B87D87;
}
</style>