Shades of Tapestry #BC757D
Tints of Tapestry #BC757D
RGB
CMYK
RGB Variations
Color information
#BC757D (or 0xBC757D) is known color: Tapestry. HEX triplet: BC, 75 and 7D. RGB value is (188,117,125). Sum of RGB (Red+Green+Blue) = 188+117+125=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757D is #438A82. Grayscale: #8B8B8B. Windows color (decimal): -4426371 or 8222140. OLE color: 8222140.
HSL color Cylindrical-coordinate representation of color #BC757D: hue angle of 353.24º 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 #BC757D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 125 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.26 |
| HSL | 353.24º | 0.35% | 0.6% | - |
| HSV(B) | 353.24º | 0.38% | 0.74% | - |
| XYZ | 30.8 | 24.89 | 22.58 | - |
| YUV | 139.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 125 | 0 | 0.38 | 0.34 | 0.26 | 353.24 | 0.35 | 0.6 |
| Hex | BC | 75 | 7D | 0 | 26 | 22 | 1A | 161 | 23 | 3C |
| Octal | 274 | 165 | 175 | 0 | 46 | 42 | 32 | 541 | 43 | 74 |
| Binary | 10111100 | 1110101 | 1111101 | 0 | 100110 | 100010 | 11010 | 101100001 | 100011 | 111100 |
Color Harmonies of #BC757D
Complementary color
Monochromatic Colors of #BC757D
Black with #BC757D
Text Example
Text Example
White with #BC757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC757D; }
p { color: rgb(188,117,125); }
H1.HeaderClassName
{
color: #BC757D;
}
.AnyTagClassName
{
color: #BC757D;
}
</style>
background-color css
<style>
a { background-color: #BC757D; }
a { background-color: rgb(188,117,125); }
div.DivClassName
{
background-color: #BC757D;
}
.BgClassName
{
background-color: #BC757D;
}
</style>
border-color css
<style>
span { border-color: #BC757D; }
span { border-color: rgb(188,117,125); }
td.TdClassName
{
border-color: #BC757D;
}
.TagClassName
{
border-color: #BC757D;
}
</style>