Shades of Tapestry #BD798B
Tints of Tapestry #BD798B
RGB
CMYK
RGB Variations
Color information
#BD798B (or 0xBD798B) is known color: Tapestry. HEX triplet: BD, 79 and 8B. RGB value is (189,121,139). Sum of RGB (Red+Green+Blue) = 189+121+139=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD798B is #428674. Grayscale: #8F8F8F. Windows color (decimal): -4359797 or 9140669. OLE color: 9140669.
HSL color Cylindrical-coordinate representation of color #BD798B: hue angle of 344.12º 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 #BD798B is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 139 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.26 |
| HSL | 344.12º | 0.34% | 0.61% | - |
| HSV(B) | 344.12º | 0.36% | 0.74% | - |
| XYZ | 32.48 | 26.36 | 27.8 | - |
| YUV | 143.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 139 | 0 | 0.36 | 0.26 | 0.26 | 344.12 | 0.34 | 0.61 |
| Hex | BD | 79 | 8B | 0 | 24 | 1A | 1A | 158 | 22 | 3D |
| Octal | 275 | 171 | 213 | 0 | 44 | 32 | 32 | 530 | 42 | 75 |
| Binary | 10111101 | 1111001 | 10001011 | 0 | 100100 | 11010 | 11010 | 101011000 | 100010 | 111101 |
Color Harmonies of #BD798B
Complementary color
Monochromatic Colors of #BD798B
Black with #BD798B
Text Example
Text Example
White with #BD798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD798B; }
p { color: rgb(189,121,139); }
H1.HeaderClassName
{
color: #BD798B;
}
.AnyTagClassName
{
color: #BD798B;
}
</style>
background-color css
<style>
a { background-color: #BD798B; }
a { background-color: rgb(189,121,139); }
div.DivClassName
{
background-color: #BD798B;
}
.BgClassName
{
background-color: #BD798B;
}
</style>
border-color css
<style>
span { border-color: #BD798B; }
span { border-color: rgb(189,121,139); }
td.TdClassName
{
border-color: #BD798B;
}
.TagClassName
{
border-color: #BD798B;
}
</style>