Shades of Tapestry #B97A8D
Tints of Tapestry #B97A8D
RGB
CMYK
RGB Variations
Color information
#B97A8D (or 0xB97A8D) is known color: Tapestry. HEX triplet: B9, 7A and 8D. RGB value is (185,122,141). Sum of RGB (Red+Green+Blue) = 185+122+141=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A8D is #468572. Grayscale: #8E8E8E. Windows color (decimal): -4621683 or 9271993. OLE color: 9271993.
HSL color Cylindrical-coordinate representation of color #B97A8D: hue angle of 341.9º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97A8D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 141 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.27 |
| HSL | 341.9º | 0.31% | 0.6% | - |
| HSV(B) | 341.9º | 0.34% | 0.73% | - |
| XYZ | 31.77 | 26.16 | 28.57 | - |
| YUV | 143 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 141 | 0 | 0.34 | 0.24 | 0.27 | 341.9 | 0.31 | 0.6 |
| Hex | B9 | 7A | 8D | 0 | 22 | 18 | 1B | 156 | 1F | 3C |
| Octal | 271 | 172 | 215 | 0 | 42 | 30 | 33 | 526 | 37 | 74 |
| Binary | 10111001 | 1111010 | 10001101 | 0 | 100010 | 11000 | 11011 | 101010110 | 11111 | 111100 |
Color Harmonies of #B97A8D
Complementary color
Monochromatic Colors of #B97A8D
Black with #B97A8D
Text Example
Text Example
White with #B97A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A8D; }
p { color: rgb(185,122,141); }
H1.HeaderClassName
{
color: #B97A8D;
}
.AnyTagClassName
{
color: #B97A8D;
}
</style>
background-color css
<style>
a { background-color: #B97A8D; }
a { background-color: rgb(185,122,141); }
div.DivClassName
{
background-color: #B97A8D;
}
.BgClassName
{
background-color: #B97A8D;
}
</style>
border-color css
<style>
span { border-color: #B97A8D; }
span { border-color: rgb(185,122,141); }
td.TdClassName
{
border-color: #B97A8D;
}
.TagClassName
{
border-color: #B97A8D;
}
</style>