Shades of Tapestry #BD7E8C
Tints of Tapestry #BD7E8C
RGB
CMYK
RGB Variations
Color information
#BD7E8C (or 0xBD7E8C) is known color: Tapestry. HEX triplet: BD, 7E and 8C. RGB value is (189,126,140). Sum of RGB (Red+Green+Blue) = 189+126+140=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E8C is #428173. Grayscale: #929292. Windows color (decimal): -4358516 or 9207485. OLE color: 9207485.
HSL color Cylindrical-coordinate representation of color #BD7E8C: hue angle of 346.67º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7E8C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 140 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.26 |
| HSL | 346.67º | 0.32% | 0.62% | - |
| HSV(B) | 346.67º | 0.33% | 0.74% | - |
| XYZ | 33.18 | 27.63 | 28.4 | - |
| YUV | 146.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 140 | 0 | 0.33 | 0.26 | 0.26 | 346.67 | 0.32 | 0.62 |
| Hex | BD | 7E | 8C | 0 | 21 | 1A | 1A | 15B | 20 | 3E |
| Octal | 275 | 176 | 214 | 0 | 41 | 32 | 32 | 533 | 40 | 76 |
| Binary | 10111101 | 1111110 | 10001100 | 0 | 100001 | 11010 | 11010 | 101011011 | 100000 | 111110 |
Color Harmonies of #BD7E8C
Complementary color
Monochromatic Colors of #BD7E8C
Black with #BD7E8C
Text Example
Text Example
White with #BD7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E8C; }
p { color: rgb(189,126,140); }
H1.HeaderClassName
{
color: #BD7E8C;
}
.AnyTagClassName
{
color: #BD7E8C;
}
</style>
background-color css
<style>
a { background-color: #BD7E8C; }
a { background-color: rgb(189,126,140); }
div.DivClassName
{
background-color: #BD7E8C;
}
.BgClassName
{
background-color: #BD7E8C;
}
</style>
border-color css
<style>
span { border-color: #BD7E8C; }
span { border-color: rgb(189,126,140); }
td.TdClassName
{
border-color: #BD7E8C;
}
.TagClassName
{
border-color: #BD7E8C;
}
</style>