Shades of Tapestry #BD707E
Tints of Tapestry #BD707E
RGB
CMYK
RGB Variations
Color information
#BD707E (or 0xBD707E) is known color: Tapestry. HEX triplet: BD, 70 and 7E. RGB value is (189,112,126). Sum of RGB (Red+Green+Blue) = 189+112+126=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707E is #428F81. Grayscale: #888888. Windows color (decimal): -4362114 or 8286397. OLE color: 8286397.
HSL color Cylindrical-coordinate representation of color #BD707E: hue angle of 349.09º 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 #BD707E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 126 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.26 |
| HSL | 349.09º | 0.37% | 0.59% | - |
| HSV(B) | 349.09º | 0.41% | 0.74% | - |
| XYZ | 30.55 | 23.91 | 22.74 | - |
| YUV | 136.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 126 | 0 | 0.41 | 0.33 | 0.26 | 349.09 | 0.37 | 0.59 |
| Hex | BD | 70 | 7E | 0 | 29 | 21 | 1A | 15D | 25 | 3B |
| Octal | 275 | 160 | 176 | 0 | 51 | 41 | 32 | 535 | 45 | 73 |
| Binary | 10111101 | 1110000 | 1111110 | 0 | 101001 | 100001 | 11010 | 101011101 | 100101 | 111011 |
Color Harmonies of #BD707E
Complementary color
Monochromatic Colors of #BD707E
Black with #BD707E
Text Example
Text Example
White with #BD707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD707E; }
p { color: rgb(189,112,126); }
H1.HeaderClassName
{
color: #BD707E;
}
.AnyTagClassName
{
color: #BD707E;
}
</style>
background-color css
<style>
a { background-color: #BD707E; }
a { background-color: rgb(189,112,126); }
div.DivClassName
{
background-color: #BD707E;
}
.BgClassName
{
background-color: #BD707E;
}
</style>
border-color css
<style>
span { border-color: #BD707E; }
span { border-color: rgb(189,112,126); }
td.TdClassName
{
border-color: #BD707E;
}
.TagClassName
{
border-color: #BD707E;
}
</style>