Shades of Tapestry #B16890
Tints of Tapestry #B16890
RGB
CMYK
RGB Variations
Color information
#B16890 (or 0xB16890) is known color: Tapestry. HEX triplet: B1, 68 and 90. RGB value is (177,104,144). Sum of RGB (Red+Green+Blue) = 177+104+144=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16890 is #4E976F. Grayscale: #828282. Windows color (decimal): -5150576 or 9463985. OLE color: 9463985.
HSL color Cylindrical-coordinate representation of color #B16890: hue angle of 327.12º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16890 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 144 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.31 |
| HSL | 327.12º | 0.32% | 0.55% | - |
| HSV(B) | 327.12º | 0.41% | 0.69% | - |
| XYZ | 28.12 | 21.26 | 29.01 | - |
| YUV | 130.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 144 | 0 | 0.41 | 0.19 | 0.31 | 327.12 | 0.32 | 0.55 |
| Hex | B1 | 68 | 90 | 0 | 29 | 13 | 1F | 147 | 20 | 37 |
| Octal | 261 | 150 | 220 | 0 | 51 | 23 | 37 | 507 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10010000 | 0 | 101001 | 10011 | 11111 | 101000111 | 100000 | 110111 |
Color Harmonies of #B16890
Complementary color
Monochromatic Colors of #B16890
Black with #B16890
Text Example
Text Example
White with #B16890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16890; }
p { color: rgb(177,104,144); }
H1.HeaderClassName
{
color: #B16890;
}
.AnyTagClassName
{
color: #B16890;
}
</style>
background-color css
<style>
a { background-color: #B16890; }
a { background-color: rgb(177,104,144); }
div.DivClassName
{
background-color: #B16890;
}
.BgClassName
{
background-color: #B16890;
}
</style>
border-color css
<style>
span { border-color: #B16890; }
span { border-color: rgb(177,104,144); }
td.TdClassName
{
border-color: #B16890;
}
.TagClassName
{
border-color: #B16890;
}
</style>