Shades of Tapestry #BD787F
Tints of Tapestry #BD787F
RGB
CMYK
RGB Variations
Color information
#BD787F (or 0xBD787F) is known color: Tapestry. HEX triplet: BD, 78 and 7F. RGB value is (189,120,127). Sum of RGB (Red+Green+Blue) = 189+120+127=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD787F is #428780. Grayscale: #8D8D8D. Windows color (decimal): -4360065 or 8353981. OLE color: 8353981.
HSL color Cylindrical-coordinate representation of color #BD787F: hue angle of 353.91º 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 #BD787F is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 127 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.26 |
| HSL | 353.91º | 0.34% | 0.61% | - |
| HSV(B) | 353.91º | 0.37% | 0.74% | - |
| XYZ | 31.53 | 25.78 | 23.39 | - |
| YUV | 141.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 127 | 0 | 0.37 | 0.33 | 0.26 | 353.91 | 0.34 | 0.61 |
| Hex | BD | 78 | 7F | 0 | 25 | 21 | 1A | 162 | 22 | 3D |
| Octal | 275 | 170 | 177 | 0 | 45 | 41 | 32 | 542 | 42 | 75 |
| Binary | 10111101 | 1111000 | 1111111 | 0 | 100101 | 100001 | 11010 | 101100010 | 100010 | 111101 |
Color Harmonies of #BD787F
Complementary color
Monochromatic Colors of #BD787F
Black with #BD787F
Text Example
Text Example
White with #BD787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD787F; }
p { color: rgb(189,120,127); }
H1.HeaderClassName
{
color: #BD787F;
}
.AnyTagClassName
{
color: #BD787F;
}
</style>
background-color css
<style>
a { background-color: #BD787F; }
a { background-color: rgb(189,120,127); }
div.DivClassName
{
background-color: #BD787F;
}
.BgClassName
{
background-color: #BD787F;
}
</style>
border-color css
<style>
span { border-color: #BD787F; }
span { border-color: rgb(189,120,127); }
td.TdClassName
{
border-color: #BD787F;
}
.TagClassName
{
border-color: #BD787F;
}
</style>