Shades of Tapestry #BD708C
Tints of Tapestry #BD708C
RGB
CMYK
RGB Variations
Color information
#BD708C (or 0xBD708C) is known color: Tapestry. HEX triplet: BD, 70 and 8C. RGB value is (189,112,140). Sum of RGB (Red+Green+Blue) = 189+112+140=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD708C is #428F73. Grayscale: #8A8A8A. Windows color (decimal): -4362100 or 9203901. OLE color: 9203901.
HSL color Cylindrical-coordinate representation of color #BD708C: hue angle of 338.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD708C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 140 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.26 |
| HSL | 338.18º | 0.37% | 0.59% | - |
| HSV(B) | 338.18º | 0.41% | 0.74% | - |
| XYZ | 31.51 | 24.3 | 27.84 | - |
| YUV | 138.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 140 | 0 | 0.41 | 0.26 | 0.26 | 338.18 | 0.37 | 0.59 |
| Hex | BD | 70 | 8C | 0 | 29 | 1A | 1A | 152 | 25 | 3B |
| Octal | 275 | 160 | 214 | 0 | 51 | 32 | 32 | 522 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10001100 | 0 | 101001 | 11010 | 11010 | 101010010 | 100101 | 111011 |
Color Harmonies of #BD708C
Complementary color
Monochromatic Colors of #BD708C
Black with #BD708C
Text Example
Text Example
White with #BD708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD708C; }
p { color: rgb(189,112,140); }
H1.HeaderClassName
{
color: #BD708C;
}
.AnyTagClassName
{
color: #BD708C;
}
</style>
background-color css
<style>
a { background-color: #BD708C; }
a { background-color: rgb(189,112,140); }
div.DivClassName
{
background-color: #BD708C;
}
.BgClassName
{
background-color: #BD708C;
}
</style>
border-color css
<style>
span { border-color: #BD708C; }
span { border-color: rgb(189,112,140); }
td.TdClassName
{
border-color: #BD708C;
}
.TagClassName
{
border-color: #BD708C;
}
</style>