Shades of Tapestry #B4778C
Tints of Tapestry #B4778C
RGB
CMYK
RGB Variations
Color information
#B4778C (or 0xB4778C) is known color: Tapestry. HEX triplet: B4, 77 and 8C. RGB value is (180,119,140). Sum of RGB (Red+Green+Blue) = 180+119+140=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778C is #4B8873. Grayscale: #8B8B8B. Windows color (decimal): -4950132 or 9205684. OLE color: 9205684.
HSL color Cylindrical-coordinate representation of color #B4778C: hue angle of 339.34º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4778C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 140 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.29 |
| HSL | 339.34º | 0.29% | 0.59% | - |
| HSV(B) | 339.34º | 0.34% | 0.71% | - |
| XYZ | 30.15 | 24.79 | 28.01 | - |
| YUV | 139.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 140 | 0 | 0.34 | 0.22 | 0.29 | 339.34 | 0.29 | 0.59 |
| Hex | B4 | 77 | 8C | 0 | 22 | 16 | 1D | 153 | 1D | 3B |
| Octal | 264 | 167 | 214 | 0 | 42 | 26 | 35 | 523 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10001100 | 0 | 100010 | 10110 | 11101 | 101010011 | 11101 | 111011 |
Color Harmonies of #B4778C
Complementary color
Monochromatic Colors of #B4778C
Black with #B4778C
Text Example
Text Example
White with #B4778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4778C; }
p { color: rgb(180,119,140); }
H1.HeaderClassName
{
color: #B4778C;
}
.AnyTagClassName
{
color: #B4778C;
}
</style>
background-color css
<style>
a { background-color: #B4778C; }
a { background-color: rgb(180,119,140); }
div.DivClassName
{
background-color: #B4778C;
}
.BgClassName
{
background-color: #B4778C;
}
</style>
border-color css
<style>
span { border-color: #B4778C; }
span { border-color: rgb(180,119,140); }
td.TdClassName
{
border-color: #B4778C;
}
.TagClassName
{
border-color: #B4778C;
}
</style>