Shades of Tapestry #BC757B
Tints of Tapestry #BC757B
RGB
CMYK
RGB Variations
Color information
#BC757B (or 0xBC757B) is known color: Tapestry. HEX triplet: BC, 75 and 7B. RGB value is (188,117,123). Sum of RGB (Red+Green+Blue) = 188+117+123=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757B is #438A84. Grayscale: #8A8A8A. Windows color (decimal): -4426373 or 8091068. OLE color: 8091068.
HSL color Cylindrical-coordinate representation of color #BC757B: hue angle of 354.93º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC757B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 123 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.26 |
| HSL | 354.93º | 0.35% | 0.6% | - |
| HSV(B) | 354.93º | 0.38% | 0.74% | - |
| XYZ | 30.68 | 24.84 | 21.92 | - |
| YUV | 138.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 123 | 0 | 0.38 | 0.35 | 0.26 | 354.93 | 0.35 | 0.6 |
| Hex | BC | 75 | 7B | 0 | 26 | 23 | 1A | 163 | 23 | 3C |
| Octal | 274 | 165 | 173 | 0 | 46 | 43 | 32 | 543 | 43 | 74 |
| Binary | 10111100 | 1110101 | 1111011 | 0 | 100110 | 100011 | 11010 | 101100011 | 100011 | 111100 |
Color Harmonies of #BC757B
Complementary color
Monochromatic Colors of #BC757B
Black with #BC757B
Text Example
Text Example
White with #BC757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC757B; }
p { color: rgb(188,117,123); }
H1.HeaderClassName
{
color: #BC757B;
}
.AnyTagClassName
{
color: #BC757B;
}
</style>
background-color css
<style>
a { background-color: #BC757B; }
a { background-color: rgb(188,117,123); }
div.DivClassName
{
background-color: #BC757B;
}
.BgClassName
{
background-color: #BC757B;
}
</style>
border-color css
<style>
span { border-color: #BC757B; }
span { border-color: rgb(188,117,123); }
td.TdClassName
{
border-color: #BC757B;
}
.TagClassName
{
border-color: #BC757B;
}
</style>