Shades of Tapestry #BC7A91
Tints of Tapestry #BC7A91
RGB
CMYK
RGB Variations
Color information
#BC7A91 (or 0xBC7A91) is known color: Tapestry. HEX triplet: BC, 7A and 91. RGB value is (188,122,145). Sum of RGB (Red+Green+Blue) = 188+122+145=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A91 is #43856E. Grayscale: #909090. Windows color (decimal): -4425071 or 9534140. OLE color: 9534140.
HSL color Cylindrical-coordinate representation of color #BC7A91: hue angle of 339.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7A91 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 145 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.26 |
| HSL | 339.09º | 0.33% | 0.61% | - |
| HSV(B) | 339.09º | 0.35% | 0.74% | - |
| XYZ | 32.81 | 26.65 | 30.2 | - |
| YUV | 144.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 145 | 0 | 0.35 | 0.23 | 0.26 | 339.09 | 0.33 | 0.61 |
| Hex | BC | 7A | 91 | 0 | 23 | 17 | 1A | 153 | 21 | 3D |
| Octal | 274 | 172 | 221 | 0 | 43 | 27 | 32 | 523 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10010001 | 0 | 100011 | 10111 | 11010 | 101010011 | 100001 | 111101 |
Color Harmonies of #BC7A91
Complementary color
Monochromatic Colors of #BC7A91
Black with #BC7A91
Text Example
Text Example
White with #BC7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A91; }
p { color: rgb(188,122,145); }
H1.HeaderClassName
{
color: #BC7A91;
}
.AnyTagClassName
{
color: #BC7A91;
}
</style>
background-color css
<style>
a { background-color: #BC7A91; }
a { background-color: rgb(188,122,145); }
div.DivClassName
{
background-color: #BC7A91;
}
.BgClassName
{
background-color: #BC7A91;
}
</style>
border-color css
<style>
span { border-color: #BC7A91; }
span { border-color: rgb(188,122,145); }
td.TdClassName
{
border-color: #BC7A91;
}
.TagClassName
{
border-color: #BC7A91;
}
</style>