Shades of Tapestry #B1728E
Tints of Tapestry #B1728E
RGB
CMYK
RGB Variations
Color information
#B1728E (or 0xB1728E) is known color: Tapestry. HEX triplet: B1, 72 and 8E. RGB value is (177,114,142). Sum of RGB (Red+Green+Blue) = 177+114+142=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1728E is #4E8D71. Grayscale: #878787. Windows color (decimal): -5148018 or 9335473. OLE color: 9335473.
HSL color Cylindrical-coordinate representation of color #B1728E: hue angle of 333.33º 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 #B1728E is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 142 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.31 |
| HSL | 333.33º | 0.29% | 0.57% | - |
| HSV(B) | 333.33º | 0.36% | 0.69% | - |
| XYZ | 29.03 | 23.33 | 28.57 | - |
| YUV | 136.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 142 | 0 | 0.36 | 0.20 | 0.31 | 333.33 | 0.29 | 0.57 |
| Hex | B1 | 72 | 8E | 0 | 24 | 14 | 1F | 14D | 1D | 39 |
| Octal | 261 | 162 | 216 | 0 | 44 | 24 | 37 | 515 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10001110 | 0 | 100100 | 10100 | 11111 | 101001101 | 11101 | 111001 |
Color Harmonies of #B1728E
Complementary color
Monochromatic Colors of #B1728E
Black with #B1728E
Text Example
Text Example
White with #B1728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1728E; }
p { color: rgb(177,114,142); }
H1.HeaderClassName
{
color: #B1728E;
}
.AnyTagClassName
{
color: #B1728E;
}
</style>
background-color css
<style>
a { background-color: #B1728E; }
a { background-color: rgb(177,114,142); }
div.DivClassName
{
background-color: #B1728E;
}
.BgClassName
{
background-color: #B1728E;
}
</style>
border-color css
<style>
span { border-color: #B1728E; }
span { border-color: rgb(177,114,142); }
td.TdClassName
{
border-color: #B1728E;
}
.TagClassName
{
border-color: #B1728E;
}
</style>