Shades of Tapestry #BC668B
Tints of Tapestry #BC668B
RGB
CMYK
RGB Variations
Color information
#BC668B (or 0xBC668B) is known color: Tapestry. HEX triplet: BC, 66 and 8B. RGB value is (188,102,139). Sum of RGB (Red+Green+Blue) = 188+102+139=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668B is #439974. Grayscale: #838383. Windows color (decimal): -4430197 or 9135804. OLE color: 9135804.
HSL color Cylindrical-coordinate representation of color #BC668B: hue angle of 334.19º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC668B is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 139 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.26 |
| HSL | 334.19º | 0.39% | 0.57% | - |
| HSV(B) | 334.19º | 0.46% | 0.74% | - |
| XYZ | 30.15 | 22.06 | 27.09 | - |
| YUV | 131.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 139 | 0 | 0.46 | 0.26 | 0.26 | 334.19 | 0.39 | 0.57 |
| Hex | BC | 66 | 8B | 0 | 2E | 1A | 1A | 14E | 27 | 39 |
| Octal | 274 | 146 | 213 | 0 | 56 | 32 | 32 | 516 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10001011 | 0 | 101110 | 11010 | 11010 | 101001110 | 100111 | 111001 |
Color Harmonies of #BC668B
Complementary color
Monochromatic Colors of #BC668B
Black with #BC668B
Text Example
Text Example
White with #BC668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC668B; }
p { color: rgb(188,102,139); }
H1.HeaderClassName
{
color: #BC668B;
}
.AnyTagClassName
{
color: #BC668B;
}
</style>
background-color css
<style>
a { background-color: #BC668B; }
a { background-color: rgb(188,102,139); }
div.DivClassName
{
background-color: #BC668B;
}
.BgClassName
{
background-color: #BC668B;
}
</style>
border-color css
<style>
span { border-color: #BC668B; }
span { border-color: rgb(188,102,139); }
td.TdClassName
{
border-color: #BC668B;
}
.TagClassName
{
border-color: #BC668B;
}
</style>