Shades of Tapestry #BC738C
Tints of Tapestry #BC738C
RGB
CMYK
RGB Variations
Color information
#BC738C (or 0xBC738C) is known color: Tapestry. HEX triplet: BC, 73 and 8C. RGB value is (188,115,140). Sum of RGB (Red+Green+Blue) = 188+115+140=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738C is #438C73. Grayscale: #8B8B8B. Windows color (decimal): -4426868 or 9204668. OLE color: 9204668.
HSL color Cylindrical-coordinate representation of color #BC738C: hue angle of 339.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC738C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 140 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.26 |
| HSL | 339.45º | 0.35% | 0.59% | - |
| HSV(B) | 339.45º | 0.39% | 0.74% | - |
| XYZ | 31.6 | 24.85 | 27.94 | - |
| YUV | 139.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 140 | 0 | 0.39 | 0.26 | 0.26 | 339.45 | 0.35 | 0.59 |
| Hex | BC | 73 | 8C | 0 | 27 | 1A | 1A | 153 | 23 | 3B |
| Octal | 274 | 163 | 214 | 0 | 47 | 32 | 32 | 523 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10001100 | 0 | 100111 | 11010 | 11010 | 101010011 | 100011 | 111011 |
Color Harmonies of #BC738C
Complementary color
Monochromatic Colors of #BC738C
Black with #BC738C
Text Example
Text Example
White with #BC738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC738C; }
p { color: rgb(188,115,140); }
H1.HeaderClassName
{
color: #BC738C;
}
.AnyTagClassName
{
color: #BC738C;
}
</style>
background-color css
<style>
a { background-color: #BC738C; }
a { background-color: rgb(188,115,140); }
div.DivClassName
{
background-color: #BC738C;
}
.BgClassName
{
background-color: #BC738C;
}
</style>
border-color css
<style>
span { border-color: #BC738C; }
span { border-color: rgb(188,115,140); }
td.TdClassName
{
border-color: #BC738C;
}
.TagClassName
{
border-color: #BC738C;
}
</style>