Shades of Tapestry #BD717A
Tints of Tapestry #BD717A
RGB
CMYK
RGB Variations
Color information
#BD717A (or 0xBD717A) is known color: Tapestry. HEX triplet: BD, 71 and 7A. RGB value is (189,113,122). Sum of RGB (Red+Green+Blue) = 189+113+122=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD717A is #428E85. Grayscale: #888888. Windows color (decimal): -4361862 or 8024509. OLE color: 8024509.
HSL color Cylindrical-coordinate representation of color #BD717A: hue angle of 352.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD717A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 122 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.26 |
| HSL | 352.89º | 0.37% | 0.59% | - |
| HSV(B) | 352.89º | 0.4% | 0.74% | - |
| XYZ | 30.4 | 24.03 | 21.45 | - |
| YUV | 136.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 122 | 0 | 0.40 | 0.35 | 0.26 | 352.89 | 0.37 | 0.59 |
| Hex | BD | 71 | 7A | 0 | 28 | 23 | 1A | 161 | 25 | 3B |
| Octal | 275 | 161 | 172 | 0 | 50 | 43 | 32 | 541 | 45 | 73 |
| Binary | 10111101 | 1110001 | 1111010 | 0 | 101000 | 100011 | 11010 | 101100001 | 100101 | 111011 |
Color Harmonies of #BD717A
Complementary color
Monochromatic Colors of #BD717A
Black with #BD717A
Text Example
Text Example
White with #BD717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD717A; }
p { color: rgb(189,113,122); }
H1.HeaderClassName
{
color: #BD717A;
}
.AnyTagClassName
{
color: #BD717A;
}
</style>
background-color css
<style>
a { background-color: #BD717A; }
a { background-color: rgb(189,113,122); }
div.DivClassName
{
background-color: #BD717A;
}
.BgClassName
{
background-color: #BD717A;
}
</style>
border-color css
<style>
span { border-color: #BD717A; }
span { border-color: rgb(189,113,122); }
td.TdClassName
{
border-color: #BD717A;
}
.TagClassName
{
border-color: #BD717A;
}
</style>