Shades of Tapestry #BC737A
Tints of Tapestry #BC737A
RGB
CMYK
RGB Variations
Color information
#BC737A (or 0xBC737A) is known color: Tapestry. HEX triplet: BC, 73 and 7A. RGB value is (188,115,122). Sum of RGB (Red+Green+Blue) = 188+115+122=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737A is #438C85. Grayscale: #898989. Windows color (decimal): -4426886 or 8025020. OLE color: 8025020.
HSL color Cylindrical-coordinate representation of color #BC737A: hue angle of 354.25º 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 #BC737A is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 122 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.26 |
| HSL | 354.25º | 0.35% | 0.59% | - |
| HSV(B) | 354.25º | 0.39% | 0.74% | - |
| XYZ | 30.38 | 24.36 | 21.51 | - |
| YUV | 137.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 122 | 0 | 0.39 | 0.35 | 0.26 | 354.25 | 0.35 | 0.59 |
| Hex | BC | 73 | 7A | 0 | 27 | 23 | 1A | 162 | 23 | 3B |
| Octal | 274 | 163 | 172 | 0 | 47 | 43 | 32 | 542 | 43 | 73 |
| Binary | 10111100 | 1110011 | 1111010 | 0 | 100111 | 100011 | 11010 | 101100010 | 100011 | 111011 |
Color Harmonies of #BC737A
Complementary color
Monochromatic Colors of #BC737A
Black with #BC737A
Text Example
Text Example
White with #BC737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC737A; }
p { color: rgb(188,115,122); }
H1.HeaderClassName
{
color: #BC737A;
}
.AnyTagClassName
{
color: #BC737A;
}
</style>
background-color css
<style>
a { background-color: #BC737A; }
a { background-color: rgb(188,115,122); }
div.DivClassName
{
background-color: #BC737A;
}
.BgClassName
{
background-color: #BC737A;
}
</style>
border-color css
<style>
span { border-color: #BC737A; }
span { border-color: rgb(188,115,122); }
td.TdClassName
{
border-color: #BC737A;
}
.TagClassName
{
border-color: #BC737A;
}
</style>