Shades of Tapestry #B16386
Tints of Tapestry #B16386
RGB
CMYK
RGB Variations
Color information
#B16386 (or 0xB16386) is known color: Tapestry. HEX triplet: B1, 63 and 86. RGB value is (177,99,134). Sum of RGB (Red+Green+Blue) = 177+99+134=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16386 is #4E9C79. Grayscale: #7E7E7E. Windows color (decimal): -5151866 or 8807345. OLE color: 8807345.
HSL color Cylindrical-coordinate representation of color #B16386: hue angle of 333.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16386 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 134 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.31 |
| HSL | 333.08º | 0.33% | 0.54% | - |
| HSV(B) | 333.08º | 0.44% | 0.69% | - |
| XYZ | 26.9 | 19.99 | 25 | - |
| YUV | 126.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 134 | 0 | 0.44 | 0.24 | 0.31 | 333.08 | 0.33 | 0.54 |
| Hex | B1 | 63 | 86 | 0 | 2C | 18 | 1F | 14D | 21 | 36 |
| Octal | 261 | 143 | 206 | 0 | 54 | 30 | 37 | 515 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10000110 | 0 | 101100 | 11000 | 11111 | 101001101 | 100001 | 110110 |
Color Harmonies of #B16386
Complementary color
Monochromatic Colors of #B16386
Black with #B16386
Text Example
Text Example
White with #B16386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16386; }
p { color: rgb(177,99,134); }
H1.HeaderClassName
{
color: #B16386;
}
.AnyTagClassName
{
color: #B16386;
}
</style>
background-color css
<style>
a { background-color: #B16386; }
a { background-color: rgb(177,99,134); }
div.DivClassName
{
background-color: #B16386;
}
.BgClassName
{
background-color: #B16386;
}
</style>
border-color css
<style>
span { border-color: #B16386; }
span { border-color: rgb(177,99,134); }
td.TdClassName
{
border-color: #B16386;
}
.TagClassName
{
border-color: #B16386;
}
</style>