Shades of Tapestry #B1728D
Tints of Tapestry #B1728D
RGB
CMYK
RGB Variations
Color information
#B1728D (or 0xB1728D) is known color: Tapestry. HEX triplet: B1, 72 and 8D. RGB value is (177,114,141). Sum of RGB (Red+Green+Blue) = 177+114+141=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1728D is #4E8D72. Grayscale: #878787. Windows color (decimal): -5148019 or 9269937. OLE color: 9269937.
HSL color Cylindrical-coordinate representation of color #B1728D: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1728D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 141 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.31 |
| HSL | 334.29º | 0.29% | 0.57% | - |
| HSV(B) | 334.29º | 0.36% | 0.69% | - |
| XYZ | 28.96 | 23.3 | 28.17 | - |
| YUV | 135.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 141 | 0 | 0.36 | 0.20 | 0.31 | 334.29 | 0.29 | 0.57 |
| Hex | B1 | 72 | 8D | 0 | 24 | 14 | 1F | 14E | 1D | 39 |
| Octal | 261 | 162 | 215 | 0 | 44 | 24 | 37 | 516 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10001101 | 0 | 100100 | 10100 | 11111 | 101001110 | 11101 | 111001 |
Color Harmonies of #B1728D
Complementary color
Monochromatic Colors of #B1728D
Black with #B1728D
Text Example
Text Example
White with #B1728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1728D; }
p { color: rgb(177,114,141); }
H1.HeaderClassName
{
color: #B1728D;
}
.AnyTagClassName
{
color: #B1728D;
}
</style>
background-color css
<style>
a { background-color: #B1728D; }
a { background-color: rgb(177,114,141); }
div.DivClassName
{
background-color: #B1728D;
}
.BgClassName
{
background-color: #B1728D;
}
</style>
border-color css
<style>
span { border-color: #B1728D; }
span { border-color: rgb(177,114,141); }
td.TdClassName
{
border-color: #B1728D;
}
.TagClassName
{
border-color: #B1728D;
}
</style>