Shades of Tapestry #BC698B
Tints of Tapestry #BC698B
RGB
CMYK
RGB Variations
Color information
#BC698B (or 0xBC698B) is known color: Tapestry. HEX triplet: BC, 69 and 8B. RGB value is (188,105,139). Sum of RGB (Red+Green+Blue) = 188+105+139=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698B is #439674. Grayscale: #858585. Windows color (decimal): -4429429 or 9136572. OLE color: 9136572.
HSL color Cylindrical-coordinate representation of color #BC698B: hue angle of 335.42º 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 #BC698B is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 139 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.26 |
| HSL | 335.42º | 0.38% | 0.57% | - |
| HSV(B) | 335.42º | 0.44% | 0.74% | - |
| XYZ | 30.45 | 22.66 | 27.19 | - |
| YUV | 133.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 139 | 0 | 0.44 | 0.26 | 0.26 | 335.42 | 0.38 | 0.57 |
| Hex | BC | 69 | 8B | 0 | 2C | 1A | 1A | 14F | 26 | 39 |
| Octal | 274 | 151 | 213 | 0 | 54 | 32 | 32 | 517 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10001011 | 0 | 101100 | 11010 | 11010 | 101001111 | 100110 | 111001 |
Color Harmonies of #BC698B
Complementary color
Monochromatic Colors of #BC698B
Black with #BC698B
Text Example
Text Example
White with #BC698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC698B; }
p { color: rgb(188,105,139); }
H1.HeaderClassName
{
color: #BC698B;
}
.AnyTagClassName
{
color: #BC698B;
}
</style>
background-color css
<style>
a { background-color: #BC698B; }
a { background-color: rgb(188,105,139); }
div.DivClassName
{
background-color: #BC698B;
}
.BgClassName
{
background-color: #BC698B;
}
</style>
border-color css
<style>
span { border-color: #BC698B; }
span { border-color: rgb(188,105,139); }
td.TdClassName
{
border-color: #BC698B;
}
.TagClassName
{
border-color: #BC698B;
}
</style>