Shades of Tapestry #BC607A
Tints of Tapestry #BC607A
RGB
CMYK
RGB Variations
Color information
#BC607A (or 0xBC607A) is known color: Tapestry. HEX triplet: BC, 60 and 7A. RGB value is (188,96,122). Sum of RGB (Red+Green+Blue) = 188+96+122=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607A is #439F85. Grayscale: #7E7E7E. Windows color (decimal): -4431750 or 8020156. OLE color: 8020156.
HSL color Cylindrical-coordinate representation of color #BC607A: hue angle of 343.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC607A is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 122 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.26 |
| HSL | 343.04º | 0.41% | 0.56% | - |
| HSV(B) | 343.04º | 0.49% | 0.74% | - |
| XYZ | 28.43 | 20.46 | 20.86 | - |
| YUV | 126.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 122 | 0 | 0.49 | 0.35 | 0.26 | 343.04 | 0.41 | 0.56 |
| Hex | BC | 60 | 7A | 0 | 31 | 23 | 1A | 157 | 29 | 38 |
| Octal | 274 | 140 | 172 | 0 | 61 | 43 | 32 | 527 | 51 | 70 |
| Binary | 10111100 | 1100000 | 1111010 | 0 | 110001 | 100011 | 11010 | 101010111 | 101001 | 111000 |
Color Harmonies of #BC607A
Complementary color
Monochromatic Colors of #BC607A
Black with #BC607A
Text Example
Text Example
White with #BC607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC607A; }
p { color: rgb(188,96,122); }
H1.HeaderClassName
{
color: #BC607A;
}
.AnyTagClassName
{
color: #BC607A;
}
</style>
background-color css
<style>
a { background-color: #BC607A; }
a { background-color: rgb(188,96,122); }
div.DivClassName
{
background-color: #BC607A;
}
.BgClassName
{
background-color: #BC607A;
}
</style>
border-color css
<style>
span { border-color: #BC607A; }
span { border-color: rgb(188,96,122); }
td.TdClassName
{
border-color: #BC607A;
}
.TagClassName
{
border-color: #BC607A;
}
</style>