Shades of Tapestry #BD797F
Tints of Tapestry #BD797F
RGB
CMYK
RGB Variations
Color information
#BD797F (or 0xBD797F) is known color: Tapestry. HEX triplet: BD, 79 and 7F. RGB value is (189,121,127). Sum of RGB (Red+Green+Blue) = 189+121+127=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797F is #428680. Grayscale: #8E8E8E. Windows color (decimal): -4359809 or 8354237. OLE color: 8354237.
HSL color Cylindrical-coordinate representation of color #BD797F: hue angle of 354.71º 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 #BD797F is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 127 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.26 |
| HSL | 354.71º | 0.34% | 0.61% | - |
| HSV(B) | 354.71º | 0.36% | 0.74% | - |
| XYZ | 31.65 | 26.03 | 23.43 | - |
| YUV | 142.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 127 | 0 | 0.36 | 0.33 | 0.26 | 354.71 | 0.34 | 0.61 |
| Hex | BD | 79 | 7F | 0 | 24 | 21 | 1A | 163 | 22 | 3D |
| Octal | 275 | 171 | 177 | 0 | 44 | 41 | 32 | 543 | 42 | 75 |
| Binary | 10111101 | 1111001 | 1111111 | 0 | 100100 | 100001 | 11010 | 101100011 | 100010 | 111101 |
Color Harmonies of #BD797F
Complementary color
Monochromatic Colors of #BD797F
Black with #BD797F
Text Example
Text Example
White with #BD797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD797F; }
p { color: rgb(189,121,127); }
H1.HeaderClassName
{
color: #BD797F;
}
.AnyTagClassName
{
color: #BD797F;
}
</style>
background-color css
<style>
a { background-color: #BD797F; }
a { background-color: rgb(189,121,127); }
div.DivClassName
{
background-color: #BD797F;
}
.BgClassName
{
background-color: #BD797F;
}
</style>
border-color css
<style>
span { border-color: #BD797F; }
span { border-color: rgb(189,121,127); }
td.TdClassName
{
border-color: #BD797F;
}
.TagClassName
{
border-color: #BD797F;
}
</style>