Shades of Tapestry #B77191
Tints of Tapestry #B77191
RGB
CMYK
RGB Variations
Color information
#B77191 (or 0xB77191) is known color: Tapestry. HEX triplet: B7, 71 and 91. RGB value is (183,113,145). Sum of RGB (Red+Green+Blue) = 183+113+145=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B77191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77191 is #488E6E. Grayscale: #898989. Windows color (decimal): -4755055 or 9531831. OLE color: 9531831.
HSL color Cylindrical-coordinate representation of color #B77191: hue angle of 332.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77191 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 145 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.28 |
| HSL | 332.57º | 0.33% | 0.58% | - |
| HSV(B) | 332.57º | 0.38% | 0.72% | - |
| XYZ | 30.54 | 23.92 | 29.8 | - |
| YUV | 137.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 145 | 0 | 0.38 | 0.21 | 0.28 | 332.57 | 0.33 | 0.58 |
| Hex | B7 | 71 | 91 | 0 | 26 | 15 | 1C | 14D | 21 | 3A |
| Octal | 267 | 161 | 221 | 0 | 46 | 25 | 34 | 515 | 41 | 72 |
| Binary | 10110111 | 1110001 | 10010001 | 0 | 100110 | 10101 | 11100 | 101001101 | 100001 | 111010 |
Color Harmonies of #B77191
Complementary color
Monochromatic Colors of #B77191
Black with #B77191
Text Example
Text Example
White with #B77191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77191; }
p { color: rgb(183,113,145); }
H1.HeaderClassName
{
color: #B77191;
}
.AnyTagClassName
{
color: #B77191;
}
</style>
background-color css
<style>
a { background-color: #B77191; }
a { background-color: rgb(183,113,145); }
div.DivClassName
{
background-color: #B77191;
}
.BgClassName
{
background-color: #B77191;
}
</style>
border-color css
<style>
span { border-color: #B77191; }
span { border-color: rgb(183,113,145); }
td.TdClassName
{
border-color: #B77191;
}
.TagClassName
{
border-color: #B77191;
}
</style>