Shades of Tapestry #BC698D
Tints of Tapestry #BC698D
RGB
CMYK
RGB Variations
Color information
#BC698D (or 0xBC698D) is known color: Tapestry. HEX triplet: BC, 69 and 8D. RGB value is (188,105,141). Sum of RGB (Red+Green+Blue) = 188+105+141=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698D is #439672. Grayscale: #858585. Windows color (decimal): -4429427 or 9267644. OLE color: 9267644.
HSL color Cylindrical-coordinate representation of color #BC698D: hue angle of 333.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC698D is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 141 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.26 |
| HSL | 333.98º | 0.38% | 0.57% | - |
| HSV(B) | 333.98º | 0.44% | 0.74% | - |
| XYZ | 30.6 | 22.72 | 27.97 | - |
| YUV | 133.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 141 | 0 | 0.44 | 0.25 | 0.26 | 333.98 | 0.38 | 0.57 |
| Hex | BC | 69 | 8D | 0 | 2C | 19 | 1A | 14E | 26 | 39 |
| Octal | 274 | 151 | 215 | 0 | 54 | 31 | 32 | 516 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10001101 | 0 | 101100 | 11001 | 11010 | 101001110 | 100110 | 111001 |
Color Harmonies of #BC698D
Complementary color
Monochromatic Colors of #BC698D
Black with #BC698D
Text Example
Text Example
White with #BC698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC698D; }
p { color: rgb(188,105,141); }
H1.HeaderClassName
{
color: #BC698D;
}
.AnyTagClassName
{
color: #BC698D;
}
</style>
background-color css
<style>
a { background-color: #BC698D; }
a { background-color: rgb(188,105,141); }
div.DivClassName
{
background-color: #BC698D;
}
.BgClassName
{
background-color: #BC698D;
}
</style>
border-color css
<style>
span { border-color: #BC698D; }
span { border-color: rgb(188,105,141); }
td.TdClassName
{
border-color: #BC698D;
}
.TagClassName
{
border-color: #BC698D;
}
</style>