Shades of Tapestry #BD708E
Tints of Tapestry #BD708E
RGB
CMYK
RGB Variations
Color information
#BD708E (or 0xBD708E) is known color: Tapestry. HEX triplet: BD, 70 and 8E. RGB value is (189,112,142). Sum of RGB (Red+Green+Blue) = 189+112+142=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD708E is #428F71. Grayscale: #8A8A8A. Windows color (decimal): -4362098 or 9334973. OLE color: 9334973.
HSL color Cylindrical-coordinate representation of color #BD708E: hue angle of 336.62º 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 #BD708E is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 142 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.26 |
| HSL | 336.62º | 0.37% | 0.59% | - |
| HSV(B) | 336.62º | 0.41% | 0.74% | - |
| XYZ | 31.66 | 24.36 | 28.62 | - |
| YUV | 138.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 142 | 0 | 0.41 | 0.25 | 0.26 | 336.62 | 0.37 | 0.59 |
| Hex | BD | 70 | 8E | 0 | 29 | 19 | 1A | 151 | 25 | 3B |
| Octal | 275 | 160 | 216 | 0 | 51 | 31 | 32 | 521 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10001110 | 0 | 101001 | 11001 | 11010 | 101010001 | 100101 | 111011 |
Color Harmonies of #BD708E
Complementary color
Monochromatic Colors of #BD708E
Black with #BD708E
Text Example
Text Example
White with #BD708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD708E; }
p { color: rgb(189,112,142); }
H1.HeaderClassName
{
color: #BD708E;
}
.AnyTagClassName
{
color: #BD708E;
}
</style>
background-color css
<style>
a { background-color: #BD708E; }
a { background-color: rgb(189,112,142); }
div.DivClassName
{
background-color: #BD708E;
}
.BgClassName
{
background-color: #BD708E;
}
</style>
border-color css
<style>
span { border-color: #BD708E; }
span { border-color: rgb(189,112,142); }
td.TdClassName
{
border-color: #BD708E;
}
.TagClassName
{
border-color: #BD708E;
}
</style>