Shades of Tapestry #BC6F7B
Tints of Tapestry #BC6F7B
RGB
CMYK
RGB Variations
Color information
#BC6F7B (or 0xBC6F7B) is known color: Tapestry. HEX triplet: BC, 6F and 7B. RGB value is (188,111,123). Sum of RGB (Red+Green+Blue) = 188+111+123=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F7B is #439084. Grayscale: #878787. Windows color (decimal): -4427909 or 8089532. OLE color: 8089532.
HSL color Cylindrical-coordinate representation of color #BC6F7B: hue angle of 350.65º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F7B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 123 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.26 |
| HSL | 350.65º | 0.36% | 0.59% | - |
| HSV(B) | 350.65º | 0.41% | 0.74% | - |
| XYZ | 30 | 23.49 | 21.69 | - |
| YUV | 135.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 123 | 0 | 0.41 | 0.35 | 0.26 | 350.65 | 0.36 | 0.59 |
| Hex | BC | 6F | 7B | 0 | 29 | 23 | 1A | 15F | 24 | 3B |
| Octal | 274 | 157 | 173 | 0 | 51 | 43 | 32 | 537 | 44 | 73 |
| Binary | 10111100 | 1101111 | 1111011 | 0 | 101001 | 100011 | 11010 | 101011111 | 100100 | 111011 |
Color Harmonies of #BC6F7B
Complementary color
Monochromatic Colors of #BC6F7B
Black with #BC6F7B
Text Example
Text Example
White with #BC6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F7B; }
p { color: rgb(188,111,123); }
H1.HeaderClassName
{
color: #BC6F7B;
}
.AnyTagClassName
{
color: #BC6F7B;
}
</style>
background-color css
<style>
a { background-color: #BC6F7B; }
a { background-color: rgb(188,111,123); }
div.DivClassName
{
background-color: #BC6F7B;
}
.BgClassName
{
background-color: #BC6F7B;
}
</style>
border-color css
<style>
span { border-color: #BC6F7B; }
span { border-color: rgb(188,111,123); }
td.TdClassName
{
border-color: #BC6F7B;
}
.TagClassName
{
border-color: #BC6F7B;
}
</style>