Shades of Tapestry #B1858B
Tints of Tapestry #B1858B
RGB
CMYK
RGB Variations
Color information
#B1858B (or 0xB1858B) is known color: Tapestry. HEX triplet: B1, 85 and 8B. RGB value is (177,133,139). Sum of RGB (Red+Green+Blue) = 177+133+139=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858B is #4E7A74. Grayscale: #929292. Windows color (decimal): -5143157 or 9143729. OLE color: 9143729.
HSL color Cylindrical-coordinate representation of color #B1858B: hue angle of 351.82º 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 #B1858B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 139 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.31 |
| HSL | 351.82º | 0.22% | 0.61% | - |
| HSV(B) | 351.82º | 0.25% | 0.69% | - |
| XYZ | 31.18 | 27.99 | 28.18 | - |
| YUV | 146.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 139 | 0 | 0.25 | 0.21 | 0.31 | 351.82 | 0.22 | 0.61 |
| Hex | B1 | 85 | 8B | 0 | 19 | 15 | 1F | 160 | 16 | 3D |
| Octal | 261 | 205 | 213 | 0 | 31 | 25 | 37 | 540 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10001011 | 0 | 11001 | 10101 | 11111 | 101100000 | 10110 | 111101 |
Color Harmonies of #B1858B
Complementary color
Monochromatic Colors of #B1858B
Black with #B1858B
Text Example
Text Example
White with #B1858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1858B; }
p { color: rgb(177,133,139); }
H1.HeaderClassName
{
color: #B1858B;
}
.AnyTagClassName
{
color: #B1858B;
}
</style>
background-color css
<style>
a { background-color: #B1858B; }
a { background-color: rgb(177,133,139); }
div.DivClassName
{
background-color: #B1858B;
}
.BgClassName
{
background-color: #B1858B;
}
</style>
border-color css
<style>
span { border-color: #B1858B; }
span { border-color: rgb(177,133,139); }
td.TdClassName
{
border-color: #B1858B;
}
.TagClassName
{
border-color: #B1858B;
}
</style>