Shades of Tapestry #BD787E
Tints of Tapestry #BD787E
RGB
CMYK
RGB Variations
Color information
#BD787E (or 0xBD787E) is known color: Tapestry. HEX triplet: BD, 78 and 7E. RGB value is (189,120,126). Sum of RGB (Red+Green+Blue) = 189+120+126=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD787E is #428781. Grayscale: #8D8D8D. Windows color (decimal): -4360066 or 8288445. OLE color: 8288445.
HSL color Cylindrical-coordinate representation of color #BD787E: hue angle of 354.78º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD787E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 126 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.26 |
| HSL | 354.78º | 0.34% | 0.61% | - |
| HSV(B) | 354.78º | 0.37% | 0.74% | - |
| XYZ | 31.47 | 25.76 | 23.05 | - |
| YUV | 141.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 126 | 0 | 0.37 | 0.33 | 0.26 | 354.78 | 0.34 | 0.61 |
| Hex | BD | 78 | 7E | 0 | 25 | 21 | 1A | 163 | 22 | 3D |
| Octal | 275 | 170 | 176 | 0 | 45 | 41 | 32 | 543 | 42 | 75 |
| Binary | 10111101 | 1111000 | 1111110 | 0 | 100101 | 100001 | 11010 | 101100011 | 100010 | 111101 |
Color Harmonies of #BD787E
Complementary color
Monochromatic Colors of #BD787E
Black with #BD787E
Text Example
Text Example
White with #BD787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD787E; }
p { color: rgb(189,120,126); }
H1.HeaderClassName
{
color: #BD787E;
}
.AnyTagClassName
{
color: #BD787E;
}
</style>
background-color css
<style>
a { background-color: #BD787E; }
a { background-color: rgb(189,120,126); }
div.DivClassName
{
background-color: #BD787E;
}
.BgClassName
{
background-color: #BD787E;
}
</style>
border-color css
<style>
span { border-color: #BD787E; }
span { border-color: rgb(189,120,126); }
td.TdClassName
{
border-color: #BD787E;
}
.TagClassName
{
border-color: #BD787E;
}
</style>