Shades of Tapestry #B1878C
Tints of Tapestry #B1878C
RGB
CMYK
RGB Variations
Color information
#B1878C (or 0xB1878C) is known color: Tapestry. HEX triplet: B1, 87 and 8C. RGB value is (177,135,140). Sum of RGB (Red+Green+Blue) = 177+135+140=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878C is #4E7873. Grayscale: #949494. Windows color (decimal): -5142644 or 9209777. OLE color: 9209777.
HSL color Cylindrical-coordinate representation of color #B1878C: hue angle of 352.86º 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 #B1878C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 140 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.31 |
| HSL | 352.86º | 0.21% | 0.61% | - |
| HSV(B) | 352.86º | 0.24% | 0.69% | - |
| XYZ | 31.53 | 28.57 | 28.66 | - |
| YUV | 148.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 140 | 0 | 0.24 | 0.21 | 0.31 | 352.86 | 0.21 | 0.61 |
| Hex | B1 | 87 | 8C | 0 | 18 | 15 | 1F | 161 | 15 | 3D |
| Octal | 261 | 207 | 214 | 0 | 30 | 25 | 37 | 541 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10001100 | 0 | 11000 | 10101 | 11111 | 101100001 | 10101 | 111101 |
Color Harmonies of #B1878C
Complementary color
Monochromatic Colors of #B1878C
Black with #B1878C
Text Example
Text Example
White with #B1878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1878C; }
p { color: rgb(177,135,140); }
H1.HeaderClassName
{
color: #B1878C;
}
.AnyTagClassName
{
color: #B1878C;
}
</style>
background-color css
<style>
a { background-color: #B1878C; }
a { background-color: rgb(177,135,140); }
div.DivClassName
{
background-color: #B1878C;
}
.BgClassName
{
background-color: #B1878C;
}
</style>
border-color css
<style>
span { border-color: #B1878C; }
span { border-color: rgb(177,135,140); }
td.TdClassName
{
border-color: #B1878C;
}
.TagClassName
{
border-color: #B1878C;
}
</style>