Shades of Tapestry #BC687D
Tints of Tapestry #BC687D
RGB
CMYK
RGB Variations
Color information
#BC687D (or 0xBC687D) is known color: Tapestry. HEX triplet: BC, 68 and 7D. RGB value is (188,104,125). Sum of RGB (Red+Green+Blue) = 188+104+125=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC687D is #439782. Grayscale: #838383. Windows color (decimal): -4429699 or 8218812. OLE color: 8218812.
HSL color Cylindrical-coordinate representation of color #BC687D: hue angle of 345º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC687D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 125 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.26 |
| HSL | 345º | 0.39% | 0.57% | - |
| HSV(B) | 345º | 0.45% | 0.74% | - |
| XYZ | 29.39 | 22.07 | 22.11 | - |
| YUV | 131.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 125 | 0 | 0.45 | 0.34 | 0.26 | 345 | 0.39 | 0.57 |
| Hex | BC | 68 | 7D | 0 | 2D | 22 | 1A | 159 | 27 | 39 |
| Octal | 274 | 150 | 175 | 0 | 55 | 42 | 32 | 531 | 47 | 71 |
| Binary | 10111100 | 1101000 | 1111101 | 0 | 101101 | 100010 | 11010 | 101011001 | 100111 | 111001 |
Color Harmonies of #BC687D
Complementary color
Monochromatic Colors of #BC687D
Black with #BC687D
Text Example
Text Example
White with #BC687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC687D; }
p { color: rgb(188,104,125); }
H1.HeaderClassName
{
color: #BC687D;
}
.AnyTagClassName
{
color: #BC687D;
}
</style>
background-color css
<style>
a { background-color: #BC687D; }
a { background-color: rgb(188,104,125); }
div.DivClassName
{
background-color: #BC687D;
}
.BgClassName
{
background-color: #BC687D;
}
</style>
border-color css
<style>
span { border-color: #BC687D; }
span { border-color: rgb(188,104,125); }
td.TdClassName
{
border-color: #BC687D;
}
.TagClassName
{
border-color: #BC687D;
}
</style>