Shades of Tapestry #B16590
Tints of Tapestry #B16590
RGB
CMYK
RGB Variations
Color information
#B16590 (or 0xB16590) is known color: Tapestry. HEX triplet: B1, 65 and 90. RGB value is (177,101,144). Sum of RGB (Red+Green+Blue) = 177+101+144=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16590 is #4E9A6F. Grayscale: #808080. Windows color (decimal): -5151344 or 9463217. OLE color: 9463217.
HSL color Cylindrical-coordinate representation of color #B16590: hue angle of 326.05º 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 #B16590 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 144 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.31 |
| HSL | 326.05º | 0.33% | 0.55% | - |
| HSV(B) | 326.05º | 0.43% | 0.69% | - |
| XYZ | 27.82 | 20.67 | 28.91 | - |
| YUV | 128.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 144 | 0 | 0.43 | 0.19 | 0.31 | 326.05 | 0.33 | 0.55 |
| Hex | B1 | 65 | 90 | 0 | 2B | 13 | 1F | 146 | 21 | 37 |
| Octal | 261 | 145 | 220 | 0 | 53 | 23 | 37 | 506 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10010000 | 0 | 101011 | 10011 | 11111 | 101000110 | 100001 | 110111 |
Color Harmonies of #B16590
Complementary color
Monochromatic Colors of #B16590
Black with #B16590
Text Example
Text Example
White with #B16590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16590; }
p { color: rgb(177,101,144); }
H1.HeaderClassName
{
color: #B16590;
}
.AnyTagClassName
{
color: #B16590;
}
</style>
background-color css
<style>
a { background-color: #B16590; }
a { background-color: rgb(177,101,144); }
div.DivClassName
{
background-color: #B16590;
}
.BgClassName
{
background-color: #B16590;
}
</style>
border-color css
<style>
span { border-color: #B16590; }
span { border-color: rgb(177,101,144); }
td.TdClassName
{
border-color: #B16590;
}
.TagClassName
{
border-color: #B16590;
}
</style>