Shades of Tapestry #B0888B
Tints of Tapestry #B0888B
RGB
CMYK
RGB Variations
Color information
#B0888B (or 0xB0888B) is known color: Tapestry. HEX triplet: B0, 88 and 8B. RGB value is (176,136,139). Sum of RGB (Red+Green+Blue) = 176+136+139=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888B is #4F7774. Grayscale: #949494. Windows color (decimal): -5207925 or 9144496. OLE color: 9144496.
HSL color Cylindrical-coordinate representation of color #B0888B: hue angle of 355.5º degrees, saturation: 0.2, 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 #B0888B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 139 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 355.5º | 0.2% | 0.61% | - |
| HSV(B) | 355.5º | 0.23% | 0.69% | - |
| XYZ | 31.37 | 28.7 | 28.31 | - |
| YUV | 148.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 139 | 0 | 0.23 | 0.21 | 0.31 | 355.5 | 0.2 | 0.61 |
| Hex | B0 | 88 | 8B | 0 | 17 | 15 | 1F | 164 | 14 | 3D |
| Octal | 260 | 210 | 213 | 0 | 27 | 25 | 37 | 544 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10001011 | 0 | 10111 | 10101 | 11111 | 101100100 | 10100 | 111101 |
Color Harmonies of #B0888B
Complementary color
Monochromatic Colors of #B0888B
Black with #B0888B
Text Example
Text Example
White with #B0888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0888B; }
p { color: rgb(176,136,139); }
H1.HeaderClassName
{
color: #B0888B;
}
.AnyTagClassName
{
color: #B0888B;
}
</style>
background-color css
<style>
a { background-color: #B0888B; }
a { background-color: rgb(176,136,139); }
div.DivClassName
{
background-color: #B0888B;
}
.BgClassName
{
background-color: #B0888B;
}
</style>
border-color css
<style>
span { border-color: #B0888B; }
span { border-color: rgb(176,136,139); }
td.TdClassName
{
border-color: #B0888B;
}
.TagClassName
{
border-color: #B0888B;
}
</style>