Shades of Tapestry #B17E88
Tints of Tapestry #B17E88
RGB
CMYK
RGB Variations
Color information
#B17E88 (or 0xB17E88) is known color: Tapestry. HEX triplet: B1, 7E and 88. RGB value is (177,126,136). Sum of RGB (Red+Green+Blue) = 177+126+136=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E88 is #4E8177. Grayscale: #8E8E8E. Windows color (decimal): -5144952 or 8945329. OLE color: 8945329.
HSL color Cylindrical-coordinate representation of color #B17E88: hue angle of 348.24º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17E88 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 136 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.31 |
| HSL | 348.24º | 0.25% | 0.59% | - |
| HSV(B) | 348.24º | 0.29% | 0.69% | - |
| XYZ | 30.04 | 26.05 | 26.74 | - |
| YUV | 142.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 136 | 0 | 0.29 | 0.23 | 0.31 | 348.24 | 0.25 | 0.59 |
| Hex | B1 | 7E | 88 | 0 | 1D | 17 | 1F | 15C | 19 | 3B |
| Octal | 261 | 176 | 210 | 0 | 35 | 27 | 37 | 534 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10001000 | 0 | 11101 | 10111 | 11111 | 101011100 | 11001 | 111011 |
Color Harmonies of #B17E88
Complementary color
Monochromatic Colors of #B17E88
Black with #B17E88
Text Example
Text Example
White with #B17E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E88; }
p { color: rgb(177,126,136); }
H1.HeaderClassName
{
color: #B17E88;
}
.AnyTagClassName
{
color: #B17E88;
}
</style>
background-color css
<style>
a { background-color: #B17E88; }
a { background-color: rgb(177,126,136); }
div.DivClassName
{
background-color: #B17E88;
}
.BgClassName
{
background-color: #B17E88;
}
</style>
border-color css
<style>
span { border-color: #B17E88; }
span { border-color: rgb(177,126,136); }
td.TdClassName
{
border-color: #B17E88;
}
.TagClassName
{
border-color: #B17E88;
}
</style>