Shades of Tapestry #B16486
Tints of Tapestry #B16486
RGB
CMYK
RGB Variations
Color information
#B16486 (or 0xB16486) is known color: Tapestry. HEX triplet: B1, 64 and 86. RGB value is (177,100,134). Sum of RGB (Red+Green+Blue) = 177+100+134=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16486 is #4E9B79. Grayscale: #7E7E7E. Windows color (decimal): -5151610 or 8807601. OLE color: 8807601.
HSL color Cylindrical-coordinate representation of color #B16486: hue angle of 333.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16486 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 134 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.31 |
| HSL | 333.51º | 0.33% | 0.54% | - |
| HSV(B) | 333.51º | 0.44% | 0.69% | - |
| XYZ | 26.99 | 20.18 | 25.03 | - |
| YUV | 126.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 134 | 0 | 0.44 | 0.24 | 0.31 | 333.51 | 0.33 | 0.54 |
| Hex | B1 | 64 | 86 | 0 | 2C | 18 | 1F | 14E | 21 | 36 |
| Octal | 261 | 144 | 206 | 0 | 54 | 30 | 37 | 516 | 41 | 66 |
| Binary | 10110001 | 1100100 | 10000110 | 0 | 101100 | 11000 | 11111 | 101001110 | 100001 | 110110 |
Color Harmonies of #B16486
Complementary color
Monochromatic Colors of #B16486
Black with #B16486
Text Example
Text Example
White with #B16486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16486; }
p { color: rgb(177,100,134); }
H1.HeaderClassName
{
color: #B16486;
}
.AnyTagClassName
{
color: #B16486;
}
</style>
background-color css
<style>
a { background-color: #B16486; }
a { background-color: rgb(177,100,134); }
div.DivClassName
{
background-color: #B16486;
}
.BgClassName
{
background-color: #B16486;
}
</style>
border-color css
<style>
span { border-color: #B16486; }
span { border-color: rgb(177,100,134); }
td.TdClassName
{
border-color: #B16486;
}
.TagClassName
{
border-color: #B16486;
}
</style>