Shades of Tapestry #B37688
Tints of Tapestry #B37688
RGB
CMYK
RGB Variations
Color information
#B37688 (or 0xB37688) is known color: Tapestry. HEX triplet: B3, 76 and 88. RGB value is (179,118,136). Sum of RGB (Red+Green+Blue) = 179+118+136=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B37688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37688 is #4C8977. Grayscale: #8A8A8A. Windows color (decimal): -5015928 or 8943283. OLE color: 8943283.
HSL color Cylindrical-coordinate representation of color #B37688: hue angle of 342.3º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37688 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 136 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.30 |
| HSL | 342.3º | 0.29% | 0.58% | - |
| HSV(B) | 342.3º | 0.34% | 0.7% | - |
| XYZ | 29.51 | 24.32 | 26.43 | - |
| YUV | 138.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 136 | 0 | 0.34 | 0.24 | 0.30 | 342.3 | 0.29 | 0.58 |
| Hex | B3 | 76 | 88 | 0 | 22 | 18 | 1E | 156 | 1D | 3A |
| Octal | 263 | 166 | 210 | 0 | 42 | 30 | 36 | 526 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10001000 | 0 | 100010 | 11000 | 11110 | 101010110 | 11101 | 111010 |
Color Harmonies of #B37688
Complementary color
Monochromatic Colors of #B37688
Black with #B37688
Text Example
Text Example
White with #B37688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37688; }
p { color: rgb(179,118,136); }
H1.HeaderClassName
{
color: #B37688;
}
.AnyTagClassName
{
color: #B37688;
}
</style>
background-color css
<style>
a { background-color: #B37688; }
a { background-color: rgb(179,118,136); }
div.DivClassName
{
background-color: #B37688;
}
.BgClassName
{
background-color: #B37688;
}
</style>
border-color css
<style>
span { border-color: #B37688; }
span { border-color: rgb(179,118,136); }
td.TdClassName
{
border-color: #B37688;
}
.TagClassName
{
border-color: #B37688;
}
</style>