Shades of Tapestry #B1868F
Tints of Tapestry #B1868F
RGB
CMYK
RGB Variations
Color information
#B1868F (or 0xB1868F) is known color: Tapestry. HEX triplet: B1, 86 and 8F. RGB value is (177,134,143). Sum of RGB (Red+Green+Blue) = 177+134+143=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868F is #4E7970. Grayscale: #939393. Windows color (decimal): -5142897 or 9406129. OLE color: 9406129.
HSL color Cylindrical-coordinate representation of color #B1868F: hue angle of 347.44º 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 #B1868F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 143 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.31 |
| HSL | 347.44º | 0.22% | 0.61% | - |
| HSV(B) | 347.44º | 0.24% | 0.69% | - |
| XYZ | 31.61 | 28.38 | 29.8 | - |
| YUV | 147.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 143 | 0 | 0.24 | 0.19 | 0.31 | 347.44 | 0.22 | 0.61 |
| Hex | B1 | 86 | 8F | 0 | 18 | 13 | 1F | 15B | 16 | 3D |
| Octal | 261 | 206 | 217 | 0 | 30 | 23 | 37 | 533 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10001111 | 0 | 11000 | 10011 | 11111 | 101011011 | 10110 | 111101 |
Color Harmonies of #B1868F
Complementary color
Monochromatic Colors of #B1868F
Black with #B1868F
Text Example
Text Example
White with #B1868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1868F; }
p { color: rgb(177,134,143); }
H1.HeaderClassName
{
color: #B1868F;
}
.AnyTagClassName
{
color: #B1868F;
}
</style>
background-color css
<style>
a { background-color: #B1868F; }
a { background-color: rgb(177,134,143); }
div.DivClassName
{
background-color: #B1868F;
}
.BgClassName
{
background-color: #B1868F;
}
</style>
border-color css
<style>
span { border-color: #B1868F; }
span { border-color: rgb(177,134,143); }
td.TdClassName
{
border-color: #B1868F;
}
.TagClassName
{
border-color: #B1868F;
}
</style>