Shades of Tapestry #BC698A
Tints of Tapestry #BC698A
RGB
CMYK
RGB Variations
Color information
#BC698A (or 0xBC698A) is known color: Tapestry. HEX triplet: BC, 69 and 8A. RGB value is (188,105,138). Sum of RGB (Red+Green+Blue) = 188+105+138=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698A is #439675. Grayscale: #858585. Windows color (decimal): -4429430 or 9071036. OLE color: 9071036.
HSL color Cylindrical-coordinate representation of color #BC698A: hue angle of 336.14º 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 #BC698A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 138 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.26 |
| HSL | 336.14º | 0.38% | 0.57% | - |
| HSV(B) | 336.14º | 0.44% | 0.74% | - |
| XYZ | 30.38 | 22.63 | 26.81 | - |
| YUV | 133.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 138 | 0 | 0.44 | 0.27 | 0.26 | 336.14 | 0.38 | 0.57 |
| Hex | BC | 69 | 8A | 0 | 2C | 1B | 1A | 150 | 26 | 39 |
| Octal | 274 | 151 | 212 | 0 | 54 | 33 | 32 | 520 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10001010 | 0 | 101100 | 11011 | 11010 | 101010000 | 100110 | 111001 |
Color Harmonies of #BC698A
Complementary color
Monochromatic Colors of #BC698A
Black with #BC698A
Text Example
Text Example
White with #BC698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC698A; }
p { color: rgb(188,105,138); }
H1.HeaderClassName
{
color: #BC698A;
}
.AnyTagClassName
{
color: #BC698A;
}
</style>
background-color css
<style>
a { background-color: #BC698A; }
a { background-color: rgb(188,105,138); }
div.DivClassName
{
background-color: #BC698A;
}
.BgClassName
{
background-color: #BC698A;
}
</style>
border-color css
<style>
span { border-color: #BC698A; }
span { border-color: rgb(188,105,138); }
td.TdClassName
{
border-color: #BC698A;
}
.TagClassName
{
border-color: #BC698A;
}
</style>