Shades of Tapestry #B16290
Tints of Tapestry #B16290
RGB
CMYK
RGB Variations
Color information
#B16290 (or 0xB16290) is known color: Tapestry. HEX triplet: B1, 62 and 90. RGB value is (177,98,144). Sum of RGB (Red+Green+Blue) = 177+98+144=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B16290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16290 is #4E9D6F. Grayscale: #7E7E7E. Windows color (decimal): -5152112 or 9462449. OLE color: 9462449.
HSL color Cylindrical-coordinate representation of color #B16290: hue angle of 325.06º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16290 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 144 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.31 |
| HSL | 325.06º | 0.34% | 0.54% | - |
| HSV(B) | 325.06º | 0.45% | 0.69% | - |
| XYZ | 27.53 | 20.1 | 28.81 | - |
| YUV | 126.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 144 | 0 | 0.45 | 0.19 | 0.31 | 325.06 | 0.34 | 0.54 |
| Hex | B1 | 62 | 90 | 0 | 2D | 13 | 1F | 145 | 22 | 36 |
| Octal | 261 | 142 | 220 | 0 | 55 | 23 | 37 | 505 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10010000 | 0 | 101101 | 10011 | 11111 | 101000101 | 100010 | 110110 |
Color Harmonies of #B16290
Complementary color
Monochromatic Colors of #B16290
Black with #B16290
Text Example
Text Example
White with #B16290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16290; }
p { color: rgb(177,98,144); }
H1.HeaderClassName
{
color: #B16290;
}
.AnyTagClassName
{
color: #B16290;
}
</style>
background-color css
<style>
a { background-color: #B16290; }
a { background-color: rgb(177,98,144); }
div.DivClassName
{
background-color: #B16290;
}
.BgClassName
{
background-color: #B16290;
}
</style>
border-color css
<style>
span { border-color: #B16290; }
span { border-color: rgb(177,98,144); }
td.TdClassName
{
border-color: #B16290;
}
.TagClassName
{
border-color: #B16290;
}
</style>