Shades of Tapestry #BD707A
Tints of Tapestry #BD707A
RGB
CMYK
RGB Variations
Color information
#BD707A (or 0xBD707A) is known color: Tapestry. HEX triplet: BD, 70 and 7A. RGB value is (189,112,122). Sum of RGB (Red+Green+Blue) = 189+112+122=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707A is #428F85. Grayscale: #888888. Windows color (decimal): -4362118 or 8024253. OLE color: 8024253.
HSL color Cylindrical-coordinate representation of color #BD707A: hue angle of 352.21º 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 #BD707A is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 122 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.26 |
| HSL | 352.21º | 0.37% | 0.59% | - |
| HSV(B) | 352.21º | 0.41% | 0.74% | - |
| XYZ | 30.29 | 23.81 | 21.41 | - |
| YUV | 136.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 122 | 0 | 0.41 | 0.35 | 0.26 | 352.21 | 0.37 | 0.59 |
| Hex | BD | 70 | 7A | 0 | 29 | 23 | 1A | 160 | 25 | 3B |
| Octal | 275 | 160 | 172 | 0 | 51 | 43 | 32 | 540 | 45 | 73 |
| Binary | 10111101 | 1110000 | 1111010 | 0 | 101001 | 100011 | 11010 | 101100000 | 100101 | 111011 |
Color Harmonies of #BD707A
Complementary color
Monochromatic Colors of #BD707A
Black with #BD707A
Text Example
Text Example
White with #BD707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD707A; }
p { color: rgb(189,112,122); }
H1.HeaderClassName
{
color: #BD707A;
}
.AnyTagClassName
{
color: #BD707A;
}
</style>
background-color css
<style>
a { background-color: #BD707A; }
a { background-color: rgb(189,112,122); }
div.DivClassName
{
background-color: #BD707A;
}
.BgClassName
{
background-color: #BD707A;
}
</style>
border-color css
<style>
span { border-color: #BD707A; }
span { border-color: rgb(189,112,122); }
td.TdClassName
{
border-color: #BD707A;
}
.TagClassName
{
border-color: #BD707A;
}
</style>