Shades of Tapestry #BD6E76
Tints of Tapestry #BD6E76
RGB
CMYK
RGB Variations
Color information
#BD6E76 (or 0xBD6E76) is known color: Tapestry. HEX triplet: BD, 6E and 76. RGB value is (189,110,118). Sum of RGB (Red+Green+Blue) = 189+110+118=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E76 is #429189. Grayscale: #868686. Windows color (decimal): -4362634 or 7761597. OLE color: 7761597.
HSL color Cylindrical-coordinate representation of color #BD6E76: hue angle of 353.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6E76 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 118 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.26 |
| HSL | 353.92º | 0.37% | 0.59% | - |
| HSV(B) | 353.92º | 0.42% | 0.74% | - |
| XYZ | 29.83 | 23.28 | 20.06 | - |
| YUV | 134.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 118 | 0 | 0.42 | 0.38 | 0.26 | 353.92 | 0.37 | 0.59 |
| Hex | BD | 6E | 76 | 0 | 2A | 26 | 1A | 162 | 25 | 3B |
| Octal | 275 | 156 | 166 | 0 | 52 | 46 | 32 | 542 | 45 | 73 |
| Binary | 10111101 | 1101110 | 1110110 | 0 | 101010 | 100110 | 11010 | 101100010 | 100101 | 111011 |
Color Harmonies of #BD6E76
Complementary color
Monochromatic Colors of #BD6E76
Black with #BD6E76
Text Example
Text Example
White with #BD6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E76; }
p { color: rgb(189,110,118); }
H1.HeaderClassName
{
color: #BD6E76;
}
.AnyTagClassName
{
color: #BD6E76;
}
</style>
background-color css
<style>
a { background-color: #BD6E76; }
a { background-color: rgb(189,110,118); }
div.DivClassName
{
background-color: #BD6E76;
}
.BgClassName
{
background-color: #BD6E76;
}
</style>
border-color css
<style>
span { border-color: #BD6E76; }
span { border-color: rgb(189,110,118); }
td.TdClassName
{
border-color: #BD6E76;
}
.TagClassName
{
border-color: #BD6E76;
}
</style>