Shades of Tapestry #B0878B
Tints of Tapestry #B0878B
RGB
CMYK
RGB Variations
Color information
#B0878B (or 0xB0878B) is known color: Tapestry. HEX triplet: B0, 87 and 8B. RGB value is (176,135,139). Sum of RGB (Red+Green+Blue) = 176+135+139=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0878B is #4F7874. Grayscale: #939393. Windows color (decimal): -5208181 or 9144240. OLE color: 9144240.
HSL color Cylindrical-coordinate representation of color #B0878B: hue angle of 354.15º 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 #B0878B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 139 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 354.15º | 0.21% | 0.61% | - |
| HSV(B) | 354.15º | 0.23% | 0.69% | - |
| XYZ | 31.23 | 28.42 | 28.27 | - |
| YUV | 147.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 139 | 0 | 0.23 | 0.21 | 0.31 | 354.15 | 0.21 | 0.61 |
| Hex | B0 | 87 | 8B | 0 | 17 | 15 | 1F | 162 | 15 | 3D |
| Octal | 260 | 207 | 213 | 0 | 27 | 25 | 37 | 542 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10001011 | 0 | 10111 | 10101 | 11111 | 101100010 | 10101 | 111101 |
Color Harmonies of #B0878B
Complementary color
Monochromatic Colors of #B0878B
Black with #B0878B
Text Example
Text Example
White with #B0878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0878B; }
p { color: rgb(176,135,139); }
H1.HeaderClassName
{
color: #B0878B;
}
.AnyTagClassName
{
color: #B0878B;
}
</style>
background-color css
<style>
a { background-color: #B0878B; }
a { background-color: rgb(176,135,139); }
div.DivClassName
{
background-color: #B0878B;
}
.BgClassName
{
background-color: #B0878B;
}
</style>
border-color css
<style>
span { border-color: #B0878B; }
span { border-color: rgb(176,135,139); }
td.TdClassName
{
border-color: #B0878B;
}
.TagClassName
{
border-color: #B0878B;
}
</style>