Shades of Tapestry #B16387
Tints of Tapestry #B16387
RGB
CMYK
RGB Variations
Color information
#B16387 (or 0xB16387) is known color: Tapestry. HEX triplet: B1, 63 and 87. RGB value is (177,99,135). Sum of RGB (Red+Green+Blue) = 177+99+135=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16387 is #4E9C78. Grayscale: #7E7E7E. Windows color (decimal): -5151865 or 8872881. OLE color: 8872881.
HSL color Cylindrical-coordinate representation of color #B16387: hue angle of 332.31º 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 #B16387 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 135 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.31 |
| HSL | 332.31º | 0.33% | 0.54% | - |
| HSV(B) | 332.31º | 0.44% | 0.69% | - |
| XYZ | 26.97 | 20.02 | 25.36 | - |
| YUV | 126.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 135 | 0 | 0.44 | 0.24 | 0.31 | 332.31 | 0.33 | 0.54 |
| Hex | B1 | 63 | 87 | 0 | 2C | 18 | 1F | 14C | 21 | 36 |
| Octal | 261 | 143 | 207 | 0 | 54 | 30 | 37 | 514 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10000111 | 0 | 101100 | 11000 | 11111 | 101001100 | 100001 | 110110 |
Color Harmonies of #B16387
Complementary color
Monochromatic Colors of #B16387
Black with #B16387
Text Example
Text Example
White with #B16387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16387; }
p { color: rgb(177,99,135); }
H1.HeaderClassName
{
color: #B16387;
}
.AnyTagClassName
{
color: #B16387;
}
</style>
background-color css
<style>
a { background-color: #B16387; }
a { background-color: rgb(177,99,135); }
div.DivClassName
{
background-color: #B16387;
}
.BgClassName
{
background-color: #B16387;
}
</style>
border-color css
<style>
span { border-color: #B16387; }
span { border-color: rgb(177,99,135); }
td.TdClassName
{
border-color: #B16387;
}
.TagClassName
{
border-color: #B16387;
}
</style>