Shades of Tapestry #B1868E
Tints of Tapestry #B1868E
RGB
CMYK
RGB Variations
Color information
#B1868E (or 0xB1868E) is known color: Tapestry. HEX triplet: B1, 86 and 8E. RGB value is (177,134,142). Sum of RGB (Red+Green+Blue) = 177+134+142=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868E is #4E7971. Grayscale: #939393. Windows color (decimal): -5142898 or 9340593. OLE color: 9340593.
HSL color Cylindrical-coordinate representation of color #B1868E: hue angle of 348.84º 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 #B1868E is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 142 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.31 |
| HSL | 348.84º | 0.22% | 0.61% | - |
| HSV(B) | 348.84º | 0.24% | 0.69% | - |
| XYZ | 31.54 | 28.35 | 29.4 | - |
| YUV | 147.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 142 | 0 | 0.24 | 0.20 | 0.31 | 348.84 | 0.22 | 0.61 |
| Hex | B1 | 86 | 8E | 0 | 18 | 14 | 1F | 15D | 16 | 3D |
| Octal | 261 | 206 | 216 | 0 | 30 | 24 | 37 | 535 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10001110 | 0 | 11000 | 10100 | 11111 | 101011101 | 10110 | 111101 |
Color Harmonies of #B1868E
Complementary color
Monochromatic Colors of #B1868E
Black with #B1868E
Text Example
Text Example
White with #B1868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1868E; }
p { color: rgb(177,134,142); }
H1.HeaderClassName
{
color: #B1868E;
}
.AnyTagClassName
{
color: #B1868E;
}
</style>
background-color css
<style>
a { background-color: #B1868E; }
a { background-color: rgb(177,134,142); }
div.DivClassName
{
background-color: #B1868E;
}
.BgClassName
{
background-color: #B1868E;
}
</style>
border-color css
<style>
span { border-color: #B1868E; }
span { border-color: rgb(177,134,142); }
td.TdClassName
{
border-color: #B1868E;
}
.TagClassName
{
border-color: #B1868E;
}
</style>