Shades of Tapestry #BC737B
Tints of Tapestry #BC737B
RGB
CMYK
RGB Variations
Color information
#BC737B (or 0xBC737B) is known color: Tapestry. HEX triplet: BC, 73 and 7B. RGB value is (188,115,123). Sum of RGB (Red+Green+Blue) = 188+115+123=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737B is #438C84. Grayscale: #898989. Windows color (decimal): -4426885 or 8090556. OLE color: 8090556.
HSL color Cylindrical-coordinate representation of color #BC737B: hue angle of 353.42º 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 #BC737B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 123 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.26 |
| HSL | 353.42º | 0.35% | 0.59% | - |
| HSV(B) | 353.42º | 0.39% | 0.74% | - |
| XYZ | 30.44 | 24.38 | 21.84 | - |
| YUV | 137.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 123 | 0 | 0.39 | 0.35 | 0.26 | 353.42 | 0.35 | 0.59 |
| Hex | BC | 73 | 7B | 0 | 27 | 23 | 1A | 161 | 23 | 3B |
| Octal | 274 | 163 | 173 | 0 | 47 | 43 | 32 | 541 | 43 | 73 |
| Binary | 10111100 | 1110011 | 1111011 | 0 | 100111 | 100011 | 11010 | 101100001 | 100011 | 111011 |
Color Harmonies of #BC737B
Complementary color
Monochromatic Colors of #BC737B
Black with #BC737B
Text Example
Text Example
White with #BC737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC737B; }
p { color: rgb(188,115,123); }
H1.HeaderClassName
{
color: #BC737B;
}
.AnyTagClassName
{
color: #BC737B;
}
</style>
background-color css
<style>
a { background-color: #BC737B; }
a { background-color: rgb(188,115,123); }
div.DivClassName
{
background-color: #BC737B;
}
.BgClassName
{
background-color: #BC737B;
}
</style>
border-color css
<style>
span { border-color: #BC737B; }
span { border-color: rgb(188,115,123); }
td.TdClassName
{
border-color: #BC737B;
}
.TagClassName
{
border-color: #BC737B;
}
</style>