Shades of Tapestry #BC708B
Tints of Tapestry #BC708B
RGB
CMYK
RGB Variations
Color information
#BC708B (or 0xBC708B) is known color: Tapestry. HEX triplet: BC, 70 and 8B. RGB value is (188,112,139). Sum of RGB (Red+Green+Blue) = 188+112+139=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC708B is #438F74. Grayscale: #898989. Windows color (decimal): -4427637 or 9138364. OLE color: 9138364.
HSL color Cylindrical-coordinate representation of color #BC708B: hue angle of 338.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC708B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 139 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.26 |
| HSL | 338.68º | 0.36% | 0.59% | - |
| HSV(B) | 338.68º | 0.4% | 0.74% | - |
| XYZ | 31.19 | 24.14 | 27.44 | - |
| YUV | 137.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 139 | 0 | 0.40 | 0.26 | 0.26 | 338.68 | 0.36 | 0.59 |
| Hex | BC | 70 | 8B | 0 | 28 | 1A | 1A | 153 | 24 | 3B |
| Octal | 274 | 160 | 213 | 0 | 50 | 32 | 32 | 523 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10001011 | 0 | 101000 | 11010 | 11010 | 101010011 | 100100 | 111011 |
Color Harmonies of #BC708B
Complementary color
Monochromatic Colors of #BC708B
Black with #BC708B
Text Example
Text Example
White with #BC708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC708B; }
p { color: rgb(188,112,139); }
H1.HeaderClassName
{
color: #BC708B;
}
.AnyTagClassName
{
color: #BC708B;
}
</style>
background-color css
<style>
a { background-color: #BC708B; }
a { background-color: rgb(188,112,139); }
div.DivClassName
{
background-color: #BC708B;
}
.BgClassName
{
background-color: #BC708B;
}
</style>
border-color css
<style>
span { border-color: #BC708B; }
span { border-color: rgb(188,112,139); }
td.TdClassName
{
border-color: #BC708B;
}
.TagClassName
{
border-color: #BC708B;
}
</style>