Shades of Tapestry #BD6E84
Tints of Tapestry #BD6E84
RGB
CMYK
RGB Variations
Color information
#BD6E84 (or 0xBD6E84) is known color: Tapestry. HEX triplet: BD, 6E and 84. RGB value is (189,110,132). Sum of RGB (Red+Green+Blue) = 189+110+132=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E84 is #42917B. Grayscale: #888888. Windows color (decimal): -4362620 or 8679101. OLE color: 8679101.
HSL color Cylindrical-coordinate representation of color #BD6E84: hue angle of 343.29º 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 #BD6E84 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 132 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.26 |
| HSL | 343.29º | 0.37% | 0.59% | - |
| HSV(B) | 343.29º | 0.42% | 0.74% | - |
| XYZ | 30.73 | 23.64 | 24.77 | - |
| YUV | 136.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 132 | 0 | 0.42 | 0.30 | 0.26 | 343.29 | 0.37 | 0.59 |
| Hex | BD | 6E | 84 | 0 | 2A | 1E | 1A | 157 | 25 | 3B |
| Octal | 275 | 156 | 204 | 0 | 52 | 36 | 32 | 527 | 45 | 73 |
| Binary | 10111101 | 1101110 | 10000100 | 0 | 101010 | 11110 | 11010 | 101010111 | 100101 | 111011 |
Color Harmonies of #BD6E84
Complementary color
Monochromatic Colors of #BD6E84
Black with #BD6E84
Text Example
Text Example
White with #BD6E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E84; }
p { color: rgb(189,110,132); }
H1.HeaderClassName
{
color: #BD6E84;
}
.AnyTagClassName
{
color: #BD6E84;
}
</style>
background-color css
<style>
a { background-color: #BD6E84; }
a { background-color: rgb(189,110,132); }
div.DivClassName
{
background-color: #BD6E84;
}
.BgClassName
{
background-color: #BD6E84;
}
</style>
border-color css
<style>
span { border-color: #BD6E84; }
span { border-color: rgb(189,110,132); }
td.TdClassName
{
border-color: #BD6E84;
}
.TagClassName
{
border-color: #BD6E84;
}
</style>