Shades of Tapestry #BC697B
Tints of Tapestry #BC697B
RGB
CMYK
RGB Variations
Color information
#BC697B (or 0xBC697B) is known color: Tapestry. HEX triplet: BC, 69 and 7B. RGB value is (188,105,123). Sum of RGB (Red+Green+Blue) = 188+105+123=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC697B is #439684. Grayscale: #838383. Windows color (decimal): -4429445 or 8087996. OLE color: 8087996.
HSL color Cylindrical-coordinate representation of color #BC697B: hue angle of 346.99º 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 #BC697B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 123 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.26 |
| HSL | 346.99º | 0.38% | 0.57% | - |
| HSV(B) | 346.99º | 0.44% | 0.74% | - |
| XYZ | 29.37 | 22.22 | 21.48 | - |
| YUV | 131.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 123 | 0 | 0.44 | 0.35 | 0.26 | 346.99 | 0.38 | 0.57 |
| Hex | BC | 69 | 7B | 0 | 2C | 23 | 1A | 15B | 26 | 39 |
| Octal | 274 | 151 | 173 | 0 | 54 | 43 | 32 | 533 | 46 | 71 |
| Binary | 10111100 | 1101001 | 1111011 | 0 | 101100 | 100011 | 11010 | 101011011 | 100110 | 111001 |
Color Harmonies of #BC697B
Complementary color
Monochromatic Colors of #BC697B
Black with #BC697B
Text Example
Text Example
White with #BC697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC697B; }
p { color: rgb(188,105,123); }
H1.HeaderClassName
{
color: #BC697B;
}
.AnyTagClassName
{
color: #BC697B;
}
</style>
background-color css
<style>
a { background-color: #BC697B; }
a { background-color: rgb(188,105,123); }
div.DivClassName
{
background-color: #BC697B;
}
.BgClassName
{
background-color: #BC697B;
}
</style>
border-color css
<style>
span { border-color: #BC697B; }
span { border-color: rgb(188,105,123); }
td.TdClassName
{
border-color: #BC697B;
}
.TagClassName
{
border-color: #BC697B;
}
</style>