Shades of Tapestry #B77894
Tints of Tapestry #B77894
RGB
CMYK
RGB Variations
Color information
#B77894 (or 0xB77894) is known color: Tapestry. HEX triplet: B7, 78 and 94. RGB value is (183,120,148). Sum of RGB (Red+Green+Blue) = 183+120+148=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B77894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77894 is #48876B. Grayscale: #8D8D8D. Windows color (decimal): -4753260 or 9730231. OLE color: 9730231.
HSL color Cylindrical-coordinate representation of color #B77894: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77894 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 148 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.28 |
| HSL | 333.33º | 0.3% | 0.59% | - |
| HSV(B) | 333.33º | 0.34% | 0.72% | - |
| XYZ | 31.59 | 25.64 | 31.3 | - |
| YUV | 142.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 148 | 0 | 0.34 | 0.19 | 0.28 | 333.33 | 0.3 | 0.59 |
| Hex | B7 | 78 | 94 | 0 | 22 | 13 | 1C | 14D | 1E | 3B |
| Octal | 267 | 170 | 224 | 0 | 42 | 23 | 34 | 515 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10010100 | 0 | 100010 | 10011 | 11100 | 101001101 | 11110 | 111011 |
Color Harmonies of #B77894
Complementary color
Monochromatic Colors of #B77894
Black with #B77894
Text Example
Text Example
White with #B77894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77894; }
p { color: rgb(183,120,148); }
H1.HeaderClassName
{
color: #B77894;
}
.AnyTagClassName
{
color: #B77894;
}
</style>
background-color css
<style>
a { background-color: #B77894; }
a { background-color: rgb(183,120,148); }
div.DivClassName
{
background-color: #B77894;
}
.BgClassName
{
background-color: #B77894;
}
</style>
border-color css
<style>
span { border-color: #B77894; }
span { border-color: rgb(183,120,148); }
td.TdClassName
{
border-color: #B77894;
}
.TagClassName
{
border-color: #B77894;
}
</style>