Shades of Tapestry #BC637B
Tints of Tapestry #BC637B
RGB
CMYK
RGB Variations
Color information
#BC637B (or 0xBC637B) is known color: Tapestry. HEX triplet: BC, 63 and 7B. RGB value is (188,99,123). Sum of RGB (Red+Green+Blue) = 188+99+123=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC637B is #439C84. Grayscale: #808080. Windows color (decimal): -4430981 or 8086460. OLE color: 8086460.
HSL color Cylindrical-coordinate representation of color #BC637B: hue angle of 343.82º 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 #BC637B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 123 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.26 |
| HSL | 343.82º | 0.4% | 0.56% | - |
| HSV(B) | 343.82º | 0.47% | 0.74% | - |
| XYZ | 28.78 | 21.05 | 21.28 | - |
| YUV | 128.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 123 | 0 | 0.47 | 0.35 | 0.26 | 343.82 | 0.4 | 0.56 |
| Hex | BC | 63 | 7B | 0 | 2F | 23 | 1A | 158 | 28 | 38 |
| Octal | 274 | 143 | 173 | 0 | 57 | 43 | 32 | 530 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1111011 | 0 | 101111 | 100011 | 11010 | 101011000 | 101000 | 111000 |
Color Harmonies of #BC637B
Complementary color
Monochromatic Colors of #BC637B
Black with #BC637B
Text Example
Text Example
White with #BC637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC637B; }
p { color: rgb(188,99,123); }
H1.HeaderClassName
{
color: #BC637B;
}
.AnyTagClassName
{
color: #BC637B;
}
</style>
background-color css
<style>
a { background-color: #BC637B; }
a { background-color: rgb(188,99,123); }
div.DivClassName
{
background-color: #BC637B;
}
.BgClassName
{
background-color: #BC637B;
}
</style>
border-color css
<style>
span { border-color: #BC637B; }
span { border-color: rgb(188,99,123); }
td.TdClassName
{
border-color: #BC637B;
}
.TagClassName
{
border-color: #BC637B;
}
</style>