Shades of Tapestry #B96B8D
Tints of Tapestry #B96B8D
RGB
CMYK
RGB Variations
Color information
#B96B8D (or 0xB96B8D) is known color: Tapestry. HEX triplet: B9, 6B and 8D. RGB value is (185,107,141). Sum of RGB (Red+Green+Blue) = 185+107+141=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B8D is #469472. Grayscale: #868686. Windows color (decimal): -4625523 or 9268153. OLE color: 9268153.
HSL color Cylindrical-coordinate representation of color #B96B8D: hue angle of 333.85º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B8D is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 141 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.27 |
| HSL | 333.85º | 0.36% | 0.57% | - |
| HSV(B) | 333.85º | 0.42% | 0.73% | - |
| XYZ | 30.07 | 22.75 | 28.01 | - |
| YUV | 134.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 141 | 0 | 0.42 | 0.24 | 0.27 | 333.85 | 0.36 | 0.57 |
| Hex | B9 | 6B | 8D | 0 | 2A | 18 | 1B | 14E | 24 | 39 |
| Octal | 271 | 153 | 215 | 0 | 52 | 30 | 33 | 516 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10001101 | 0 | 101010 | 11000 | 11011 | 101001110 | 100100 | 111001 |
Color Harmonies of #B96B8D
Complementary color
Monochromatic Colors of #B96B8D
Black with #B96B8D
Text Example
Text Example
White with #B96B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B8D; }
p { color: rgb(185,107,141); }
H1.HeaderClassName
{
color: #B96B8D;
}
.AnyTagClassName
{
color: #B96B8D;
}
</style>
background-color css
<style>
a { background-color: #B96B8D; }
a { background-color: rgb(185,107,141); }
div.DivClassName
{
background-color: #B96B8D;
}
.BgClassName
{
background-color: #B96B8D;
}
</style>
border-color css
<style>
span { border-color: #B96B8D; }
span { border-color: rgb(185,107,141); }
td.TdClassName
{
border-color: #B96B8D;
}
.TagClassName
{
border-color: #B96B8D;
}
</style>