Shades of Tapestry #BD697D
Tints of Tapestry #BD697D
RGB
CMYK
RGB Variations
Color information
#BD697D (or 0xBD697D) is known color: Tapestry. HEX triplet: BD, 69 and 7D. RGB value is (189,105,125). Sum of RGB (Red+Green+Blue) = 189+105+125=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697D is #429682. Grayscale: #848484. Windows color (decimal): -4363907 or 8219069. OLE color: 8219069.
HSL color Cylindrical-coordinate representation of color #BD697D: hue angle of 345.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD697D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 125 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.26 |
| HSL | 345.71º | 0.39% | 0.58% | - |
| HSV(B) | 345.71º | 0.44% | 0.74% | - |
| XYZ | 29.74 | 22.4 | 22.16 | - |
| YUV | 132.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 125 | 0 | 0.44 | 0.34 | 0.26 | 345.71 | 0.39 | 0.58 |
| Hex | BD | 69 | 7D | 0 | 2C | 22 | 1A | 15A | 27 | 3A |
| Octal | 275 | 151 | 175 | 0 | 54 | 42 | 32 | 532 | 47 | 72 |
| Binary | 10111101 | 1101001 | 1111101 | 0 | 101100 | 100010 | 11010 | 101011010 | 100111 | 111010 |
Color Harmonies of #BD697D
Complementary color
Monochromatic Colors of #BD697D
Black with #BD697D
Text Example
Text Example
White with #BD697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD697D; }
p { color: rgb(189,105,125); }
H1.HeaderClassName
{
color: #BD697D;
}
.AnyTagClassName
{
color: #BD697D;
}
</style>
background-color css
<style>
a { background-color: #BD697D; }
a { background-color: rgb(189,105,125); }
div.DivClassName
{
background-color: #BD697D;
}
.BgClassName
{
background-color: #BD697D;
}
</style>
border-color css
<style>
span { border-color: #BD697D; }
span { border-color: rgb(189,105,125); }
td.TdClassName
{
border-color: #BD697D;
}
.TagClassName
{
border-color: #BD697D;
}
</style>