Shades of Tapestry #B17987
Tints of Tapestry #B17987
RGB
CMYK
RGB Variations
Color information
#B17987 (or 0xB17987) is known color: Tapestry. HEX triplet: B1, 79 and 87. RGB value is (177,121,135). Sum of RGB (Red+Green+Blue) = 177+121+135=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B17987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17987 is #4E8678. Grayscale: #8B8B8B. Windows color (decimal): -5146233 or 8878513. OLE color: 8878513.
HSL color Cylindrical-coordinate representation of color #B17987: hue angle of 345º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17987 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 135 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.31 |
| HSL | 345º | 0.26% | 0.58% | - |
| HSV(B) | 345º | 0.32% | 0.69% | - |
| XYZ | 29.34 | 24.77 | 26.16 | - |
| YUV | 139.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 135 | 0 | 0.32 | 0.24 | 0.31 | 345 | 0.26 | 0.58 |
| Hex | B1 | 79 | 87 | 0 | 20 | 18 | 1F | 159 | 1A | 3A |
| Octal | 261 | 171 | 207 | 0 | 40 | 30 | 37 | 531 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10000111 | 0 | 100000 | 11000 | 11111 | 101011001 | 11010 | 111010 |
Color Harmonies of #B17987
Complementary color
Monochromatic Colors of #B17987
Black with #B17987
Text Example
Text Example
White with #B17987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17987; }
p { color: rgb(177,121,135); }
H1.HeaderClassName
{
color: #B17987;
}
.AnyTagClassName
{
color: #B17987;
}
</style>
background-color css
<style>
a { background-color: #B17987; }
a { background-color: rgb(177,121,135); }
div.DivClassName
{
background-color: #B17987;
}
.BgClassName
{
background-color: #B17987;
}
</style>
border-color css
<style>
span { border-color: #B17987; }
span { border-color: rgb(177,121,135); }
td.TdClassName
{
border-color: #B17987;
}
.TagClassName
{
border-color: #B17987;
}
</style>