Shades of Tapestry #B17188
Tints of Tapestry #B17188
RGB
CMYK
RGB Variations
Color information
#B17188 (or 0xB17188) is known color: Tapestry. HEX triplet: B1, 71 and 88. RGB value is (177,113,136). Sum of RGB (Red+Green+Blue) = 177+113+136=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17188 is #4E8E77. Grayscale: #868686. Windows color (decimal): -5148280 or 8942001. OLE color: 8942001.
HSL color Cylindrical-coordinate representation of color #B17188: hue angle of 338.44º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17188 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 136 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.31 |
| HSL | 338.44º | 0.29% | 0.57% | - |
| HSV(B) | 338.44º | 0.36% | 0.69% | - |
| XYZ | 28.48 | 22.93 | 26.22 | - |
| YUV | 134.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 136 | 0 | 0.36 | 0.23 | 0.31 | 338.44 | 0.29 | 0.57 |
| Hex | B1 | 71 | 88 | 0 | 24 | 17 | 1F | 152 | 1D | 39 |
| Octal | 261 | 161 | 210 | 0 | 44 | 27 | 37 | 522 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10001000 | 0 | 100100 | 10111 | 11111 | 101010010 | 11101 | 111001 |
Color Harmonies of #B17188
Complementary color
Monochromatic Colors of #B17188
Black with #B17188
Text Example
Text Example
White with #B17188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17188; }
p { color: rgb(177,113,136); }
H1.HeaderClassName
{
color: #B17188;
}
.AnyTagClassName
{
color: #B17188;
}
</style>
background-color css
<style>
a { background-color: #B17188; }
a { background-color: rgb(177,113,136); }
div.DivClassName
{
background-color: #B17188;
}
.BgClassName
{
background-color: #B17188;
}
</style>
border-color css
<style>
span { border-color: #B17188; }
span { border-color: rgb(177,113,136); }
td.TdClassName
{
border-color: #B17188;
}
.TagClassName
{
border-color: #B17188;
}
</style>