Shades of Tapestry #B87E8D
Tints of Tapestry #B87E8D
RGB
CMYK
RGB Variations
Color information
#B87E8D (or 0xB87E8D) is known color: Tapestry. HEX triplet: B8, 7E and 8D. RGB value is (184,126,141). Sum of RGB (Red+Green+Blue) = 184+126+141=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87E8D is #478172. Grayscale: #919191. Windows color (decimal): -4686195 or 9273016. OLE color: 9273016.
HSL color Cylindrical-coordinate representation of color #B87E8D: hue angle of 344.48º 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 #B87E8D is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 141 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.28 |
| HSL | 344.48º | 0.29% | 0.61% | - |
| HSV(B) | 344.48º | 0.32% | 0.72% | - |
| XYZ | 32.04 | 27.04 | 28.73 | - |
| YUV | 145.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 141 | 0 | 0.32 | 0.23 | 0.28 | 344.48 | 0.29 | 0.61 |
| Hex | B8 | 7E | 8D | 0 | 20 | 17 | 1C | 158 | 1D | 3D |
| Octal | 270 | 176 | 215 | 0 | 40 | 27 | 34 | 530 | 35 | 75 |
| Binary | 10111000 | 1111110 | 10001101 | 0 | 100000 | 10111 | 11100 | 101011000 | 11101 | 111101 |
Color Harmonies of #B87E8D
Complementary color
Monochromatic Colors of #B87E8D
Black with #B87E8D
Text Example
Text Example
White with #B87E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E8D; }
p { color: rgb(184,126,141); }
H1.HeaderClassName
{
color: #B87E8D;
}
.AnyTagClassName
{
color: #B87E8D;
}
</style>
background-color css
<style>
a { background-color: #B87E8D; }
a { background-color: rgb(184,126,141); }
div.DivClassName
{
background-color: #B87E8D;
}
.BgClassName
{
background-color: #B87E8D;
}
</style>
border-color css
<style>
span { border-color: #B87E8D; }
span { border-color: rgb(184,126,141); }
td.TdClassName
{
border-color: #B87E8D;
}
.TagClassName
{
border-color: #B87E8D;
}
</style>