Shades of Tapestry #B1878D
Tints of Tapestry #B1878D
RGB
CMYK
RGB Variations
Color information
#B1878D (or 0xB1878D) is known color: Tapestry. HEX triplet: B1, 87 and 8D. RGB value is (177,135,141). Sum of RGB (Red+Green+Blue) = 177+135+141=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878D is #4E7872. Grayscale: #949494. Windows color (decimal): -5142643 or 9275313. OLE color: 9275313.
HSL color Cylindrical-coordinate representation of color #B1878D: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1878D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 141 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.31 |
| HSL | 351.43º | 0.21% | 0.61% | - |
| HSV(B) | 351.43º | 0.24% | 0.69% | - |
| XYZ | 31.6 | 28.6 | 29.05 | - |
| YUV | 148.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 141 | 0 | 0.24 | 0.20 | 0.31 | 351.43 | 0.21 | 0.61 |
| Hex | B1 | 87 | 8D | 0 | 18 | 14 | 1F | 15F | 15 | 3D |
| Octal | 261 | 207 | 215 | 0 | 30 | 24 | 37 | 537 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10001101 | 0 | 11000 | 10100 | 11111 | 101011111 | 10101 | 111101 |
Color Harmonies of #B1878D
Complementary color
Monochromatic Colors of #B1878D
Black with #B1878D
Text Example
Text Example
White with #B1878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1878D; }
p { color: rgb(177,135,141); }
H1.HeaderClassName
{
color: #B1878D;
}
.AnyTagClassName
{
color: #B1878D;
}
</style>
background-color css
<style>
a { background-color: #B1878D; }
a { background-color: rgb(177,135,141); }
div.DivClassName
{
background-color: #B1878D;
}
.BgClassName
{
background-color: #B1878D;
}
</style>
border-color css
<style>
span { border-color: #B1878D; }
span { border-color: rgb(177,135,141); }
td.TdClassName
{
border-color: #B1878D;
}
.TagClassName
{
border-color: #B1878D;
}
</style>