Shades of Tapestry #B16889
Tints of Tapestry #B16889
RGB
CMYK
RGB Variations
Color information
#B16889 (or 0xB16889) is known color: Tapestry. HEX triplet: B1, 68 and 89. RGB value is (177,104,137). Sum of RGB (Red+Green+Blue) = 177+104+137=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B16889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16889 is #4E9776. Grayscale: #818181. Windows color (decimal): -5150583 or 9005233. OLE color: 9005233.
HSL color Cylindrical-coordinate representation of color #B16889: hue angle of 332.88º 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 #B16889 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 137 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.31 |
| HSL | 332.88º | 0.32% | 0.55% | - |
| HSV(B) | 332.88º | 0.41% | 0.69% | - |
| XYZ | 27.6 | 21.05 | 26.28 | - |
| YUV | 129.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 137 | 0 | 0.41 | 0.23 | 0.31 | 332.88 | 0.32 | 0.55 |
| Hex | B1 | 68 | 89 | 0 | 29 | 17 | 1F | 14D | 20 | 37 |
| Octal | 261 | 150 | 211 | 0 | 51 | 27 | 37 | 515 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10001001 | 0 | 101001 | 10111 | 11111 | 101001101 | 100000 | 110111 |
Color Harmonies of #B16889
Complementary color
Monochromatic Colors of #B16889
Black with #B16889
Text Example
Text Example
White with #B16889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16889; }
p { color: rgb(177,104,137); }
H1.HeaderClassName
{
color: #B16889;
}
.AnyTagClassName
{
color: #B16889;
}
</style>
background-color css
<style>
a { background-color: #B16889; }
a { background-color: rgb(177,104,137); }
div.DivClassName
{
background-color: #B16889;
}
.BgClassName
{
background-color: #B16889;
}
</style>
border-color css
<style>
span { border-color: #B16889; }
span { border-color: rgb(177,104,137); }
td.TdClassName
{
border-color: #B16889;
}
.TagClassName
{
border-color: #B16889;
}
</style>