Shades of Tapestry #B77E95
Tints of Tapestry #B77E95
RGB
CMYK
RGB Variations
Color information
#B77E95 (or 0xB77E95) is known color: Tapestry. HEX triplet: B7, 7E and 95. RGB value is (183,126,149). Sum of RGB (Red+Green+Blue) = 183+126+149=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E95 is #48816A. Grayscale: #919191. Windows color (decimal): -4751723 or 9797303. OLE color: 9797303.
HSL color Cylindrical-coordinate representation of color #B77E95: hue angle of 335.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77E95 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 149 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.28 |
| HSL | 335.79º | 0.28% | 0.61% | - |
| HSV(B) | 335.79º | 0.31% | 0.72% | - |
| XYZ | 32.41 | 27.16 | 31.97 | - |
| YUV | 145.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 149 | 0 | 0.31 | 0.19 | 0.28 | 335.79 | 0.28 | 0.61 |
| Hex | B7 | 7E | 95 | 0 | 1F | 13 | 1C | 150 | 1C | 3D |
| Octal | 267 | 176 | 225 | 0 | 37 | 23 | 34 | 520 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10010101 | 0 | 11111 | 10011 | 11100 | 101010000 | 11100 | 111101 |
Color Harmonies of #B77E95
Complementary color
Monochromatic Colors of #B77E95
Black with #B77E95
Text Example
Text Example
White with #B77E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E95; }
p { color: rgb(183,126,149); }
H1.HeaderClassName
{
color: #B77E95;
}
.AnyTagClassName
{
color: #B77E95;
}
</style>
background-color css
<style>
a { background-color: #B77E95; }
a { background-color: rgb(183,126,149); }
div.DivClassName
{
background-color: #B77E95;
}
.BgClassName
{
background-color: #B77E95;
}
</style>
border-color css
<style>
span { border-color: #B77E95; }
span { border-color: rgb(183,126,149); }
td.TdClassName
{
border-color: #B77E95;
}
.TagClassName
{
border-color: #B77E95;
}
</style>