Shades of Tapestry #BC6783
Tints of Tapestry #BC6783
RGB
CMYK
RGB Variations
Color information
#BC6783 (or 0xBC6783) is known color: Tapestry. HEX triplet: BC, 67 and 83. RGB value is (188,103,131). Sum of RGB (Red+Green+Blue) = 188+103+131=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6783 is #43987C. Grayscale: #838383. Windows color (decimal): -4429949 or 8611772. OLE color: 8611772.
HSL color Cylindrical-coordinate representation of color #BC6783: hue angle of 340.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6783 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 131 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.26 |
| HSL | 340.24º | 0.39% | 0.57% | - |
| HSV(B) | 340.24º | 0.45% | 0.74% | - |
| XYZ | 29.69 | 22.03 | 24.16 | - |
| YUV | 131.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 131 | 0 | 0.45 | 0.30 | 0.26 | 340.24 | 0.39 | 0.57 |
| Hex | BC | 67 | 83 | 0 | 2D | 1E | 1A | 154 | 27 | 39 |
| Octal | 274 | 147 | 203 | 0 | 55 | 36 | 32 | 524 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10000011 | 0 | 101101 | 11110 | 11010 | 101010100 | 100111 | 111001 |
Color Harmonies of #BC6783
Complementary color
Monochromatic Colors of #BC6783
Black with #BC6783
Text Example
Text Example
White with #BC6783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6783; }
p { color: rgb(188,103,131); }
H1.HeaderClassName
{
color: #BC6783;
}
.AnyTagClassName
{
color: #BC6783;
}
</style>
background-color css
<style>
a { background-color: #BC6783; }
a { background-color: rgb(188,103,131); }
div.DivClassName
{
background-color: #BC6783;
}
.BgClassName
{
background-color: #BC6783;
}
</style>
border-color css
<style>
span { border-color: #BC6783; }
span { border-color: rgb(188,103,131); }
td.TdClassName
{
border-color: #BC6783;
}
.TagClassName
{
border-color: #BC6783;
}
</style>