Shades of Tapestry #B76C8E
Tints of Tapestry #B76C8E
RGB
CMYK
RGB Variations
Color information
#B76C8E (or 0xB76C8E) is known color: Tapestry. HEX triplet: B7, 6C and 8E. RGB value is (183,108,142). Sum of RGB (Red+Green+Blue) = 183+108+142=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8E is #489371. Grayscale: #868686. Windows color (decimal): -4756338 or 9333943. OLE color: 9333943.
HSL color Cylindrical-coordinate representation of color #B76C8E: hue angle of 332.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76C8E is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 142 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.28 |
| HSL | 332.8º | 0.34% | 0.57% | - |
| HSV(B) | 332.8º | 0.41% | 0.72% | - |
| XYZ | 29.77 | 22.75 | 28.41 | - |
| YUV | 134.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 142 | 0 | 0.41 | 0.22 | 0.28 | 332.8 | 0.34 | 0.57 |
| Hex | B7 | 6C | 8E | 0 | 29 | 16 | 1C | 14D | 22 | 39 |
| Octal | 267 | 154 | 216 | 0 | 51 | 26 | 34 | 515 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10001110 | 0 | 101001 | 10110 | 11100 | 101001101 | 100010 | 111001 |
Color Harmonies of #B76C8E
Complementary color
Monochromatic Colors of #B76C8E
Black with #B76C8E
Text Example
Text Example
White with #B76C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C8E; }
p { color: rgb(183,108,142); }
H1.HeaderClassName
{
color: #B76C8E;
}
.AnyTagClassName
{
color: #B76C8E;
}
</style>
background-color css
<style>
a { background-color: #B76C8E; }
a { background-color: rgb(183,108,142); }
div.DivClassName
{
background-color: #B76C8E;
}
.BgClassName
{
background-color: #B76C8E;
}
</style>
border-color css
<style>
span { border-color: #B76C8E; }
span { border-color: rgb(183,108,142); }
td.TdClassName
{
border-color: #B76C8E;
}
.TagClassName
{
border-color: #B76C8E;
}
</style>