Shades of Tapestry #BD7888
Tints of Tapestry #BD7888
RGB
CMYK
RGB Variations
Color information
#BD7888 (or 0xBD7888) is known color: Tapestry. HEX triplet: BD, 78 and 88. RGB value is (189,120,136). Sum of RGB (Red+Green+Blue) = 189+120+136=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7888 is #428777. Grayscale: #8E8E8E. Windows color (decimal): -4360056 or 8943805. OLE color: 8943805.
HSL color Cylindrical-coordinate representation of color #BD7888: hue angle of 346.09º 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 #BD7888 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 136 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.26 |
| HSL | 346.09º | 0.34% | 0.61% | - |
| HSV(B) | 346.09º | 0.37% | 0.74% | - |
| XYZ | 32.15 | 26.03 | 26.62 | - |
| YUV | 142.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 136 | 0 | 0.37 | 0.28 | 0.26 | 346.09 | 0.34 | 0.61 |
| Hex | BD | 78 | 88 | 0 | 25 | 1C | 1A | 15A | 22 | 3D |
| Octal | 275 | 170 | 210 | 0 | 45 | 34 | 32 | 532 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10001000 | 0 | 100101 | 11100 | 11010 | 101011010 | 100010 | 111101 |
Color Harmonies of #BD7888
Complementary color
Monochromatic Colors of #BD7888
Black with #BD7888
Text Example
Text Example
White with #BD7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7888; }
p { color: rgb(189,120,136); }
H1.HeaderClassName
{
color: #BD7888;
}
.AnyTagClassName
{
color: #BD7888;
}
</style>
background-color css
<style>
a { background-color: #BD7888; }
a { background-color: rgb(189,120,136); }
div.DivClassName
{
background-color: #BD7888;
}
.BgClassName
{
background-color: #BD7888;
}
</style>
border-color css
<style>
span { border-color: #BD7888; }
span { border-color: rgb(189,120,136); }
td.TdClassName
{
border-color: #BD7888;
}
.TagClassName
{
border-color: #BD7888;
}
</style>