Shades of Tapestry #B76E93
Tints of Tapestry #B76E93
RGB
CMYK
RGB Variations
Color information
#B76E93 (or 0xB76E93) is known color: Tapestry. HEX triplet: B7, 6E and 93. RGB value is (183,110,147). Sum of RGB (Red+Green+Blue) = 183+110+147=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E93 is #48916C. Grayscale: #878787. Windows color (decimal): -4755821 or 9662135. OLE color: 9662135.
HSL color Cylindrical-coordinate representation of color #B76E93: hue angle of 329.59º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E93 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 147 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.28 |
| HSL | 329.59º | 0.34% | 0.57% | - |
| HSV(B) | 329.59º | 0.4% | 0.72% | - |
| XYZ | 30.37 | 23.33 | 30.51 | - |
| YUV | 136.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 147 | 0 | 0.40 | 0.20 | 0.28 | 329.59 | 0.34 | 0.57 |
| Hex | B7 | 6E | 93 | 0 | 28 | 14 | 1C | 14A | 22 | 39 |
| Octal | 267 | 156 | 223 | 0 | 50 | 24 | 34 | 512 | 42 | 71 |
| Binary | 10110111 | 1101110 | 10010011 | 0 | 101000 | 10100 | 11100 | 101001010 | 100010 | 111001 |
Color Harmonies of #B76E93
Complementary color
Monochromatic Colors of #B76E93
Black with #B76E93
Text Example
Text Example
White with #B76E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E93; }
p { color: rgb(183,110,147); }
H1.HeaderClassName
{
color: #B76E93;
}
.AnyTagClassName
{
color: #B76E93;
}
</style>
background-color css
<style>
a { background-color: #B76E93; }
a { background-color: rgb(183,110,147); }
div.DivClassName
{
background-color: #B76E93;
}
.BgClassName
{
background-color: #B76E93;
}
</style>
border-color css
<style>
span { border-color: #B76E93; }
span { border-color: rgb(183,110,147); }
td.TdClassName
{
border-color: #B76E93;
}
.TagClassName
{
border-color: #B76E93;
}
</style>