Shades of Tapestry #B16E8D
Tints of Tapestry #B16E8D
RGB
CMYK
RGB Variations
Color information
#B16E8D (or 0xB16E8D) is known color: Tapestry. HEX triplet: B1, 6E and 8D. RGB value is (177,110,141). Sum of RGB (Red+Green+Blue) = 177+110+141=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E8D is #4E9172. Grayscale: #858585. Windows color (decimal): -5149043 or 9268913. OLE color: 9268913.
HSL color Cylindrical-coordinate representation of color #B16E8D: hue angle of 332.24º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E8D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 141 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.31 |
| HSL | 332.24º | 0.3% | 0.56% | - |
| HSV(B) | 332.24º | 0.38% | 0.69% | - |
| XYZ | 28.52 | 22.42 | 28.02 | - |
| YUV | 133.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 141 | 0 | 0.38 | 0.20 | 0.31 | 332.24 | 0.3 | 0.56 |
| Hex | B1 | 6E | 8D | 0 | 26 | 14 | 1F | 14C | 1E | 38 |
| Octal | 261 | 156 | 215 | 0 | 46 | 24 | 37 | 514 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10001101 | 0 | 100110 | 10100 | 11111 | 101001100 | 11110 | 111000 |
Color Harmonies of #B16E8D
Complementary color
Monochromatic Colors of #B16E8D
Black with #B16E8D
Text Example
Text Example
White with #B16E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E8D; }
p { color: rgb(177,110,141); }
H1.HeaderClassName
{
color: #B16E8D;
}
.AnyTagClassName
{
color: #B16E8D;
}
</style>
background-color css
<style>
a { background-color: #B16E8D; }
a { background-color: rgb(177,110,141); }
div.DivClassName
{
background-color: #B16E8D;
}
.BgClassName
{
background-color: #B16E8D;
}
</style>
border-color css
<style>
span { border-color: #B16E8D; }
span { border-color: rgb(177,110,141); }
td.TdClassName
{
border-color: #B16E8D;
}
.TagClassName
{
border-color: #B16E8D;
}
</style>