Shades of Tapestry #BD7689
Tints of Tapestry #BD7689
RGB
CMYK
RGB Variations
Color information
#BD7689 (or 0xBD7689) is known color: Tapestry. HEX triplet: BD, 76 and 89. RGB value is (189,118,137). Sum of RGB (Red+Green+Blue) = 189+118+137=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7689 is #428976. Grayscale: #8D8D8D. Windows color (decimal): -4360567 or 9008829. OLE color: 9008829.
HSL color Cylindrical-coordinate representation of color #BD7689: hue angle of 343.94º 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 #BD7689 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 137 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.26 |
| HSL | 343.94º | 0.35% | 0.6% | - |
| HSV(B) | 343.94º | 0.38% | 0.74% | - |
| XYZ | 31.98 | 25.58 | 26.92 | - |
| YUV | 141.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 137 | 0 | 0.38 | 0.28 | 0.26 | 343.94 | 0.35 | 0.6 |
| Hex | BD | 76 | 89 | 0 | 26 | 1C | 1A | 158 | 23 | 3C |
| Octal | 275 | 166 | 211 | 0 | 46 | 34 | 32 | 530 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10001001 | 0 | 100110 | 11100 | 11010 | 101011000 | 100011 | 111100 |
Color Harmonies of #BD7689
Complementary color
Monochromatic Colors of #BD7689
Black with #BD7689
Text Example
Text Example
White with #BD7689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7689; }
p { color: rgb(189,118,137); }
H1.HeaderClassName
{
color: #BD7689;
}
.AnyTagClassName
{
color: #BD7689;
}
</style>
background-color css
<style>
a { background-color: #BD7689; }
a { background-color: rgb(189,118,137); }
div.DivClassName
{
background-color: #BD7689;
}
.BgClassName
{
background-color: #BD7689;
}
</style>
border-color css
<style>
span { border-color: #BD7689; }
span { border-color: rgb(189,118,137); }
td.TdClassName
{
border-color: #BD7689;
}
.TagClassName
{
border-color: #BD7689;
}
</style>