Shades of Tapestry #B96F8D
Tints of Tapestry #B96F8D
RGB
CMYK
RGB Variations
Color information
#B96F8D (or 0xB96F8D) is known color: Tapestry. HEX triplet: B9, 6F and 8D. RGB value is (185,111,141). Sum of RGB (Red+Green+Blue) = 185+111+141=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F8D is #469072. Grayscale: #888888. Windows color (decimal): -4624499 or 9269177. OLE color: 9269177.
HSL color Cylindrical-coordinate representation of color #B96F8D: hue angle of 335.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F8D is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 141 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.27 |
| HSL | 335.68º | 0.35% | 0.58% | - |
| HSV(B) | 335.68º | 0.4% | 0.73% | - |
| XYZ | 30.5 | 23.61 | 28.15 | - |
| YUV | 136.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 141 | 0 | 0.4 | 0.24 | 0.27 | 335.68 | 0.35 | 0.58 |
| Hex | B9 | 6F | 8D | 0 | 28 | 18 | 1B | 150 | 23 | 3A |
| Octal | 271 | 157 | 215 | 0 | 50 | 30 | 33 | 520 | 43 | 72 |
| Binary | 10111001 | 1101111 | 10001101 | 0 | 101000 | 11000 | 11011 | 101010000 | 100011 | 111010 |
Color Harmonies of #B96F8D
Complementary color
Monochromatic Colors of #B96F8D
Black with #B96F8D
Text Example
Text Example
White with #B96F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F8D; }
p { color: rgb(185,111,141); }
H1.HeaderClassName
{
color: #B96F8D;
}
.AnyTagClassName
{
color: #B96F8D;
}
</style>
background-color css
<style>
a { background-color: #B96F8D; }
a { background-color: rgb(185,111,141); }
div.DivClassName
{
background-color: #B96F8D;
}
.BgClassName
{
background-color: #B96F8D;
}
</style>
border-color css
<style>
span { border-color: #B96F8D; }
span { border-color: rgb(185,111,141); }
td.TdClassName
{
border-color: #B96F8D;
}
.TagClassName
{
border-color: #B96F8D;
}
</style>