Shades of Tapestry #B77893
Tints of Tapestry #B77893
RGB
CMYK
RGB Variations
Color information
#B77893 (or 0xB77893) is known color: Tapestry. HEX triplet: B7, 78 and 93. RGB value is (183,120,147). Sum of RGB (Red+Green+Blue) = 183+120+147=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77893 is #48876C. Grayscale: #8D8D8D. Windows color (decimal): -4753261 or 9664695. OLE color: 9664695.
HSL color Cylindrical-coordinate representation of color #B77893: hue angle of 334.29º 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 #B77893 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 147 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.28 |
| HSL | 334.29º | 0.3% | 0.59% | - |
| HSV(B) | 334.29º | 0.34% | 0.72% | - |
| XYZ | 31.51 | 25.61 | 30.89 | - |
| YUV | 141.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 147 | 0 | 0.34 | 0.20 | 0.28 | 334.29 | 0.3 | 0.59 |
| Hex | B7 | 78 | 93 | 0 | 22 | 14 | 1C | 14E | 1E | 3B |
| Octal | 267 | 170 | 223 | 0 | 42 | 24 | 34 | 516 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10010011 | 0 | 100010 | 10100 | 11100 | 101001110 | 11110 | 111011 |
Color Harmonies of #B77893
Complementary color
Monochromatic Colors of #B77893
Black with #B77893
Text Example
Text Example
White with #B77893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77893; }
p { color: rgb(183,120,147); }
H1.HeaderClassName
{
color: #B77893;
}
.AnyTagClassName
{
color: #B77893;
}
</style>
background-color css
<style>
a { background-color: #B77893; }
a { background-color: rgb(183,120,147); }
div.DivClassName
{
background-color: #B77893;
}
.BgClassName
{
background-color: #B77893;
}
</style>
border-color css
<style>
span { border-color: #B77893; }
span { border-color: rgb(183,120,147); }
td.TdClassName
{
border-color: #B77893;
}
.TagClassName
{
border-color: #B77893;
}
</style>