Shades of Tapestry #BC677F
Tints of Tapestry #BC677F
RGB
CMYK
RGB Variations
Color information
#BC677F (or 0xBC677F) is known color: Tapestry. HEX triplet: BC, 67 and 7F. RGB value is (188,103,127). Sum of RGB (Red+Green+Blue) = 188+103+127=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC677F is #439880. Grayscale: #838383. Windows color (decimal): -4429953 or 8349628. OLE color: 8349628.
HSL color Cylindrical-coordinate representation of color #BC677F: hue angle of 343.06º 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 #BC677F is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 127 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.26 |
| HSL | 343.06º | 0.39% | 0.57% | - |
| HSV(B) | 343.06º | 0.45% | 0.74% | - |
| XYZ | 29.42 | 21.92 | 22.76 | - |
| YUV | 131.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 127 | 0 | 0.45 | 0.32 | 0.26 | 343.06 | 0.39 | 0.57 |
| Hex | BC | 67 | 7F | 0 | 2D | 20 | 1A | 157 | 27 | 39 |
| Octal | 274 | 147 | 177 | 0 | 55 | 40 | 32 | 527 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1111111 | 0 | 101101 | 100000 | 11010 | 101010111 | 100111 | 111001 |
Color Harmonies of #BC677F
Complementary color
Monochromatic Colors of #BC677F
Black with #BC677F
Text Example
Text Example
White with #BC677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC677F; }
p { color: rgb(188,103,127); }
H1.HeaderClassName
{
color: #BC677F;
}
.AnyTagClassName
{
color: #BC677F;
}
</style>
background-color css
<style>
a { background-color: #BC677F; }
a { background-color: rgb(188,103,127); }
div.DivClassName
{
background-color: #BC677F;
}
.BgClassName
{
background-color: #BC677F;
}
</style>
border-color css
<style>
span { border-color: #BC677F; }
span { border-color: rgb(188,103,127); }
td.TdClassName
{
border-color: #BC677F;
}
.TagClassName
{
border-color: #BC677F;
}
</style>