Shades of Tapestry #BD7078
Tints of Tapestry #BD7078
RGB
CMYK
RGB Variations
Color information
#BD7078 (or 0xBD7078) is known color: Tapestry. HEX triplet: BD, 70 and 78. RGB value is (189,112,120). Sum of RGB (Red+Green+Blue) = 189+112+120=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7078 is #428F87. Grayscale: #878787. Windows color (decimal): -4362120 or 7893181. OLE color: 7893181.
HSL color Cylindrical-coordinate representation of color #BD7078: hue angle of 353.77º 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 #BD7078 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 120 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.26 |
| HSL | 353.77º | 0.37% | 0.59% | - |
| HSV(B) | 353.77º | 0.41% | 0.74% | - |
| XYZ | 30.17 | 23.76 | 20.77 | - |
| YUV | 135.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 120 | 0 | 0.41 | 0.37 | 0.26 | 353.77 | 0.37 | 0.59 |
| Hex | BD | 70 | 78 | 0 | 29 | 25 | 1A | 162 | 25 | 3B |
| Octal | 275 | 160 | 170 | 0 | 51 | 45 | 32 | 542 | 45 | 73 |
| Binary | 10111101 | 1110000 | 1111000 | 0 | 101001 | 100101 | 11010 | 101100010 | 100101 | 111011 |
Color Harmonies of #BD7078
Complementary color
Monochromatic Colors of #BD7078
Black with #BD7078
Text Example
Text Example
White with #BD7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7078; }
p { color: rgb(189,112,120); }
H1.HeaderClassName
{
color: #BD7078;
}
.AnyTagClassName
{
color: #BD7078;
}
</style>
background-color css
<style>
a { background-color: #BD7078; }
a { background-color: rgb(189,112,120); }
div.DivClassName
{
background-color: #BD7078;
}
.BgClassName
{
background-color: #BD7078;
}
</style>
border-color css
<style>
span { border-color: #BD7078; }
span { border-color: rgb(189,112,120); }
td.TdClassName
{
border-color: #BD7078;
}
.TagClassName
{
border-color: #BD7078;
}
</style>