Shades of Tapestry #B1858F
Tints of Tapestry #B1858F
RGB
CMYK
RGB Variations
Color information
#B1858F (or 0xB1858F) is known color: Tapestry. HEX triplet: B1, 85 and 8F. RGB value is (177,133,143). Sum of RGB (Red+Green+Blue) = 177+133+143=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858F is #4E7A70. Grayscale: #939393. Windows color (decimal): -5143153 or 9405873. OLE color: 9405873.
HSL color Cylindrical-coordinate representation of color #B1858F: hue angle of 346.36º 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 #B1858F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 143 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.31 |
| HSL | 346.36º | 0.22% | 0.61% | - |
| HSV(B) | 346.36º | 0.25% | 0.69% | - |
| XYZ | 31.48 | 28.11 | 29.75 | - |
| YUV | 147.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 143 | 0 | 0.25 | 0.19 | 0.31 | 346.36 | 0.22 | 0.61 |
| Hex | B1 | 85 | 8F | 0 | 19 | 13 | 1F | 15A | 16 | 3D |
| Octal | 261 | 205 | 217 | 0 | 31 | 23 | 37 | 532 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10001111 | 0 | 11001 | 10011 | 11111 | 101011010 | 10110 | 111101 |
Color Harmonies of #B1858F
Complementary color
Monochromatic Colors of #B1858F
Black with #B1858F
Text Example
Text Example
White with #B1858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1858F; }
p { color: rgb(177,133,143); }
H1.HeaderClassName
{
color: #B1858F;
}
.AnyTagClassName
{
color: #B1858F;
}
</style>
background-color css
<style>
a { background-color: #B1858F; }
a { background-color: rgb(177,133,143); }
div.DivClassName
{
background-color: #B1858F;
}
.BgClassName
{
background-color: #B1858F;
}
</style>
border-color css
<style>
span { border-color: #B1858F; }
span { border-color: rgb(177,133,143); }
td.TdClassName
{
border-color: #B1858F;
}
.TagClassName
{
border-color: #B1858F;
}
</style>