Shades of Tapestry #B0878D
Tints of Tapestry #B0878D
RGB
CMYK
RGB Variations
Color information
#B0878D (or 0xB0878D) is known color: Tapestry. HEX triplet: B0, 87 and 8D. RGB value is (176,135,141). Sum of RGB (Red+Green+Blue) = 176+135+141=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0878D is #4F7872. Grayscale: #939393. Windows color (decimal): -5208179 or 9275312. OLE color: 9275312.
HSL color Cylindrical-coordinate representation of color #B0878D: hue angle of 351.22º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0878D is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 141 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.31 |
| HSL | 351.22º | 0.21% | 0.61% | - |
| HSV(B) | 351.22º | 0.23% | 0.69% | - |
| XYZ | 31.38 | 28.48 | 29.04 | - |
| YUV | 147.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 141 | 0 | 0.23 | 0.20 | 0.31 | 351.22 | 0.21 | 0.61 |
| Hex | B0 | 87 | 8D | 0 | 17 | 14 | 1F | 15F | 15 | 3D |
| Octal | 260 | 207 | 215 | 0 | 27 | 24 | 37 | 537 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10001101 | 0 | 10111 | 10100 | 11111 | 101011111 | 10101 | 111101 |
Color Harmonies of #B0878D
Complementary color
Monochromatic Colors of #B0878D
Black with #B0878D
Text Example
Text Example
White with #B0878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0878D; }
p { color: rgb(176,135,141); }
H1.HeaderClassName
{
color: #B0878D;
}
.AnyTagClassName
{
color: #B0878D;
}
</style>
background-color css
<style>
a { background-color: #B0878D; }
a { background-color: rgb(176,135,141); }
div.DivClassName
{
background-color: #B0878D;
}
.BgClassName
{
background-color: #B0878D;
}
</style>
border-color css
<style>
span { border-color: #B0878D; }
span { border-color: rgb(176,135,141); }
td.TdClassName
{
border-color: #B0878D;
}
.TagClassName
{
border-color: #B0878D;
}
</style>