Shades of Tapestry #B16888
Tints of Tapestry #B16888
RGB
CMYK
RGB Variations
Color information
#B16888 (or 0xB16888) is known color: Tapestry. HEX triplet: B1, 68 and 88. RGB value is (177,104,136). Sum of RGB (Red+Green+Blue) = 177+104+136=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B16888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16888 is #4E9777. Grayscale: #818181. Windows color (decimal): -5150584 or 8939697. OLE color: 8939697.
HSL color Cylindrical-coordinate representation of color #B16888: hue angle of 333.7º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16888 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 136 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.31 |
| HSL | 333.7º | 0.32% | 0.55% | - |
| HSV(B) | 333.7º | 0.41% | 0.69% | - |
| XYZ | 27.53 | 21.03 | 25.9 | - |
| YUV | 129.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 136 | 0 | 0.41 | 0.23 | 0.31 | 333.7 | 0.32 | 0.55 |
| Hex | B1 | 68 | 88 | 0 | 29 | 17 | 1F | 14E | 20 | 37 |
| Octal | 261 | 150 | 210 | 0 | 51 | 27 | 37 | 516 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10001000 | 0 | 101001 | 10111 | 11111 | 101001110 | 100000 | 110111 |
Color Harmonies of #B16888
Complementary color
Monochromatic Colors of #B16888
Black with #B16888
Text Example
Text Example
White with #B16888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16888; }
p { color: rgb(177,104,136); }
H1.HeaderClassName
{
color: #B16888;
}
.AnyTagClassName
{
color: #B16888;
}
</style>
background-color css
<style>
a { background-color: #B16888; }
a { background-color: rgb(177,104,136); }
div.DivClassName
{
background-color: #B16888;
}
.BgClassName
{
background-color: #B16888;
}
</style>
border-color css
<style>
span { border-color: #B16888; }
span { border-color: rgb(177,104,136); }
td.TdClassName
{
border-color: #B16888;
}
.TagClassName
{
border-color: #B16888;
}
</style>