Shades of Tapestry #BD778C
Tints of Tapestry #BD778C
RGB
CMYK
RGB Variations
Color information
#BD778C (or 0xBD778C) is known color: Tapestry. HEX triplet: BD, 77 and 8C. RGB value is (189,119,140). Sum of RGB (Red+Green+Blue) = 189+119+140=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778C is #428873. Grayscale: #8E8E8E. Windows color (decimal): -4360308 or 9205693. OLE color: 9205693.
HSL color Cylindrical-coordinate representation of color #BD778C: hue angle of 342º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD778C is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 140 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.26 |
| HSL | 342º | 0.35% | 0.6% | - |
| HSV(B) | 342º | 0.37% | 0.74% | - |
| XYZ | 32.32 | 25.91 | 28.11 | - |
| YUV | 142.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 140 | 0 | 0.37 | 0.26 | 0.26 | 342 | 0.35 | 0.6 |
| Hex | BD | 77 | 8C | 0 | 25 | 1A | 1A | 156 | 23 | 3C |
| Octal | 275 | 167 | 214 | 0 | 45 | 32 | 32 | 526 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10001100 | 0 | 100101 | 11010 | 11010 | 101010110 | 100011 | 111100 |
Color Harmonies of #BD778C
Complementary color
Monochromatic Colors of #BD778C
Black with #BD778C
Text Example
Text Example
White with #BD778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD778C; }
p { color: rgb(189,119,140); }
H1.HeaderClassName
{
color: #BD778C;
}
.AnyTagClassName
{
color: #BD778C;
}
</style>
background-color css
<style>
a { background-color: #BD778C; }
a { background-color: rgb(189,119,140); }
div.DivClassName
{
background-color: #BD778C;
}
.BgClassName
{
background-color: #BD778C;
}
</style>
border-color css
<style>
span { border-color: #BD778C; }
span { border-color: rgb(189,119,140); }
td.TdClassName
{
border-color: #BD778C;
}
.TagClassName
{
border-color: #BD778C;
}
</style>