Shades of Tapestry #B1798A
Tints of Tapestry #B1798A
RGB
CMYK
RGB Variations
Color information
#B1798A (or 0xB1798A) is known color: Tapestry. HEX triplet: B1, 79 and 8A. RGB value is (177,121,138). Sum of RGB (Red+Green+Blue) = 177+121+138=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1798A is #4E8675. Grayscale: #8B8B8B. Windows color (decimal): -5146230 or 9075121. OLE color: 9075121.
HSL color Cylindrical-coordinate representation of color #B1798A: hue angle of 341.79º degrees, saturation: 0.26, 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 #B1798A is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 138 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.31 |
| HSL | 341.79º | 0.26% | 0.58% | - |
| HSV(B) | 341.79º | 0.32% | 0.69% | - |
| XYZ | 29.56 | 24.86 | 27.28 | - |
| YUV | 139.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 138 | 0 | 0.32 | 0.22 | 0.31 | 341.79 | 0.26 | 0.58 |
| Hex | B1 | 79 | 8A | 0 | 20 | 16 | 1F | 156 | 1A | 3A |
| Octal | 261 | 171 | 212 | 0 | 40 | 26 | 37 | 526 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10001010 | 0 | 100000 | 10110 | 11111 | 101010110 | 11010 | 111010 |
Color Harmonies of #B1798A
Complementary color
Monochromatic Colors of #B1798A
Black with #B1798A
Text Example
Text Example
White with #B1798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1798A; }
p { color: rgb(177,121,138); }
H1.HeaderClassName
{
color: #B1798A;
}
.AnyTagClassName
{
color: #B1798A;
}
</style>
background-color css
<style>
a { background-color: #B1798A; }
a { background-color: rgb(177,121,138); }
div.DivClassName
{
background-color: #B1798A;
}
.BgClassName
{
background-color: #B1798A;
}
</style>
border-color css
<style>
span { border-color: #B1798A; }
span { border-color: rgb(177,121,138); }
td.TdClassName
{
border-color: #B1798A;
}
.TagClassName
{
border-color: #B1798A;
}
</style>