Shades of Tapestry #B16588
Tints of Tapestry #B16588
RGB
CMYK
RGB Variations
Color information
#B16588 (or 0xB16588) is known color: Tapestry. HEX triplet: B1, 65 and 88. RGB value is (177,101,136). Sum of RGB (Red+Green+Blue) = 177+101+136=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16588 is #4E9A77. Grayscale: #7F7F7F. Windows color (decimal): -5151352 or 8938929. OLE color: 8938929.
HSL color Cylindrical-coordinate representation of color #B16588: hue angle of 332.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16588 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 136 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.31 |
| HSL | 332.37º | 0.33% | 0.55% | - |
| HSV(B) | 332.37º | 0.43% | 0.69% | - |
| XYZ | 27.23 | 20.43 | 25.8 | - |
| YUV | 127.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 136 | 0 | 0.43 | 0.23 | 0.31 | 332.37 | 0.33 | 0.55 |
| Hex | B1 | 65 | 88 | 0 | 2B | 17 | 1F | 14C | 21 | 37 |
| Octal | 261 | 145 | 210 | 0 | 53 | 27 | 37 | 514 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10001000 | 0 | 101011 | 10111 | 11111 | 101001100 | 100001 | 110111 |
Color Harmonies of #B16588
Complementary color
Monochromatic Colors of #B16588
Black with #B16588
Text Example
Text Example
White with #B16588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16588; }
p { color: rgb(177,101,136); }
H1.HeaderClassName
{
color: #B16588;
}
.AnyTagClassName
{
color: #B16588;
}
</style>
background-color css
<style>
a { background-color: #B16588; }
a { background-color: rgb(177,101,136); }
div.DivClassName
{
background-color: #B16588;
}
.BgClassName
{
background-color: #B16588;
}
</style>
border-color css
<style>
span { border-color: #B16588; }
span { border-color: rgb(177,101,136); }
td.TdClassName
{
border-color: #B16588;
}
.TagClassName
{
border-color: #B16588;
}
</style>