Shades of Tapestry #B16A8C
Tints of Tapestry #B16A8C
RGB
CMYK
RGB Variations
Color information
#B16A8C (or 0xB16A8C) is known color: Tapestry. HEX triplet: B1, 6A and 8C. RGB value is (177,106,140). Sum of RGB (Red+Green+Blue) = 177+106+140=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16A8C is #4E9573. Grayscale: #838383. Windows color (decimal): -5150068 or 9202353. OLE color: 9202353.
HSL color Cylindrical-coordinate representation of color #B16A8C: hue angle of 331.27º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16A8C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 140 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.31 |
| HSL | 331.27º | 0.31% | 0.55% | - |
| HSV(B) | 331.27º | 0.4% | 0.69% | - |
| XYZ | 28.02 | 21.55 | 27.49 | - |
| YUV | 131.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 140 | 0 | 0.40 | 0.21 | 0.31 | 331.27 | 0.31 | 0.55 |
| Hex | B1 | 6A | 8C | 0 | 28 | 15 | 1F | 14B | 1F | 37 |
| Octal | 261 | 152 | 214 | 0 | 50 | 25 | 37 | 513 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10001100 | 0 | 101000 | 10101 | 11111 | 101001011 | 11111 | 110111 |
Color Harmonies of #B16A8C
Complementary color
Monochromatic Colors of #B16A8C
Black with #B16A8C
Text Example
Text Example
White with #B16A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A8C; }
p { color: rgb(177,106,140); }
H1.HeaderClassName
{
color: #B16A8C;
}
.AnyTagClassName
{
color: #B16A8C;
}
</style>
background-color css
<style>
a { background-color: #B16A8C; }
a { background-color: rgb(177,106,140); }
div.DivClassName
{
background-color: #B16A8C;
}
.BgClassName
{
background-color: #B16A8C;
}
</style>
border-color css
<style>
span { border-color: #B16A8C; }
span { border-color: rgb(177,106,140); }
td.TdClassName
{
border-color: #B16A8C;
}
.TagClassName
{
border-color: #B16A8C;
}
</style>