Shades of Tapestry #BC6F89
Tints of Tapestry #BC6F89
RGB
CMYK
RGB Variations
Color information
#BC6F89 (or 0xBC6F89) is known color: Tapestry. HEX triplet: BC, 6F and 89. RGB value is (188,111,137). Sum of RGB (Red+Green+Blue) = 188+111+137=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F89 is #439076. Grayscale: #888888. Windows color (decimal): -4427895 or 9007036. OLE color: 9007036.
HSL color Cylindrical-coordinate representation of color #BC6F89: hue angle of 339.74º 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 #BC6F89 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 137 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.26 |
| HSL | 339.74º | 0.36% | 0.59% | - |
| HSV(B) | 339.74º | 0.41% | 0.74% | - |
| XYZ | 30.94 | 23.87 | 26.64 | - |
| YUV | 136.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 137 | 0 | 0.41 | 0.27 | 0.26 | 339.74 | 0.36 | 0.59 |
| Hex | BC | 6F | 89 | 0 | 29 | 1B | 1A | 154 | 24 | 3B |
| Octal | 274 | 157 | 211 | 0 | 51 | 33 | 32 | 524 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10001001 | 0 | 101001 | 11011 | 11010 | 101010100 | 100100 | 111011 |
Color Harmonies of #BC6F89
Complementary color
Monochromatic Colors of #BC6F89
Black with #BC6F89
Text Example
Text Example
White with #BC6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F89; }
p { color: rgb(188,111,137); }
H1.HeaderClassName
{
color: #BC6F89;
}
.AnyTagClassName
{
color: #BC6F89;
}
</style>
background-color css
<style>
a { background-color: #BC6F89; }
a { background-color: rgb(188,111,137); }
div.DivClassName
{
background-color: #BC6F89;
}
.BgClassName
{
background-color: #BC6F89;
}
</style>
border-color css
<style>
span { border-color: #BC6F89; }
span { border-color: rgb(188,111,137); }
td.TdClassName
{
border-color: #BC6F89;
}
.TagClassName
{
border-color: #BC6F89;
}
</style>