Shades of Tapestry #B96D8E
Tints of Tapestry #B96D8E
RGB
CMYK
RGB Variations
Color information
#B96D8E (or 0xB96D8E) is known color: Tapestry. HEX triplet: B9, 6D and 8E. RGB value is (185,109,142). Sum of RGB (Red+Green+Blue) = 185+109+142=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D8E is #469271. Grayscale: #878787. Windows color (decimal): -4625010 or 9334201. OLE color: 9334201.
HSL color Cylindrical-coordinate representation of color #B96D8E: hue angle of 333.95º 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 #B96D8E is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 142 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.27 |
| HSL | 333.95º | 0.35% | 0.58% | - |
| HSV(B) | 333.95º | 0.41% | 0.73% | - |
| XYZ | 30.36 | 23.2 | 28.47 | - |
| YUV | 135.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 142 | 0 | 0.41 | 0.23 | 0.27 | 333.95 | 0.35 | 0.58 |
| Hex | B9 | 6D | 8E | 0 | 29 | 17 | 1B | 14E | 23 | 3A |
| Octal | 271 | 155 | 216 | 0 | 51 | 27 | 33 | 516 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10001110 | 0 | 101001 | 10111 | 11011 | 101001110 | 100011 | 111010 |
Color Harmonies of #B96D8E
Complementary color
Monochromatic Colors of #B96D8E
Black with #B96D8E
Text Example
Text Example
White with #B96D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D8E; }
p { color: rgb(185,109,142); }
H1.HeaderClassName
{
color: #B96D8E;
}
.AnyTagClassName
{
color: #B96D8E;
}
</style>
background-color css
<style>
a { background-color: #B96D8E; }
a { background-color: rgb(185,109,142); }
div.DivClassName
{
background-color: #B96D8E;
}
.BgClassName
{
background-color: #B96D8E;
}
</style>
border-color css
<style>
span { border-color: #B96D8E; }
span { border-color: rgb(185,109,142); }
td.TdClassName
{
border-color: #B96D8E;
}
.TagClassName
{
border-color: #B96D8E;
}
</style>