Shades of Tapestry #BC627B
Tints of Tapestry #BC627B
RGB
CMYK
RGB Variations
Color information
#BC627B (or 0xBC627B) is known color: Tapestry. HEX triplet: BC, 62 and 7B. RGB value is (188,98,123). Sum of RGB (Red+Green+Blue) = 188+98+123=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC627B is #439D84. Grayscale: #7F7F7F. Windows color (decimal): -4431237 or 8086204. OLE color: 8086204.
HSL color Cylindrical-coordinate representation of color #BC627B: hue angle of 343.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC627B is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 123 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.26 |
| HSL | 343.33º | 0.4% | 0.56% | - |
| HSV(B) | 343.33º | 0.48% | 0.74% | - |
| XYZ | 28.68 | 20.86 | 21.25 | - |
| YUV | 127.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 123 | 0 | 0.48 | 0.35 | 0.26 | 343.33 | 0.4 | 0.56 |
| Hex | BC | 62 | 7B | 0 | 30 | 23 | 1A | 157 | 28 | 38 |
| Octal | 274 | 142 | 173 | 0 | 60 | 43 | 32 | 527 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1111011 | 0 | 110000 | 100011 | 11010 | 101010111 | 101000 | 111000 |
Color Harmonies of #BC627B
Complementary color
Monochromatic Colors of #BC627B
Black with #BC627B
Text Example
Text Example
White with #BC627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC627B; }
p { color: rgb(188,98,123); }
H1.HeaderClassName
{
color: #BC627B;
}
.AnyTagClassName
{
color: #BC627B;
}
</style>
background-color css
<style>
a { background-color: #BC627B; }
a { background-color: rgb(188,98,123); }
div.DivClassName
{
background-color: #BC627B;
}
.BgClassName
{
background-color: #BC627B;
}
</style>
border-color css
<style>
span { border-color: #BC627B; }
span { border-color: rgb(188,98,123); }
td.TdClassName
{
border-color: #BC627B;
}
.TagClassName
{
border-color: #BC627B;
}
</style>