Shades of Tapestry #BC6F85
Tints of Tapestry #BC6F85
RGB
CMYK
RGB Variations
Color information
#BC6F85 (or 0xBC6F85) is known color: Tapestry. HEX triplet: BC, 6F and 85. RGB value is (188,111,133). Sum of RGB (Red+Green+Blue) = 188+111+133=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F85 is #43907A. Grayscale: #888888. Windows color (decimal): -4427899 or 8744892. OLE color: 8744892.
HSL color Cylindrical-coordinate representation of color #BC6F85: hue angle of 342.86º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F85 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 133 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.26 |
| HSL | 342.86º | 0.36% | 0.59% | - |
| HSV(B) | 342.86º | 0.41% | 0.74% | - |
| XYZ | 30.66 | 23.75 | 25.16 | - |
| YUV | 136.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 133 | 0 | 0.41 | 0.29 | 0.26 | 342.86 | 0.36 | 0.59 |
| Hex | BC | 6F | 85 | 0 | 29 | 1D | 1A | 157 | 24 | 3B |
| Octal | 274 | 157 | 205 | 0 | 51 | 35 | 32 | 527 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10000101 | 0 | 101001 | 11101 | 11010 | 101010111 | 100100 | 111011 |
Color Harmonies of #BC6F85
Complementary color
Monochromatic Colors of #BC6F85
Black with #BC6F85
Text Example
Text Example
White with #BC6F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F85; }
p { color: rgb(188,111,133); }
H1.HeaderClassName
{
color: #BC6F85;
}
.AnyTagClassName
{
color: #BC6F85;
}
</style>
background-color css
<style>
a { background-color: #BC6F85; }
a { background-color: rgb(188,111,133); }
div.DivClassName
{
background-color: #BC6F85;
}
.BgClassName
{
background-color: #BC6F85;
}
</style>
border-color css
<style>
span { border-color: #BC6F85; }
span { border-color: rgb(188,111,133); }
td.TdClassName
{
border-color: #BC6F85;
}
.TagClassName
{
border-color: #BC6F85;
}
</style>