Shades of Tapestry #B1858E
Tints of Tapestry #B1858E
RGB
CMYK
RGB Variations
Color information
#B1858E (or 0xB1858E) is known color: Tapestry. HEX triplet: B1, 85 and 8E. RGB value is (177,133,142). Sum of RGB (Red+Green+Blue) = 177+133+142=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858E is #4E7A71. Grayscale: #939393. Windows color (decimal): -5143154 or 9340337. OLE color: 9340337.
HSL color Cylindrical-coordinate representation of color #B1858E: hue angle of 347.73º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1858E is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 142 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.31 |
| HSL | 347.73º | 0.22% | 0.61% | - |
| HSV(B) | 347.73º | 0.25% | 0.69% | - |
| XYZ | 31.4 | 28.08 | 29.36 | - |
| YUV | 147.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 142 | 0 | 0.25 | 0.20 | 0.31 | 347.73 | 0.22 | 0.61 |
| Hex | B1 | 85 | 8E | 0 | 19 | 14 | 1F | 15C | 16 | 3D |
| Octal | 261 | 205 | 216 | 0 | 31 | 24 | 37 | 534 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10001110 | 0 | 11001 | 10100 | 11111 | 101011100 | 10110 | 111101 |
Color Harmonies of #B1858E
Complementary color
Monochromatic Colors of #B1858E
Black with #B1858E
Text Example
Text Example
White with #B1858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1858E; }
p { color: rgb(177,133,142); }
H1.HeaderClassName
{
color: #B1858E;
}
.AnyTagClassName
{
color: #B1858E;
}
</style>
background-color css
<style>
a { background-color: #B1858E; }
a { background-color: rgb(177,133,142); }
div.DivClassName
{
background-color: #B1858E;
}
.BgClassName
{
background-color: #B1858E;
}
</style>
border-color css
<style>
span { border-color: #B1858E; }
span { border-color: rgb(177,133,142); }
td.TdClassName
{
border-color: #B1858E;
}
.TagClassName
{
border-color: #B1858E;
}
</style>