Shades of Tapestry #BC6779
Tints of Tapestry #BC6779
RGB
CMYK
RGB Variations
Color information
#BC6779 (or 0xBC6779) is known color: Tapestry. HEX triplet: BC, 67 and 79. RGB value is (188,103,121). Sum of RGB (Red+Green+Blue) = 188+103+121=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6779 is #439886. Grayscale: #828282. Windows color (decimal): -4429959 or 7956412. OLE color: 7956412.
HSL color Cylindrical-coordinate representation of color #BC6779: hue angle of 347.29º 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 #BC6779 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 121 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.26 |
| HSL | 347.29º | 0.39% | 0.57% | - |
| HSV(B) | 347.29º | 0.45% | 0.74% | - |
| XYZ | 29.04 | 21.77 | 20.76 | - |
| YUV | 130.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 121 | 0 | 0.45 | 0.36 | 0.26 | 347.29 | 0.39 | 0.57 |
| Hex | BC | 67 | 79 | 0 | 2D | 24 | 1A | 15B | 27 | 39 |
| Octal | 274 | 147 | 171 | 0 | 55 | 44 | 32 | 533 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1111001 | 0 | 101101 | 100100 | 11010 | 101011011 | 100111 | 111001 |
Color Harmonies of #BC6779
Complementary color
Monochromatic Colors of #BC6779
Black with #BC6779
Text Example
Text Example
White with #BC6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6779; }
p { color: rgb(188,103,121); }
H1.HeaderClassName
{
color: #BC6779;
}
.AnyTagClassName
{
color: #BC6779;
}
</style>
background-color css
<style>
a { background-color: #BC6779; }
a { background-color: rgb(188,103,121); }
div.DivClassName
{
background-color: #BC6779;
}
.BgClassName
{
background-color: #BC6779;
}
</style>
border-color css
<style>
span { border-color: #BC6779; }
span { border-color: rgb(188,103,121); }
td.TdClassName
{
border-color: #BC6779;
}
.TagClassName
{
border-color: #BC6779;
}
</style>