Shades of Tapestry #BC788A
Tints of Tapestry #BC788A
RGB
CMYK
RGB Variations
Color information
#BC788A (or 0xBC788A) is known color: Tapestry. HEX triplet: BC, 78 and 8A. RGB value is (188,120,138). Sum of RGB (Red+Green+Blue) = 188+120+138=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788A is #438775. Grayscale: #8E8E8E. Windows color (decimal): -4425590 or 9074876. OLE color: 9074876.
HSL color Cylindrical-coordinate representation of color #BC788A: hue angle of 344.12º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC788A is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 138 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.26 |
| HSL | 344.12º | 0.34% | 0.6% | - |
| HSV(B) | 344.12º | 0.36% | 0.74% | - |
| XYZ | 32.04 | 25.96 | 27.37 | - |
| YUV | 142.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 138 | 0 | 0.36 | 0.27 | 0.26 | 344.12 | 0.34 | 0.6 |
| Hex | BC | 78 | 8A | 0 | 24 | 1B | 1A | 158 | 22 | 3C |
| Octal | 274 | 170 | 212 | 0 | 44 | 33 | 32 | 530 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10001010 | 0 | 100100 | 11011 | 11010 | 101011000 | 100010 | 111100 |
Color Harmonies of #BC788A
Complementary color
Monochromatic Colors of #BC788A
Black with #BC788A
Text Example
Text Example
White with #BC788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC788A; }
p { color: rgb(188,120,138); }
H1.HeaderClassName
{
color: #BC788A;
}
.AnyTagClassName
{
color: #BC788A;
}
</style>
background-color css
<style>
a { background-color: #BC788A; }
a { background-color: rgb(188,120,138); }
div.DivClassName
{
background-color: #BC788A;
}
.BgClassName
{
background-color: #BC788A;
}
</style>
border-color css
<style>
span { border-color: #BC788A; }
span { border-color: rgb(188,120,138); }
td.TdClassName
{
border-color: #BC788A;
}
.TagClassName
{
border-color: #BC788A;
}
</style>