Shades of Tapestry #B1878A
Tints of Tapestry #B1878A
RGB
CMYK
RGB Variations
Color information
#B1878A (or 0xB1878A) is known color: Tapestry. HEX triplet: B1, 87 and 8A. RGB value is (177,135,138). Sum of RGB (Red+Green+Blue) = 177+135+138=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878A is #4E7875. Grayscale: #939393. Windows color (decimal): -5142646 or 9078705. OLE color: 9078705.
HSL color Cylindrical-coordinate representation of color #B1878A: hue angle of 355.71º 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 #B1878A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 138 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.31 |
| HSL | 355.71º | 0.21% | 0.61% | - |
| HSV(B) | 355.71º | 0.24% | 0.69% | - |
| XYZ | 31.38 | 28.51 | 27.89 | - |
| YUV | 147.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 138 | 0 | 0.24 | 0.22 | 0.31 | 355.71 | 0.21 | 0.61 |
| Hex | B1 | 87 | 8A | 0 | 18 | 16 | 1F | 164 | 15 | 3D |
| Octal | 261 | 207 | 212 | 0 | 30 | 26 | 37 | 544 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10001010 | 0 | 11000 | 10110 | 11111 | 101100100 | 10101 | 111101 |
Color Harmonies of #B1878A
Complementary color
Monochromatic Colors of #B1878A
Black with #B1878A
Text Example
Text Example
White with #B1878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1878A; }
p { color: rgb(177,135,138); }
H1.HeaderClassName
{
color: #B1878A;
}
.AnyTagClassName
{
color: #B1878A;
}
</style>
background-color css
<style>
a { background-color: #B1878A; }
a { background-color: rgb(177,135,138); }
div.DivClassName
{
background-color: #B1878A;
}
.BgClassName
{
background-color: #B1878A;
}
</style>
border-color css
<style>
span { border-color: #B1878A; }
span { border-color: rgb(177,135,138); }
td.TdClassName
{
border-color: #B1878A;
}
.TagClassName
{
border-color: #B1878A;
}
</style>