Shades of Tapestry #BD787D
Tints of Tapestry #BD787D
RGB
CMYK
RGB Variations
Color information
#BD787D (or 0xBD787D) is known color: Tapestry. HEX triplet: BD, 78 and 7D. RGB value is (189,120,125). Sum of RGB (Red+Green+Blue) = 189+120+125=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD787D is #428782. Grayscale: #8D8D8D. Windows color (decimal): -4360067 or 8222909. OLE color: 8222909.
HSL color Cylindrical-coordinate representation of color #BD787D: hue angle of 355.65º 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 #BD787D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 125 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.26 |
| HSL | 355.65º | 0.34% | 0.61% | - |
| HSV(B) | 355.65º | 0.37% | 0.74% | - |
| XYZ | 31.4 | 25.73 | 22.71 | - |
| YUV | 141.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 125 | 0 | 0.37 | 0.34 | 0.26 | 355.65 | 0.34 | 0.61 |
| Hex | BD | 78 | 7D | 0 | 25 | 22 | 1A | 164 | 22 | 3D |
| Octal | 275 | 170 | 175 | 0 | 45 | 42 | 32 | 544 | 42 | 75 |
| Binary | 10111101 | 1111000 | 1111101 | 0 | 100101 | 100010 | 11010 | 101100100 | 100010 | 111101 |
Color Harmonies of #BD787D
Complementary color
Monochromatic Colors of #BD787D
Black with #BD787D
Text Example
Text Example
White with #BD787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD787D; }
p { color: rgb(189,120,125); }
H1.HeaderClassName
{
color: #BD787D;
}
.AnyTagClassName
{
color: #BD787D;
}
</style>
background-color css
<style>
a { background-color: #BD787D; }
a { background-color: rgb(189,120,125); }
div.DivClassName
{
background-color: #BD787D;
}
.BgClassName
{
background-color: #BD787D;
}
</style>
border-color css
<style>
span { border-color: #BD787D; }
span { border-color: rgb(189,120,125); }
td.TdClassName
{
border-color: #BD787D;
}
.TagClassName
{
border-color: #BD787D;
}
</style>