Shades of Tapestry #BD7688
Tints of Tapestry #BD7688
RGB
CMYK
RGB Variations
Color information
#BD7688 (or 0xBD7688) is known color: Tapestry. HEX triplet: BD, 76 and 88. RGB value is (189,118,136). Sum of RGB (Red+Green+Blue) = 189+118+136=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7688 is #428977. Grayscale: #8D8D8D. Windows color (decimal): -4360568 or 8943293. OLE color: 8943293.
HSL color Cylindrical-coordinate representation of color #BD7688: hue angle of 344.79º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7688 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 136 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.26 |
| HSL | 344.79º | 0.35% | 0.6% | - |
| HSV(B) | 344.79º | 0.38% | 0.74% | - |
| XYZ | 31.91 | 25.55 | 26.54 | - |
| YUV | 141.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 136 | 0 | 0.38 | 0.28 | 0.26 | 344.79 | 0.35 | 0.6 |
| Hex | BD | 76 | 88 | 0 | 26 | 1C | 1A | 159 | 23 | 3C |
| Octal | 275 | 166 | 210 | 0 | 46 | 34 | 32 | 531 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10001000 | 0 | 100110 | 11100 | 11010 | 101011001 | 100011 | 111100 |
Color Harmonies of #BD7688
Complementary color
Monochromatic Colors of #BD7688
Black with #BD7688
Text Example
Text Example
White with #BD7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7688; }
p { color: rgb(189,118,136); }
H1.HeaderClassName
{
color: #BD7688;
}
.AnyTagClassName
{
color: #BD7688;
}
</style>
background-color css
<style>
a { background-color: #BD7688; }
a { background-color: rgb(189,118,136); }
div.DivClassName
{
background-color: #BD7688;
}
.BgClassName
{
background-color: #BD7688;
}
</style>
border-color css
<style>
span { border-color: #BD7688; }
span { border-color: rgb(189,118,136); }
td.TdClassName
{
border-color: #BD7688;
}
.TagClassName
{
border-color: #BD7688;
}
</style>