Shades of Tapestry #B87E86
Tints of Tapestry #B87E86
RGB
CMYK
RGB Variations
Color information
#B87E86 (or 0xB87E86) is known color: Tapestry. HEX triplet: B8, 7E and 86. RGB value is (184,126,134). Sum of RGB (Red+Green+Blue) = 184+126+134=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87E86 is #478179. Grayscale: #909090. Windows color (decimal): -4686202 or 8814264. OLE color: 8814264.
HSL color Cylindrical-coordinate representation of color #B87E86: hue angle of 351.72º 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 #B87E86 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 134 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.28 |
| HSL | 351.72º | 0.29% | 0.61% | - |
| HSV(B) | 351.72º | 0.32% | 0.72% | - |
| XYZ | 31.53 | 26.83 | 26.07 | - |
| YUV | 144.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 134 | 0 | 0.32 | 0.27 | 0.28 | 351.72 | 0.29 | 0.61 |
| Hex | B8 | 7E | 86 | 0 | 20 | 1B | 1C | 160 | 1D | 3D |
| Octal | 270 | 176 | 206 | 0 | 40 | 33 | 34 | 540 | 35 | 75 |
| Binary | 10111000 | 1111110 | 10000110 | 0 | 100000 | 11011 | 11100 | 101100000 | 11101 | 111101 |
Color Harmonies of #B87E86
Complementary color
Monochromatic Colors of #B87E86
Black with #B87E86
Text Example
Text Example
White with #B87E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E86; }
p { color: rgb(184,126,134); }
H1.HeaderClassName
{
color: #B87E86;
}
.AnyTagClassName
{
color: #B87E86;
}
</style>
background-color css
<style>
a { background-color: #B87E86; }
a { background-color: rgb(184,126,134); }
div.DivClassName
{
background-color: #B87E86;
}
.BgClassName
{
background-color: #B87E86;
}
</style>
border-color css
<style>
span { border-color: #B87E86; }
span { border-color: rgb(184,126,134); }
td.TdClassName
{
border-color: #B87E86;
}
.TagClassName
{
border-color: #B87E86;
}
</style>