Shades of Tapestry #B76F8E
Tints of Tapestry #B76F8E
RGB
CMYK
RGB Variations
Color information
#B76F8E (or 0xB76F8E) is known color: Tapestry. HEX triplet: B7, 6F and 8E. RGB value is (183,111,142). Sum of RGB (Red+Green+Blue) = 183+111+142=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F8E is #489071. Grayscale: #888888. Windows color (decimal): -4755570 or 9334711. OLE color: 9334711.
HSL color Cylindrical-coordinate representation of color #B76F8E: hue angle of 334.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F8E is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 142 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.28 |
| HSL | 334.17º | 0.33% | 0.58% | - |
| HSV(B) | 334.17º | 0.39% | 0.72% | - |
| XYZ | 30.1 | 23.39 | 28.52 | - |
| YUV | 136.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 142 | 0 | 0.39 | 0.22 | 0.28 | 334.17 | 0.33 | 0.58 |
| Hex | B7 | 6F | 8E | 0 | 27 | 16 | 1C | 14E | 21 | 3A |
| Octal | 267 | 157 | 216 | 0 | 47 | 26 | 34 | 516 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10001110 | 0 | 100111 | 10110 | 11100 | 101001110 | 100001 | 111010 |
Color Harmonies of #B76F8E
Complementary color
Monochromatic Colors of #B76F8E
Black with #B76F8E
Text Example
Text Example
White with #B76F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F8E; }
p { color: rgb(183,111,142); }
H1.HeaderClassName
{
color: #B76F8E;
}
.AnyTagClassName
{
color: #B76F8E;
}
</style>
background-color css
<style>
a { background-color: #B76F8E; }
a { background-color: rgb(183,111,142); }
div.DivClassName
{
background-color: #B76F8E;
}
.BgClassName
{
background-color: #B76F8E;
}
</style>
border-color css
<style>
span { border-color: #B76F8E; }
span { border-color: rgb(183,111,142); }
td.TdClassName
{
border-color: #B76F8E;
}
.TagClassName
{
border-color: #B76F8E;
}
</style>