Shades of Tapestry #BC737E
Tints of Tapestry #BC737E
RGB
CMYK
RGB Variations
Color information
#BC737E (or 0xBC737E) is known color: Tapestry. HEX triplet: BC, 73 and 7E. RGB value is (188,115,126). Sum of RGB (Red+Green+Blue) = 188+115+126=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737E is #438C81. Grayscale: #8A8A8A. Windows color (decimal): -4426882 or 8287164. OLE color: 8287164.
HSL color Cylindrical-coordinate representation of color #BC737E: hue angle of 350.96º 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 #BC737E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 126 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.26 |
| HSL | 350.96º | 0.35% | 0.59% | - |
| HSV(B) | 350.96º | 0.39% | 0.74% | - |
| XYZ | 30.64 | 24.46 | 22.85 | - |
| YUV | 138.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 126 | 0 | 0.39 | 0.33 | 0.26 | 350.96 | 0.35 | 0.59 |
| Hex | BC | 73 | 7E | 0 | 27 | 21 | 1A | 15F | 23 | 3B |
| Octal | 274 | 163 | 176 | 0 | 47 | 41 | 32 | 537 | 43 | 73 |
| Binary | 10111100 | 1110011 | 1111110 | 0 | 100111 | 100001 | 11010 | 101011111 | 100011 | 111011 |
Color Harmonies of #BC737E
Complementary color
Monochromatic Colors of #BC737E
Black with #BC737E
Text Example
Text Example
White with #BC737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC737E; }
p { color: rgb(188,115,126); }
H1.HeaderClassName
{
color: #BC737E;
}
.AnyTagClassName
{
color: #BC737E;
}
</style>
background-color css
<style>
a { background-color: #BC737E; }
a { background-color: rgb(188,115,126); }
div.DivClassName
{
background-color: #BC737E;
}
.BgClassName
{
background-color: #BC737E;
}
</style>
border-color css
<style>
span { border-color: #BC737E; }
span { border-color: rgb(188,115,126); }
td.TdClassName
{
border-color: #BC737E;
}
.TagClassName
{
border-color: #BC737E;
}
</style>