Shades of Tapestry #BD6C89
Tints of Tapestry #BD6C89
RGB
CMYK
RGB Variations
Color information
#BD6C89 (or 0xBD6C89) is known color: Tapestry. HEX triplet: BD, 6C and 89. RGB value is (189,108,137). Sum of RGB (Red+Green+Blue) = 189+108+137=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6C89 is #429376. Grayscale: #878787. Windows color (decimal): -4363127 or 9006269. OLE color: 9006269.
HSL color Cylindrical-coordinate representation of color #BD6C89: hue angle of 338.52º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C89 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 137 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.26 |
| HSL | 338.52º | 0.38% | 0.58% | - |
| HSV(B) | 338.52º | 0.43% | 0.74% | - |
| XYZ | 30.86 | 23.35 | 26.55 | - |
| YUV | 135.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 137 | 0 | 0.43 | 0.28 | 0.26 | 338.52 | 0.38 | 0.58 |
| Hex | BD | 6C | 89 | 0 | 2B | 1C | 1A | 153 | 26 | 3A |
| Octal | 275 | 154 | 211 | 0 | 53 | 34 | 32 | 523 | 46 | 72 |
| Binary | 10111101 | 1101100 | 10001001 | 0 | 101011 | 11100 | 11010 | 101010011 | 100110 | 111010 |
Color Harmonies of #BD6C89
Complementary color
Monochromatic Colors of #BD6C89
Black with #BD6C89
Text Example
Text Example
White with #BD6C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C89; }
p { color: rgb(189,108,137); }
H1.HeaderClassName
{
color: #BD6C89;
}
.AnyTagClassName
{
color: #BD6C89;
}
</style>
background-color css
<style>
a { background-color: #BD6C89; }
a { background-color: rgb(189,108,137); }
div.DivClassName
{
background-color: #BD6C89;
}
.BgClassName
{
background-color: #BD6C89;
}
</style>
border-color css
<style>
span { border-color: #BD6C89; }
span { border-color: rgb(189,108,137); }
td.TdClassName
{
border-color: #BD6C89;
}
.TagClassName
{
border-color: #BD6C89;
}
</style>