Shades of Tapestry #BD7C7E
Tints of Tapestry #BD7C7E
RGB
CMYK
RGB Variations
Color information
#BD7C7E (or 0xBD7C7E) is known color: Tapestry. HEX triplet: BD, 7C and 7E. RGB value is (189,124,126). Sum of RGB (Red+Green+Blue) = 189+124+126=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C7E is #428381. Grayscale: #8F8F8F. Windows color (decimal): -4359042 or 8289469. OLE color: 8289469.
HSL color Cylindrical-coordinate representation of color #BD7C7E: hue angle of 358.15º 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 #BD7C7E is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 126 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.26 |
| HSL | 358.15º | 0.33% | 0.61% | - |
| HSV(B) | 358.15º | 0.34% | 0.74% | - |
| XYZ | 31.96 | 26.74 | 23.22 | - |
| YUV | 143.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 126 | 0 | 0.34 | 0.33 | 0.26 | 358.15 | 0.33 | 0.61 |
| Hex | BD | 7C | 7E | 0 | 22 | 21 | 1A | 166 | 21 | 3D |
| Octal | 275 | 174 | 176 | 0 | 42 | 41 | 32 | 546 | 41 | 75 |
| Binary | 10111101 | 1111100 | 1111110 | 0 | 100010 | 100001 | 11010 | 101100110 | 100001 | 111101 |
Color Harmonies of #BD7C7E
Complementary color
Monochromatic Colors of #BD7C7E
Black with #BD7C7E
Text Example
Text Example
White with #BD7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C7E; }
p { color: rgb(189,124,126); }
H1.HeaderClassName
{
color: #BD7C7E;
}
.AnyTagClassName
{
color: #BD7C7E;
}
</style>
background-color css
<style>
a { background-color: #BD7C7E; }
a { background-color: rgb(189,124,126); }
div.DivClassName
{
background-color: #BD7C7E;
}
.BgClassName
{
background-color: #BD7C7E;
}
</style>
border-color css
<style>
span { border-color: #BD7C7E; }
span { border-color: rgb(189,124,126); }
td.TdClassName
{
border-color: #BD7C7E;
}
.TagClassName
{
border-color: #BD7C7E;
}
</style>