Shades of Tapestry #B37988
Tints of Tapestry #B37988
RGB
CMYK
RGB Variations
Color information
#B37988 (or 0xB37988) is known color: Tapestry. HEX triplet: B3, 79 and 88. RGB value is (179,121,136). Sum of RGB (Red+Green+Blue) = 179+121+136=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B37988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37988 is #4C8677. Grayscale: #8C8C8C. Windows color (decimal): -5015160 or 8944051. OLE color: 8944051.
HSL color Cylindrical-coordinate representation of color #B37988: hue angle of 344.48º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37988 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 136 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.30 |
| HSL | 344.48º | 0.28% | 0.59% | - |
| HSV(B) | 344.48º | 0.32% | 0.7% | - |
| XYZ | 29.87 | 25.04 | 26.55 | - |
| YUV | 140.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 136 | 0 | 0.32 | 0.24 | 0.30 | 344.48 | 0.28 | 0.59 |
| Hex | B3 | 79 | 88 | 0 | 20 | 18 | 1E | 158 | 1C | 3B |
| Octal | 263 | 171 | 210 | 0 | 40 | 30 | 36 | 530 | 34 | 73 |
| Binary | 10110011 | 1111001 | 10001000 | 0 | 100000 | 11000 | 11110 | 101011000 | 11100 | 111011 |
Color Harmonies of #B37988
Complementary color
Monochromatic Colors of #B37988
Black with #B37988
Text Example
Text Example
White with #B37988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37988; }
p { color: rgb(179,121,136); }
H1.HeaderClassName
{
color: #B37988;
}
.AnyTagClassName
{
color: #B37988;
}
</style>
background-color css
<style>
a { background-color: #B37988; }
a { background-color: rgb(179,121,136); }
div.DivClassName
{
background-color: #B37988;
}
.BgClassName
{
background-color: #B37988;
}
</style>
border-color css
<style>
span { border-color: #B37988; }
span { border-color: rgb(179,121,136); }
td.TdClassName
{
border-color: #B37988;
}
.TagClassName
{
border-color: #B37988;
}
</style>