Shades of Tapestry #BD7C8F
Tints of Tapestry #BD7C8F
RGB
CMYK
RGB Variations
Color information
#BD7C8F (or 0xBD7C8F) is known color: Tapestry. HEX triplet: BD, 7C and 8F. RGB value is (189,124,143). Sum of RGB (Red+Green+Blue) = 189+124+143=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7C8F is #428370. Grayscale: #919191. Windows color (decimal): -4359025 or 9403581. OLE color: 9403581.
HSL color Cylindrical-coordinate representation of color #BD7C8F: hue angle of 342.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7C8F is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 143 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.26 |
| HSL | 342.46º | 0.33% | 0.61% | - |
| HSV(B) | 342.46º | 0.34% | 0.74% | - |
| XYZ | 33.15 | 27.22 | 29.49 | - |
| YUV | 145.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 143 | 0 | 0.34 | 0.24 | 0.26 | 342.46 | 0.33 | 0.61 |
| Hex | BD | 7C | 8F | 0 | 22 | 18 | 1A | 156 | 21 | 3D |
| Octal | 275 | 174 | 217 | 0 | 42 | 30 | 32 | 526 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10001111 | 0 | 100010 | 11000 | 11010 | 101010110 | 100001 | 111101 |
Color Harmonies of #BD7C8F
Complementary color
Monochromatic Colors of #BD7C8F
Black with #BD7C8F
Text Example
Text Example
White with #BD7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C8F; }
p { color: rgb(189,124,143); }
H1.HeaderClassName
{
color: #BD7C8F;
}
.AnyTagClassName
{
color: #BD7C8F;
}
</style>
background-color css
<style>
a { background-color: #BD7C8F; }
a { background-color: rgb(189,124,143); }
div.DivClassName
{
background-color: #BD7C8F;
}
.BgClassName
{
background-color: #BD7C8F;
}
</style>
border-color css
<style>
span { border-color: #BD7C8F; }
span { border-color: rgb(189,124,143); }
td.TdClassName
{
border-color: #BD7C8F;
}
.TagClassName
{
border-color: #BD7C8F;
}
</style>