Shades of Tapestry #BD6D7E
Tints of Tapestry #BD6D7E
RGB
CMYK
RGB Variations
Color information
#BD6D7E (or 0xBD6D7E) is known color: Tapestry. HEX triplet: BD, 6D and 7E. RGB value is (189,109,126). Sum of RGB (Red+Green+Blue) = 189+109+126=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D7E is #429281. Grayscale: #868686. Windows color (decimal): -4362882 or 8285629. OLE color: 8285629.
HSL color Cylindrical-coordinate representation of color #BD6D7E: hue angle of 347.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6D7E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 126 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.26 |
| HSL | 347.25º | 0.38% | 0.58% | - |
| HSV(B) | 347.25º | 0.42% | 0.74% | - |
| XYZ | 30.22 | 23.26 | 22.64 | - |
| YUV | 134.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 126 | 0 | 0.42 | 0.33 | 0.26 | 347.25 | 0.38 | 0.58 |
| Hex | BD | 6D | 7E | 0 | 2A | 21 | 1A | 15B | 26 | 3A |
| Octal | 275 | 155 | 176 | 0 | 52 | 41 | 32 | 533 | 46 | 72 |
| Binary | 10111101 | 1101101 | 1111110 | 0 | 101010 | 100001 | 11010 | 101011011 | 100110 | 111010 |
Color Harmonies of #BD6D7E
Complementary color
Monochromatic Colors of #BD6D7E
Black with #BD6D7E
Text Example
Text Example
White with #BD6D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D7E; }
p { color: rgb(189,109,126); }
H1.HeaderClassName
{
color: #BD6D7E;
}
.AnyTagClassName
{
color: #BD6D7E;
}
</style>
background-color css
<style>
a { background-color: #BD6D7E; }
a { background-color: rgb(189,109,126); }
div.DivClassName
{
background-color: #BD6D7E;
}
.BgClassName
{
background-color: #BD6D7E;
}
</style>
border-color css
<style>
span { border-color: #BD6D7E; }
span { border-color: rgb(189,109,126); }
td.TdClassName
{
border-color: #BD6D7E;
}
.TagClassName
{
border-color: #BD6D7E;
}
</style>