Shades of Tapestry #B76B8E
Tints of Tapestry #B76B8E
RGB
CMYK
RGB Variations
Color information
#B76B8E (or 0xB76B8E) is known color: Tapestry. HEX triplet: B7, 6B and 8E. RGB value is (183,107,142). Sum of RGB (Red+Green+Blue) = 183+107+142=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B8E is #489471. Grayscale: #858585. Windows color (decimal): -4756594 or 9333687. OLE color: 9333687.
HSL color Cylindrical-coordinate representation of color #B76B8E: hue angle of 332.37º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76B8E is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 142 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.28 |
| HSL | 332.37º | 0.35% | 0.57% | - |
| HSV(B) | 332.37º | 0.42% | 0.72% | - |
| XYZ | 29.67 | 22.54 | 28.38 | - |
| YUV | 133.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 142 | 0 | 0.42 | 0.22 | 0.28 | 332.37 | 0.35 | 0.57 |
| Hex | B7 | 6B | 8E | 0 | 2A | 16 | 1C | 14C | 23 | 39 |
| Octal | 267 | 153 | 216 | 0 | 52 | 26 | 34 | 514 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10001110 | 0 | 101010 | 10110 | 11100 | 101001100 | 100011 | 111001 |
Color Harmonies of #B76B8E
Complementary color
Monochromatic Colors of #B76B8E
Black with #B76B8E
Text Example
Text Example
White with #B76B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B8E; }
p { color: rgb(183,107,142); }
H1.HeaderClassName
{
color: #B76B8E;
}
.AnyTagClassName
{
color: #B76B8E;
}
</style>
background-color css
<style>
a { background-color: #B76B8E; }
a { background-color: rgb(183,107,142); }
div.DivClassName
{
background-color: #B76B8E;
}
.BgClassName
{
background-color: #B76B8E;
}
</style>
border-color css
<style>
span { border-color: #B76B8E; }
span { border-color: rgb(183,107,142); }
td.TdClassName
{
border-color: #B76B8E;
}
.TagClassName
{
border-color: #B76B8E;
}
</style>