Shades of Tapestry #BD7079
Tints of Tapestry #BD7079
RGB
CMYK
RGB Variations
Color information
#BD7079 (or 0xBD7079) is known color: Tapestry. HEX triplet: BD, 70 and 79. RGB value is (189,112,121). Sum of RGB (Red+Green+Blue) = 189+112+121=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7079 is #428F86. Grayscale: #888888. Windows color (decimal): -4362119 or 7958717. OLE color: 7958717.
HSL color Cylindrical-coordinate representation of color #BD7079: hue angle of 352.99º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7079 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 121 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.26 |
| HSL | 352.99º | 0.37% | 0.59% | - |
| HSV(B) | 352.99º | 0.41% | 0.74% | - |
| XYZ | 30.23 | 23.79 | 21.09 | - |
| YUV | 136.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 121 | 0 | 0.41 | 0.36 | 0.26 | 352.99 | 0.37 | 0.59 |
| Hex | BD | 70 | 79 | 0 | 29 | 24 | 1A | 161 | 25 | 3B |
| Octal | 275 | 160 | 171 | 0 | 51 | 44 | 32 | 541 | 45 | 73 |
| Binary | 10111101 | 1110000 | 1111001 | 0 | 101001 | 100100 | 11010 | 101100001 | 100101 | 111011 |
Color Harmonies of #BD7079
Complementary color
Monochromatic Colors of #BD7079
Black with #BD7079
Text Example
Text Example
White with #BD7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7079; }
p { color: rgb(189,112,121); }
H1.HeaderClassName
{
color: #BD7079;
}
.AnyTagClassName
{
color: #BD7079;
}
</style>
background-color css
<style>
a { background-color: #BD7079; }
a { background-color: rgb(189,112,121); }
div.DivClassName
{
background-color: #BD7079;
}
.BgClassName
{
background-color: #BD7079;
}
</style>
border-color css
<style>
span { border-color: #BD7079; }
span { border-color: rgb(189,112,121); }
td.TdClassName
{
border-color: #BD7079;
}
.TagClassName
{
border-color: #BD7079;
}
</style>