Shades of Tapestry #BD797B
Tints of Tapestry #BD797B
RGB
CMYK
RGB Variations
Color information
#BD797B (or 0xBD797B) is known color: Tapestry. HEX triplet: BD, 79 and 7B. RGB value is (189,121,123). Sum of RGB (Red+Green+Blue) = 189+121+123=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797B is #428684. Grayscale: #8D8D8D. Windows color (decimal): -4359813 or 8092093. OLE color: 8092093.
HSL color Cylindrical-coordinate representation of color #BD797B: hue angle of 358.24º 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 #BD797B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 123 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.26 |
| HSL | 358.24º | 0.34% | 0.61% | - |
| HSV(B) | 358.24º | 0.36% | 0.74% | - |
| XYZ | 31.4 | 25.92 | 22.09 | - |
| YUV | 141.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 123 | 0 | 0.36 | 0.35 | 0.26 | 358.24 | 0.34 | 0.61 |
| Hex | BD | 79 | 7B | 0 | 24 | 23 | 1A | 166 | 22 | 3D |
| Octal | 275 | 171 | 173 | 0 | 44 | 43 | 32 | 546 | 42 | 75 |
| Binary | 10111101 | 1111001 | 1111011 | 0 | 100100 | 100011 | 11010 | 101100110 | 100010 | 111101 |
Color Harmonies of #BD797B
Complementary color
Monochromatic Colors of #BD797B
Black with #BD797B
Text Example
Text Example
White with #BD797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD797B; }
p { color: rgb(189,121,123); }
H1.HeaderClassName
{
color: #BD797B;
}
.AnyTagClassName
{
color: #BD797B;
}
</style>
background-color css
<style>
a { background-color: #BD797B; }
a { background-color: rgb(189,121,123); }
div.DivClassName
{
background-color: #BD797B;
}
.BgClassName
{
background-color: #BD797B;
}
</style>
border-color css
<style>
span { border-color: #BD797B; }
span { border-color: rgb(189,121,123); }
td.TdClassName
{
border-color: #BD797B;
}
.TagClassName
{
border-color: #BD797B;
}
</style>