Shades of Tapestry #B1788E
Tints of Tapestry #B1788E
RGB
CMYK
RGB Variations
Color information
#B1788E (or 0xB1788E) is known color: Tapestry. HEX triplet: B1, 78 and 8E. RGB value is (177,120,142). Sum of RGB (Red+Green+Blue) = 177+120+142=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788E is #4E8771. Grayscale: #8B8B8B. Windows color (decimal): -5146482 or 9337009. OLE color: 9337009.
HSL color Cylindrical-coordinate representation of color #B1788E: hue angle of 336.84º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1788E is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 142 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.31 |
| HSL | 336.84º | 0.27% | 0.58% | - |
| HSV(B) | 336.84º | 0.32% | 0.69% | - |
| XYZ | 29.73 | 24.73 | 28.8 | - |
| YUV | 139.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 142 | 0 | 0.32 | 0.20 | 0.31 | 336.84 | 0.27 | 0.58 |
| Hex | B1 | 78 | 8E | 0 | 20 | 14 | 1F | 151 | 1B | 3A |
| Octal | 261 | 170 | 216 | 0 | 40 | 24 | 37 | 521 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10001110 | 0 | 100000 | 10100 | 11111 | 101010001 | 11011 | 111010 |
Color Harmonies of #B1788E
Complementary color
Monochromatic Colors of #B1788E
Black with #B1788E
Text Example
Text Example
White with #B1788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1788E; }
p { color: rgb(177,120,142); }
H1.HeaderClassName
{
color: #B1788E;
}
.AnyTagClassName
{
color: #B1788E;
}
</style>
background-color css
<style>
a { background-color: #B1788E; }
a { background-color: rgb(177,120,142); }
div.DivClassName
{
background-color: #B1788E;
}
.BgClassName
{
background-color: #B1788E;
}
</style>
border-color css
<style>
span { border-color: #B1788E; }
span { border-color: rgb(177,120,142); }
td.TdClassName
{
border-color: #B1788E;
}
.TagClassName
{
border-color: #B1788E;
}
</style>