Shades of Tapestry #B96E8D
Tints of Tapestry #B96E8D
RGB
CMYK
RGB Variations
Color information
#B96E8D (or 0xB96E8D) is known color: Tapestry. HEX triplet: B9, 6E and 8D. RGB value is (185,110,141). Sum of RGB (Red+Green+Blue) = 185+110+141=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96E8D is #469172. Grayscale: #878787. Windows color (decimal): -4624755 or 9268921. OLE color: 9268921.
HSL color Cylindrical-coordinate representation of color #B96E8D: hue angle of 335.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96E8D is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 141 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.27 |
| HSL | 335.2º | 0.35% | 0.58% | - |
| HSV(B) | 335.2º | 0.41% | 0.73% | - |
| XYZ | 30.39 | 23.39 | 28.11 | - |
| YUV | 135.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 141 | 0 | 0.41 | 0.24 | 0.27 | 335.2 | 0.35 | 0.58 |
| Hex | B9 | 6E | 8D | 0 | 29 | 18 | 1B | 14F | 23 | 3A |
| Octal | 271 | 156 | 215 | 0 | 51 | 30 | 33 | 517 | 43 | 72 |
| Binary | 10111001 | 1101110 | 10001101 | 0 | 101001 | 11000 | 11011 | 101001111 | 100011 | 111010 |
Color Harmonies of #B96E8D
Complementary color
Monochromatic Colors of #B96E8D
Black with #B96E8D
Text Example
Text Example
White with #B96E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E8D; }
p { color: rgb(185,110,141); }
H1.HeaderClassName
{
color: #B96E8D;
}
.AnyTagClassName
{
color: #B96E8D;
}
</style>
background-color css
<style>
a { background-color: #B96E8D; }
a { background-color: rgb(185,110,141); }
div.DivClassName
{
background-color: #B96E8D;
}
.BgClassName
{
background-color: #B96E8D;
}
</style>
border-color css
<style>
span { border-color: #B96E8D; }
span { border-color: rgb(185,110,141); }
td.TdClassName
{
border-color: #B96E8D;
}
.TagClassName
{
border-color: #B96E8D;
}
</style>