Shades of Tapestry #BC677B
Tints of Tapestry #BC677B
RGB
CMYK
RGB Variations
Color information
#BC677B (or 0xBC677B) is known color: Tapestry. HEX triplet: BC, 67 and 7B. RGB value is (188,103,123). Sum of RGB (Red+Green+Blue) = 188+103+123=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC677B is #439884. Grayscale: #828282. Windows color (decimal): -4429957 or 8087484. OLE color: 8087484.
HSL color Cylindrical-coordinate representation of color #BC677B: hue angle of 345.88º 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 #BC677B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 123 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.26 |
| HSL | 345.88º | 0.39% | 0.57% | - |
| HSV(B) | 345.88º | 0.45% | 0.74% | - |
| XYZ | 29.16 | 21.82 | 21.41 | - |
| YUV | 130.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 123 | 0 | 0.45 | 0.35 | 0.26 | 345.88 | 0.39 | 0.57 |
| Hex | BC | 67 | 7B | 0 | 2D | 23 | 1A | 15A | 27 | 39 |
| Octal | 274 | 147 | 173 | 0 | 55 | 43 | 32 | 532 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1111011 | 0 | 101101 | 100011 | 11010 | 101011010 | 100111 | 111001 |
Color Harmonies of #BC677B
Complementary color
Monochromatic Colors of #BC677B
Black with #BC677B
Text Example
Text Example
White with #BC677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC677B; }
p { color: rgb(188,103,123); }
H1.HeaderClassName
{
color: #BC677B;
}
.AnyTagClassName
{
color: #BC677B;
}
</style>
background-color css
<style>
a { background-color: #BC677B; }
a { background-color: rgb(188,103,123); }
div.DivClassName
{
background-color: #BC677B;
}
.BgClassName
{
background-color: #BC677B;
}
</style>
border-color css
<style>
span { border-color: #BC677B; }
span { border-color: rgb(188,103,123); }
td.TdClassName
{
border-color: #BC677B;
}
.TagClassName
{
border-color: #BC677B;
}
</style>