Shades of Tapestry #B1788C
Tints of Tapestry #B1788C
RGB
CMYK
RGB Variations
Color information
#B1788C (or 0xB1788C) is known color: Tapestry. HEX triplet: B1, 78 and 8C. RGB value is (177,120,140). Sum of RGB (Red+Green+Blue) = 177+120+140=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788C is #4E8773. Grayscale: #8B8B8B. Windows color (decimal): -5146484 or 9205937. OLE color: 9205937.
HSL color Cylindrical-coordinate representation of color #B1788C: hue angle of 338.95º 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 #B1788C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 140 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.31 |
| HSL | 338.95º | 0.27% | 0.58% | - |
| HSV(B) | 338.95º | 0.32% | 0.69% | - |
| XYZ | 29.58 | 24.67 | 28.01 | - |
| YUV | 139.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 140 | 0 | 0.32 | 0.21 | 0.31 | 338.95 | 0.27 | 0.58 |
| Hex | B1 | 78 | 8C | 0 | 20 | 15 | 1F | 153 | 1B | 3A |
| Octal | 261 | 170 | 214 | 0 | 40 | 25 | 37 | 523 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10001100 | 0 | 100000 | 10101 | 11111 | 101010011 | 11011 | 111010 |
Color Harmonies of #B1788C
Complementary color
Monochromatic Colors of #B1788C
Black with #B1788C
Text Example
Text Example
White with #B1788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1788C; }
p { color: rgb(177,120,140); }
H1.HeaderClassName
{
color: #B1788C;
}
.AnyTagClassName
{
color: #B1788C;
}
</style>
background-color css
<style>
a { background-color: #B1788C; }
a { background-color: rgb(177,120,140); }
div.DivClassName
{
background-color: #B1788C;
}
.BgClassName
{
background-color: #B1788C;
}
</style>
border-color css
<style>
span { border-color: #B1788C; }
span { border-color: rgb(177,120,140); }
td.TdClassName
{
border-color: #B1788C;
}
.TagClassName
{
border-color: #B1788C;
}
</style>