Shades of Tapestry #B1868C
Tints of Tapestry #B1868C
RGB
CMYK
RGB Variations
Color information
#B1868C (or 0xB1868C) is known color: Tapestry. HEX triplet: B1, 86 and 8C. RGB value is (177,134,140). Sum of RGB (Red+Green+Blue) = 177+134+140=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868C is #4E7973. Grayscale: #939393. Windows color (decimal): -5142900 or 9209521. OLE color: 9209521.
HSL color Cylindrical-coordinate representation of color #B1868C: hue angle of 351.63º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1868C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 140 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.31 |
| HSL | 351.63º | 0.22% | 0.61% | - |
| HSV(B) | 351.63º | 0.24% | 0.69% | - |
| XYZ | 31.39 | 28.29 | 28.62 | - |
| YUV | 147.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 140 | 0 | 0.24 | 0.21 | 0.31 | 351.63 | 0.22 | 0.61 |
| Hex | B1 | 86 | 8C | 0 | 18 | 15 | 1F | 160 | 16 | 3D |
| Octal | 261 | 206 | 214 | 0 | 30 | 25 | 37 | 540 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10001100 | 0 | 11000 | 10101 | 11111 | 101100000 | 10110 | 111101 |
Color Harmonies of #B1868C
Complementary color
Monochromatic Colors of #B1868C
Black with #B1868C
Text Example
Text Example
White with #B1868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1868C; }
p { color: rgb(177,134,140); }
H1.HeaderClassName
{
color: #B1868C;
}
.AnyTagClassName
{
color: #B1868C;
}
</style>
background-color css
<style>
a { background-color: #B1868C; }
a { background-color: rgb(177,134,140); }
div.DivClassName
{
background-color: #B1868C;
}
.BgClassName
{
background-color: #B1868C;
}
</style>
border-color css
<style>
span { border-color: #B1868C; }
span { border-color: rgb(177,134,140); }
td.TdClassName
{
border-color: #B1868C;
}
.TagClassName
{
border-color: #B1868C;
}
</style>