Shades of Tapestry #BC638B
Tints of Tapestry #BC638B
RGB
CMYK
RGB Variations
Color information
#BC638B (or 0xBC638B) is known color: Tapestry. HEX triplet: BC, 63 and 8B. RGB value is (188,99,139). Sum of RGB (Red+Green+Blue) = 188+99+139=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC638B is #439C74. Grayscale: #828282. Windows color (decimal): -4430965 or 9135036. OLE color: 9135036.
HSL color Cylindrical-coordinate representation of color #BC638B: hue angle of 333.03º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC638B is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 139 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.26 |
| HSL | 333.03º | 0.4% | 0.56% | - |
| HSV(B) | 333.03º | 0.47% | 0.74% | - |
| XYZ | 29.86 | 21.48 | 27 | - |
| YUV | 130.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 139 | 0 | 0.47 | 0.26 | 0.26 | 333.03 | 0.4 | 0.56 |
| Hex | BC | 63 | 8B | 0 | 2F | 1A | 1A | 14D | 28 | 38 |
| Octal | 274 | 143 | 213 | 0 | 57 | 32 | 32 | 515 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10001011 | 0 | 101111 | 11010 | 11010 | 101001101 | 101000 | 111000 |
Color Harmonies of #BC638B
Complementary color
Monochromatic Colors of #BC638B
Black with #BC638B
Text Example
Text Example
White with #BC638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC638B; }
p { color: rgb(188,99,139); }
H1.HeaderClassName
{
color: #BC638B;
}
.AnyTagClassName
{
color: #BC638B;
}
</style>
background-color css
<style>
a { background-color: #BC638B; }
a { background-color: rgb(188,99,139); }
div.DivClassName
{
background-color: #BC638B;
}
.BgClassName
{
background-color: #BC638B;
}
</style>
border-color css
<style>
span { border-color: #BC638B; }
span { border-color: rgb(188,99,139); }
td.TdClassName
{
border-color: #BC638B;
}
.TagClassName
{
border-color: #BC638B;
}
</style>