Shades of Tapestry #B1668D
Tints of Tapestry #B1668D
RGB
CMYK
RGB Variations
Color information
#B1668D (or 0xB1668D) is known color: Tapestry. HEX triplet: B1, 66 and 8D. RGB value is (177,102,141). Sum of RGB (Red+Green+Blue) = 177+102+141=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668D is #4E9972. Grayscale: #808080. Windows color (decimal): -5151091 or 9266865. OLE color: 9266865.
HSL color Cylindrical-coordinate representation of color #B1668D: hue angle of 328.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1668D is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 141 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.31 |
| HSL | 328.8º | 0.32% | 0.55% | - |
| HSV(B) | 328.8º | 0.42% | 0.69% | - |
| XYZ | 27.69 | 20.77 | 27.75 | - |
| YUV | 128.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 141 | 0 | 0.42 | 0.20 | 0.31 | 328.8 | 0.32 | 0.55 |
| Hex | B1 | 66 | 8D | 0 | 2A | 14 | 1F | 149 | 20 | 37 |
| Octal | 261 | 146 | 215 | 0 | 52 | 24 | 37 | 511 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10001101 | 0 | 101010 | 10100 | 11111 | 101001001 | 100000 | 110111 |
Color Harmonies of #B1668D
Complementary color
Monochromatic Colors of #B1668D
Black with #B1668D
Text Example
Text Example
White with #B1668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1668D; }
p { color: rgb(177,102,141); }
H1.HeaderClassName
{
color: #B1668D;
}
.AnyTagClassName
{
color: #B1668D;
}
</style>
background-color css
<style>
a { background-color: #B1668D; }
a { background-color: rgb(177,102,141); }
div.DivClassName
{
background-color: #B1668D;
}
.BgClassName
{
background-color: #B1668D;
}
</style>
border-color css
<style>
span { border-color: #B1668D; }
span { border-color: rgb(177,102,141); }
td.TdClassName
{
border-color: #B1668D;
}
.TagClassName
{
border-color: #B1668D;
}
</style>