Shades of Tapestry #BC618A
Tints of Tapestry #BC618A
RGB
CMYK
RGB Variations
Color information
#BC618A (or 0xBC618A) is known color: Tapestry. HEX triplet: BC, 61 and 8A. RGB value is (188,97,138). Sum of RGB (Red+Green+Blue) = 188+97+138=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618A is #439E75. Grayscale: #808080. Windows color (decimal): -4431478 or 9068988. OLE color: 9068988.
HSL color Cylindrical-coordinate representation of color #BC618A: hue angle of 332.97º 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 #BC618A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 138 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.26 |
| HSL | 332.97º | 0.4% | 0.56% | - |
| HSV(B) | 332.97º | 0.48% | 0.74% | - |
| XYZ | 29.6 | 21.08 | 26.55 | - |
| YUV | 128.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 138 | 0 | 0.48 | 0.27 | 0.26 | 332.97 | 0.4 | 0.56 |
| Hex | BC | 61 | 8A | 0 | 30 | 1B | 1A | 14D | 28 | 38 |
| Octal | 274 | 141 | 212 | 0 | 60 | 33 | 32 | 515 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10001010 | 0 | 110000 | 11011 | 11010 | 101001101 | 101000 | 111000 |
Color Harmonies of #BC618A
Complementary color
Monochromatic Colors of #BC618A
Black with #BC618A
Text Example
Text Example
White with #BC618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC618A; }
p { color: rgb(188,97,138); }
H1.HeaderClassName
{
color: #BC618A;
}
.AnyTagClassName
{
color: #BC618A;
}
</style>
background-color css
<style>
a { background-color: #BC618A; }
a { background-color: rgb(188,97,138); }
div.DivClassName
{
background-color: #BC618A;
}
.BgClassName
{
background-color: #BC618A;
}
</style>
border-color css
<style>
span { border-color: #BC618A; }
span { border-color: rgb(188,97,138); }
td.TdClassName
{
border-color: #BC618A;
}
.TagClassName
{
border-color: #BC618A;
}
</style>