Shades of Tapestry #BD788E
Tints of Tapestry #BD788E
RGB
CMYK
RGB Variations
Color information
#BD788E (or 0xBD788E) is known color: Tapestry. HEX triplet: BD, 78 and 8E. RGB value is (189,120,142). Sum of RGB (Red+Green+Blue) = 189+120+142=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD788E is #428771. Grayscale: #8F8F8F. Windows color (decimal): -4360050 or 9337021. OLE color: 9337021.
HSL color Cylindrical-coordinate representation of color #BD788E: hue angle of 340.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD788E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 142 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.26 |
| HSL | 340.87º | 0.34% | 0.61% | - |
| HSV(B) | 340.87º | 0.37% | 0.74% | - |
| XYZ | 32.59 | 26.2 | 28.93 | - |
| YUV | 143.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 142 | 0 | 0.37 | 0.25 | 0.26 | 340.87 | 0.34 | 0.61 |
| Hex | BD | 78 | 8E | 0 | 25 | 19 | 1A | 155 | 22 | 3D |
| Octal | 275 | 170 | 216 | 0 | 45 | 31 | 32 | 525 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10001110 | 0 | 100101 | 11001 | 11010 | 101010101 | 100010 | 111101 |
Color Harmonies of #BD788E
Complementary color
Monochromatic Colors of #BD788E
Black with #BD788E
Text Example
Text Example
White with #BD788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD788E; }
p { color: rgb(189,120,142); }
H1.HeaderClassName
{
color: #BD788E;
}
.AnyTagClassName
{
color: #BD788E;
}
</style>
background-color css
<style>
a { background-color: #BD788E; }
a { background-color: rgb(189,120,142); }
div.DivClassName
{
background-color: #BD788E;
}
.BgClassName
{
background-color: #BD788E;
}
</style>
border-color css
<style>
span { border-color: #BD788E; }
span { border-color: rgb(189,120,142); }
td.TdClassName
{
border-color: #BD788E;
}
.TagClassName
{
border-color: #BD788E;
}
</style>