Shades of Tapestry #B87F8D
Tints of Tapestry #B87F8D
RGB
CMYK
RGB Variations
Color information
#B87F8D (or 0xB87F8D) is known color: Tapestry. HEX triplet: B8, 7F and 8D. RGB value is (184,127,141). Sum of RGB (Red+Green+Blue) = 184+127+141=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F8D is #478072. Grayscale: #919191. Windows color (decimal): -4685939 or 9273272. OLE color: 9273272.
HSL color Cylindrical-coordinate representation of color #B87F8D: hue angle of 345.26º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87F8D is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 141 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.28 |
| HSL | 345.26º | 0.29% | 0.61% | - |
| HSV(B) | 345.26º | 0.31% | 0.72% | - |
| XYZ | 32.16 | 27.29 | 28.77 | - |
| YUV | 145.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 141 | 0 | 0.31 | 0.23 | 0.28 | 345.26 | 0.29 | 0.61 |
| Hex | B8 | 7F | 8D | 0 | 1F | 17 | 1C | 159 | 1D | 3D |
| Octal | 270 | 177 | 215 | 0 | 37 | 27 | 34 | 531 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10001101 | 0 | 11111 | 10111 | 11100 | 101011001 | 11101 | 111101 |
Color Harmonies of #B87F8D
Complementary color
Monochromatic Colors of #B87F8D
Black with #B87F8D
Text Example
Text Example
White with #B87F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F8D; }
p { color: rgb(184,127,141); }
H1.HeaderClassName
{
color: #B87F8D;
}
.AnyTagClassName
{
color: #B87F8D;
}
</style>
background-color css
<style>
a { background-color: #B87F8D; }
a { background-color: rgb(184,127,141); }
div.DivClassName
{
background-color: #B87F8D;
}
.BgClassName
{
background-color: #B87F8D;
}
</style>
border-color css
<style>
span { border-color: #B87F8D; }
span { border-color: rgb(184,127,141); }
td.TdClassName
{
border-color: #B87F8D;
}
.TagClassName
{
border-color: #B87F8D;
}
</style>