Shades of Tapestry #B16088
Tints of Tapestry #B16088
RGB
CMYK
RGB Variations
Color information
#B16088 (or 0xB16088) is known color: Tapestry. HEX triplet: B1, 60 and 88. RGB value is (177,96,136). Sum of RGB (Red+Green+Blue) = 177+96+136=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16088 is #4E9F77. Grayscale: #7C7C7C. Windows color (decimal): -5152632 or 8937649. OLE color: 8937649.
HSL color Cylindrical-coordinate representation of color #B16088: hue angle of 330.37º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16088 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 136 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.31 |
| HSL | 330.37º | 0.34% | 0.54% | - |
| HSV(B) | 330.37º | 0.46% | 0.69% | - |
| XYZ | 26.76 | 19.49 | 25.64 | - |
| YUV | 124.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 136 | 0 | 0.46 | 0.23 | 0.31 | 330.37 | 0.34 | 0.54 |
| Hex | B1 | 60 | 88 | 0 | 2E | 17 | 1F | 14A | 22 | 36 |
| Octal | 261 | 140 | 210 | 0 | 56 | 27 | 37 | 512 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10001000 | 0 | 101110 | 10111 | 11111 | 101001010 | 100010 | 110110 |
Color Harmonies of #B16088
Complementary color
Monochromatic Colors of #B16088
Black with #B16088
Text Example
Text Example
White with #B16088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16088; }
p { color: rgb(177,96,136); }
H1.HeaderClassName
{
color: #B16088;
}
.AnyTagClassName
{
color: #B16088;
}
</style>
background-color css
<style>
a { background-color: #B16088; }
a { background-color: rgb(177,96,136); }
div.DivClassName
{
background-color: #B16088;
}
.BgClassName
{
background-color: #B16088;
}
</style>
border-color css
<style>
span { border-color: #B16088; }
span { border-color: rgb(177,96,136); }
td.TdClassName
{
border-color: #B16088;
}
.TagClassName
{
border-color: #B16088;
}
</style>