Shades of Tapestry #B16C88
Tints of Tapestry #B16C88
RGB
CMYK
RGB Variations
Color information
#B16C88 (or 0xB16C88) is known color: Tapestry. HEX triplet: B1, 6C and 88. RGB value is (177,108,136). Sum of RGB (Red+Green+Blue) = 177+108+136=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C88 is #4E9377. Grayscale: #838383. Windows color (decimal): -5149560 or 8940721. OLE color: 8940721.
HSL color Cylindrical-coordinate representation of color #B16C88: hue angle of 335.65º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16C88 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 136 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.31 |
| HSL | 335.65º | 0.31% | 0.56% | - |
| HSV(B) | 335.65º | 0.39% | 0.69% | - |
| XYZ | 27.94 | 21.85 | 26.04 | - |
| YUV | 131.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 136 | 0 | 0.39 | 0.23 | 0.31 | 335.65 | 0.31 | 0.56 |
| Hex | B1 | 6C | 88 | 0 | 27 | 17 | 1F | 150 | 1F | 38 |
| Octal | 261 | 154 | 210 | 0 | 47 | 27 | 37 | 520 | 37 | 70 |
| Binary | 10110001 | 1101100 | 10001000 | 0 | 100111 | 10111 | 11111 | 101010000 | 11111 | 111000 |
Color Harmonies of #B16C88
Complementary color
Monochromatic Colors of #B16C88
Black with #B16C88
Text Example
Text Example
White with #B16C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C88; }
p { color: rgb(177,108,136); }
H1.HeaderClassName
{
color: #B16C88;
}
.AnyTagClassName
{
color: #B16C88;
}
</style>
background-color css
<style>
a { background-color: #B16C88; }
a { background-color: rgb(177,108,136); }
div.DivClassName
{
background-color: #B16C88;
}
.BgClassName
{
background-color: #B16C88;
}
</style>
border-color css
<style>
span { border-color: #B16C88; }
span { border-color: rgb(177,108,136); }
td.TdClassName
{
border-color: #B16C88;
}
.TagClassName
{
border-color: #B16C88;
}
</style>