Shades of Tapestry #BD7C8E
Tints of Tapestry #BD7C8E
RGB
CMYK
RGB Variations
Color information
#BD7C8E (or 0xBD7C8E) is known color: Tapestry. HEX triplet: BD, 7C and 8E. RGB value is (189,124,142). Sum of RGB (Red+Green+Blue) = 189+124+142=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7C8E is #428371. Grayscale: #919191. Windows color (decimal): -4359026 or 9338045. OLE color: 9338045.
HSL color Cylindrical-coordinate representation of color #BD7C8E: hue angle of 343.38º 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 #BD7C8E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 142 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.26 |
| HSL | 343.38º | 0.33% | 0.61% | - |
| HSV(B) | 343.38º | 0.34% | 0.74% | - |
| XYZ | 33.08 | 27.19 | 29.1 | - |
| YUV | 145.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 142 | 0 | 0.34 | 0.25 | 0.26 | 343.38 | 0.33 | 0.61 |
| Hex | BD | 7C | 8E | 0 | 22 | 19 | 1A | 157 | 21 | 3D |
| Octal | 275 | 174 | 216 | 0 | 42 | 31 | 32 | 527 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10001110 | 0 | 100010 | 11001 | 11010 | 101010111 | 100001 | 111101 |
Color Harmonies of #BD7C8E
Complementary color
Monochromatic Colors of #BD7C8E
Black with #BD7C8E
Text Example
Text Example
White with #BD7C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C8E; }
p { color: rgb(189,124,142); }
H1.HeaderClassName
{
color: #BD7C8E;
}
.AnyTagClassName
{
color: #BD7C8E;
}
</style>
background-color css
<style>
a { background-color: #BD7C8E; }
a { background-color: rgb(189,124,142); }
div.DivClassName
{
background-color: #BD7C8E;
}
.BgClassName
{
background-color: #BD7C8E;
}
</style>
border-color css
<style>
span { border-color: #BD7C8E; }
span { border-color: rgb(189,124,142); }
td.TdClassName
{
border-color: #BD7C8E;
}
.TagClassName
{
border-color: #BD7C8E;
}
</style>