Shades of Tapestry #B76891
Tints of Tapestry #B76891
RGB
CMYK
RGB Variations
Color information
#B76891 (or 0xB76891) is known color: Tapestry. HEX triplet: B7, 68 and 91. RGB value is (183,104,145). Sum of RGB (Red+Green+Blue) = 183+104+145=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76891 is #48976E. Grayscale: #848484. Windows color (decimal): -4757359 or 9529527. OLE color: 9529527.
HSL color Cylindrical-coordinate representation of color #B76891: hue angle of 328.86º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76891 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 145 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.28 |
| HSL | 328.86º | 0.35% | 0.56% | - |
| HSV(B) | 328.86º | 0.43% | 0.72% | - |
| XYZ | 29.59 | 22.01 | 29.48 | - |
| YUV | 132.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 145 | 0 | 0.43 | 0.21 | 0.28 | 328.86 | 0.35 | 0.56 |
| Hex | B7 | 68 | 91 | 0 | 2B | 15 | 1C | 149 | 23 | 38 |
| Octal | 267 | 150 | 221 | 0 | 53 | 25 | 34 | 511 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10010001 | 0 | 101011 | 10101 | 11100 | 101001001 | 100011 | 111000 |
Color Harmonies of #B76891
Complementary color
Monochromatic Colors of #B76891
Black with #B76891
Text Example
Text Example
White with #B76891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76891; }
p { color: rgb(183,104,145); }
H1.HeaderClassName
{
color: #B76891;
}
.AnyTagClassName
{
color: #B76891;
}
</style>
background-color css
<style>
a { background-color: #B76891; }
a { background-color: rgb(183,104,145); }
div.DivClassName
{
background-color: #B76891;
}
.BgClassName
{
background-color: #B76891;
}
</style>
border-color css
<style>
span { border-color: #B76891; }
span { border-color: rgb(183,104,145); }
td.TdClassName
{
border-color: #B76891;
}
.TagClassName
{
border-color: #B76891;
}
</style>