Shades of Tapestry #B1878B
Tints of Tapestry #B1878B
RGB
CMYK
RGB Variations
Color information
#B1878B (or 0xB1878B) is known color: Tapestry. HEX triplet: B1, 87 and 8B. RGB value is (177,135,139). Sum of RGB (Red+Green+Blue) = 177+135+139=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878B is #4E7874. Grayscale: #949494. Windows color (decimal): -5142645 or 9144241. OLE color: 9144241.
HSL color Cylindrical-coordinate representation of color #B1878B: hue angle of 354.29º 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 #B1878B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 139 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.31 |
| HSL | 354.29º | 0.21% | 0.61% | - |
| HSV(B) | 354.29º | 0.24% | 0.69% | - |
| XYZ | 31.46 | 28.54 | 28.28 | - |
| YUV | 148.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 139 | 0 | 0.24 | 0.21 | 0.31 | 354.29 | 0.21 | 0.61 |
| Hex | B1 | 87 | 8B | 0 | 18 | 15 | 1F | 162 | 15 | 3D |
| Octal | 261 | 207 | 213 | 0 | 30 | 25 | 37 | 542 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10001011 | 0 | 11000 | 10101 | 11111 | 101100010 | 10101 | 111101 |
Color Harmonies of #B1878B
Complementary color
Monochromatic Colors of #B1878B
Black with #B1878B
Text Example
Text Example
White with #B1878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1878B; }
p { color: rgb(177,135,139); }
H1.HeaderClassName
{
color: #B1878B;
}
.AnyTagClassName
{
color: #B1878B;
}
</style>
background-color css
<style>
a { background-color: #B1878B; }
a { background-color: rgb(177,135,139); }
div.DivClassName
{
background-color: #B1878B;
}
.BgClassName
{
background-color: #B1878B;
}
</style>
border-color css
<style>
span { border-color: #B1878B; }
span { border-color: rgb(177,135,139); }
td.TdClassName
{
border-color: #B1878B;
}
.TagClassName
{
border-color: #B1878B;
}
</style>