Shades of Tapestry #B76C8C
Tints of Tapestry #B76C8C
RGB
CMYK
RGB Variations
Color information
#B76C8C (or 0xB76C8C) is known color: Tapestry. HEX triplet: B7, 6C and 8C. RGB value is (183,108,140). Sum of RGB (Red+Green+Blue) = 183+108+140=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8C is #489373. Grayscale: #868686. Windows color (decimal): -4756340 or 9202871. OLE color: 9202871.
HSL color Cylindrical-coordinate representation of color #B76C8C: hue angle of 334.4º 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 #B76C8C is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 140 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.28 |
| HSL | 334.4º | 0.34% | 0.57% | - |
| HSV(B) | 334.4º | 0.41% | 0.72% | - |
| XYZ | 29.62 | 22.69 | 27.63 | - |
| YUV | 134.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 140 | 0 | 0.41 | 0.23 | 0.28 | 334.4 | 0.34 | 0.57 |
| Hex | B7 | 6C | 8C | 0 | 29 | 17 | 1C | 14E | 22 | 39 |
| Octal | 267 | 154 | 214 | 0 | 51 | 27 | 34 | 516 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10001100 | 0 | 101001 | 10111 | 11100 | 101001110 | 100010 | 111001 |
Color Harmonies of #B76C8C
Complementary color
Monochromatic Colors of #B76C8C
Black with #B76C8C
Text Example
Text Example
White with #B76C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C8C; }
p { color: rgb(183,108,140); }
H1.HeaderClassName
{
color: #B76C8C;
}
.AnyTagClassName
{
color: #B76C8C;
}
</style>
background-color css
<style>
a { background-color: #B76C8C; }
a { background-color: rgb(183,108,140); }
div.DivClassName
{
background-color: #B76C8C;
}
.BgClassName
{
background-color: #B76C8C;
}
</style>
border-color css
<style>
span { border-color: #B76C8C; }
span { border-color: rgb(183,108,140); }
td.TdClassName
{
border-color: #B76C8C;
}
.TagClassName
{
border-color: #B76C8C;
}
</style>