Shades of Tapestry #BC777B
Tints of Tapestry #BC777B
RGB
CMYK
RGB Variations
Color information
#BC777B (or 0xBC777B) is known color: Tapestry. HEX triplet: BC, 77 and 7B. RGB value is (188,119,123). Sum of RGB (Red+Green+Blue) = 188+119+123=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777B is #438884. Grayscale: #8C8C8C. Windows color (decimal): -4425861 or 8091580. OLE color: 8091580.
HSL color Cylindrical-coordinate representation of color #BC777B: hue angle of 356.52º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC777B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 123 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.26 |
| HSL | 356.52º | 0.34% | 0.6% | - |
| HSV(B) | 356.52º | 0.37% | 0.74% | - |
| XYZ | 30.91 | 25.32 | 22 | - |
| YUV | 140.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 123 | 0 | 0.37 | 0.35 | 0.26 | 356.52 | 0.34 | 0.6 |
| Hex | BC | 77 | 7B | 0 | 25 | 23 | 1A | 165 | 22 | 3C |
| Octal | 274 | 167 | 173 | 0 | 45 | 43 | 32 | 545 | 42 | 74 |
| Binary | 10111100 | 1110111 | 1111011 | 0 | 100101 | 100011 | 11010 | 101100101 | 100010 | 111100 |
Color Harmonies of #BC777B
Complementary color
Monochromatic Colors of #BC777B
Black with #BC777B
Text Example
Text Example
White with #BC777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC777B; }
p { color: rgb(188,119,123); }
H1.HeaderClassName
{
color: #BC777B;
}
.AnyTagClassName
{
color: #BC777B;
}
</style>
background-color css
<style>
a { background-color: #BC777B; }
a { background-color: rgb(188,119,123); }
div.DivClassName
{
background-color: #BC777B;
}
.BgClassName
{
background-color: #BC777B;
}
</style>
border-color css
<style>
span { border-color: #BC777B; }
span { border-color: rgb(188,119,123); }
td.TdClassName
{
border-color: #BC777B;
}
.TagClassName
{
border-color: #BC777B;
}
</style>