Shades of Tapestry #B97D8D
Tints of Tapestry #B97D8D
RGB
CMYK
RGB Variations
Color information
#B97D8D (or 0xB97D8D) is known color: Tapestry. HEX triplet: B9, 7D and 8D. RGB value is (185,125,141). Sum of RGB (Red+Green+Blue) = 185+125+141=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D8D is #468272. Grayscale: #909090. Windows color (decimal): -4620915 or 9272761. OLE color: 9272761.
HSL color Cylindrical-coordinate representation of color #B97D8D: hue angle of 344º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97D8D is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 141 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.27 |
| HSL | 344º | 0.3% | 0.61% | - |
| HSV(B) | 344º | 0.32% | 0.73% | - |
| XYZ | 32.15 | 26.9 | 28.7 | - |
| YUV | 144.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 141 | 0 | 0.32 | 0.24 | 0.27 | 344 | 0.3 | 0.61 |
| Hex | B9 | 7D | 8D | 0 | 20 | 18 | 1B | 158 | 1E | 3D |
| Octal | 271 | 175 | 215 | 0 | 40 | 30 | 33 | 530 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10001101 | 0 | 100000 | 11000 | 11011 | 101011000 | 11110 | 111101 |
Color Harmonies of #B97D8D
Complementary color
Monochromatic Colors of #B97D8D
Black with #B97D8D
Text Example
Text Example
White with #B97D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D8D; }
p { color: rgb(185,125,141); }
H1.HeaderClassName
{
color: #B97D8D;
}
.AnyTagClassName
{
color: #B97D8D;
}
</style>
background-color css
<style>
a { background-color: #B97D8D; }
a { background-color: rgb(185,125,141); }
div.DivClassName
{
background-color: #B97D8D;
}
.BgClassName
{
background-color: #B97D8D;
}
</style>
border-color css
<style>
span { border-color: #B97D8D; }
span { border-color: rgb(185,125,141); }
td.TdClassName
{
border-color: #B97D8D;
}
.TagClassName
{
border-color: #B97D8D;
}
</style>