Shades of Tapestry #BD797D
Tints of Tapestry #BD797D
RGB
CMYK
RGB Variations
Color information
#BD797D (or 0xBD797D) is known color: Tapestry. HEX triplet: BD, 79 and 7D. RGB value is (189,121,125). Sum of RGB (Red+Green+Blue) = 189+121+125=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797D is #428682. Grayscale: #8D8D8D. Windows color (decimal): -4359811 or 8223165. OLE color: 8223165.
HSL color Cylindrical-coordinate representation of color #BD797D: hue angle of 356.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD797D is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 125 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.26 |
| HSL | 356.47º | 0.34% | 0.61% | - |
| HSV(B) | 356.47º | 0.36% | 0.74% | - |
| XYZ | 31.53 | 25.97 | 22.75 | - |
| YUV | 141.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 125 | 0 | 0.36 | 0.34 | 0.26 | 356.47 | 0.34 | 0.61 |
| Hex | BD | 79 | 7D | 0 | 24 | 22 | 1A | 164 | 22 | 3D |
| Octal | 275 | 171 | 175 | 0 | 44 | 42 | 32 | 544 | 42 | 75 |
| Binary | 10111101 | 1111001 | 1111101 | 0 | 100100 | 100010 | 11010 | 101100100 | 100010 | 111101 |
Color Harmonies of #BD797D
Complementary color
Monochromatic Colors of #BD797D
Black with #BD797D
Text Example
Text Example
White with #BD797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD797D; }
p { color: rgb(189,121,125); }
H1.HeaderClassName
{
color: #BD797D;
}
.AnyTagClassName
{
color: #BD797D;
}
</style>
background-color css
<style>
a { background-color: #BD797D; }
a { background-color: rgb(189,121,125); }
div.DivClassName
{
background-color: #BD797D;
}
.BgClassName
{
background-color: #BD797D;
}
</style>
border-color css
<style>
span { border-color: #BD797D; }
span { border-color: rgb(189,121,125); }
td.TdClassName
{
border-color: #BD797D;
}
.TagClassName
{
border-color: #BD797D;
}
</style>