Shades of Tapestry #BC798A
Tints of Tapestry #BC798A
RGB
CMYK
RGB Variations
Color information
#BC798A (or 0xBC798A) is known color: Tapestry. HEX triplet: BC, 79 and 8A. RGB value is (188,121,138). Sum of RGB (Red+Green+Blue) = 188+121+138=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798A is #438675. Grayscale: #8E8E8E. Windows color (decimal): -4425334 or 9075132. OLE color: 9075132.
HSL color Cylindrical-coordinate representation of color #BC798A: hue angle of 344.78º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC798A is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 138 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.26 |
| HSL | 344.78º | 0.33% | 0.61% | - |
| HSV(B) | 344.78º | 0.36% | 0.74% | - |
| XYZ | 32.16 | 26.2 | 27.41 | - |
| YUV | 142.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 138 | 0 | 0.36 | 0.27 | 0.26 | 344.78 | 0.33 | 0.61 |
| Hex | BC | 79 | 8A | 0 | 24 | 1B | 1A | 159 | 21 | 3D |
| Octal | 274 | 171 | 212 | 0 | 44 | 33 | 32 | 531 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10001010 | 0 | 100100 | 11011 | 11010 | 101011001 | 100001 | 111101 |
Color Harmonies of #BC798A
Complementary color
Monochromatic Colors of #BC798A
Black with #BC798A
Text Example
Text Example
White with #BC798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC798A; }
p { color: rgb(188,121,138); }
H1.HeaderClassName
{
color: #BC798A;
}
.AnyTagClassName
{
color: #BC798A;
}
</style>
background-color css
<style>
a { background-color: #BC798A; }
a { background-color: rgb(188,121,138); }
div.DivClassName
{
background-color: #BC798A;
}
.BgClassName
{
background-color: #BC798A;
}
</style>
border-color css
<style>
span { border-color: #BC798A; }
span { border-color: rgb(188,121,138); }
td.TdClassName
{
border-color: #BC798A;
}
.TagClassName
{
border-color: #BC798A;
}
</style>