Shades of Tapestry #B6778C
Tints of Tapestry #B6778C
RGB
CMYK
RGB Variations
Color information
#B6778C (or 0xB6778C) is known color: Tapestry. HEX triplet: B6, 77 and 8C. RGB value is (182,119,140). Sum of RGB (Red+Green+Blue) = 182+119+140=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778C is #498873. Grayscale: #8C8C8C. Windows color (decimal): -4819060 or 9205686. OLE color: 9205686.
HSL color Cylindrical-coordinate representation of color #B6778C: hue angle of 340º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6778C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 140 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.29 |
| HSL | 340º | 0.3% | 0.59% | - |
| HSV(B) | 340º | 0.35% | 0.71% | - |
| XYZ | 30.62 | 25.03 | 28.03 | - |
| YUV | 140.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 140 | 0 | 0.35 | 0.23 | 0.29 | 340 | 0.3 | 0.59 |
| Hex | B6 | 77 | 8C | 0 | 23 | 17 | 1D | 154 | 1E | 3B |
| Octal | 266 | 167 | 214 | 0 | 43 | 27 | 35 | 524 | 36 | 73 |
| Binary | 10110110 | 1110111 | 10001100 | 0 | 100011 | 10111 | 11101 | 101010100 | 11110 | 111011 |
Color Harmonies of #B6778C
Complementary color
Monochromatic Colors of #B6778C
Black with #B6778C
Text Example
Text Example
White with #B6778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6778C; }
p { color: rgb(182,119,140); }
H1.HeaderClassName
{
color: #B6778C;
}
.AnyTagClassName
{
color: #B6778C;
}
</style>
background-color css
<style>
a { background-color: #B6778C; }
a { background-color: rgb(182,119,140); }
div.DivClassName
{
background-color: #B6778C;
}
.BgClassName
{
background-color: #B6778C;
}
</style>
border-color css
<style>
span { border-color: #B6778C; }
span { border-color: rgb(182,119,140); }
td.TdClassName
{
border-color: #B6778C;
}
.TagClassName
{
border-color: #B6778C;
}
</style>