Shades of Tapestry #B76C8D
Tints of Tapestry #B76C8D
RGB
CMYK
RGB Variations
Color information
#B76C8D (or 0xB76C8D) is known color: Tapestry. HEX triplet: B7, 6C and 8D. RGB value is (183,108,141). Sum of RGB (Red+Green+Blue) = 183+108+141=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8D is #489372. Grayscale: #868686. Windows color (decimal): -4756339 or 9268407. OLE color: 9268407.
HSL color Cylindrical-coordinate representation of color #B76C8D: hue angle of 333.6º 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 #B76C8D is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 141 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.28 |
| HSL | 333.6º | 0.34% | 0.57% | - |
| HSV(B) | 333.6º | 0.41% | 0.72% | - |
| XYZ | 29.7 | 22.72 | 28.02 | - |
| YUV | 134.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 141 | 0 | 0.41 | 0.23 | 0.28 | 333.6 | 0.34 | 0.57 |
| Hex | B7 | 6C | 8D | 0 | 29 | 17 | 1C | 14E | 22 | 39 |
| Octal | 267 | 154 | 215 | 0 | 51 | 27 | 34 | 516 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10001101 | 0 | 101001 | 10111 | 11100 | 101001110 | 100010 | 111001 |
Color Harmonies of #B76C8D
Complementary color
Monochromatic Colors of #B76C8D
Black with #B76C8D
Text Example
Text Example
White with #B76C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C8D; }
p { color: rgb(183,108,141); }
H1.HeaderClassName
{
color: #B76C8D;
}
.AnyTagClassName
{
color: #B76C8D;
}
</style>
background-color css
<style>
a { background-color: #B76C8D; }
a { background-color: rgb(183,108,141); }
div.DivClassName
{
background-color: #B76C8D;
}
.BgClassName
{
background-color: #B76C8D;
}
</style>
border-color css
<style>
span { border-color: #B76C8D; }
span { border-color: rgb(183,108,141); }
td.TdClassName
{
border-color: #B76C8D;
}
.TagClassName
{
border-color: #B76C8D;
}
</style>