Shades of Tapestry #BC6479
Tints of Tapestry #BC6479
RGB
CMYK
RGB Variations
Color information
#BC6479 (or 0xBC6479) is known color: Tapestry. HEX triplet: BC, 64 and 79. RGB value is (188,100,121). Sum of RGB (Red+Green+Blue) = 188+100+121=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6479 is #439B86. Grayscale: #808080. Windows color (decimal): -4430727 or 7955644. OLE color: 7955644.
HSL color Cylindrical-coordinate representation of color #BC6479: hue angle of 345.68º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6479 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 121 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.26 |
| HSL | 345.68º | 0.4% | 0.56% | - |
| HSV(B) | 345.68º | 0.47% | 0.74% | - |
| XYZ | 28.75 | 21.19 | 20.66 | - |
| YUV | 128.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 121 | 0 | 0.47 | 0.36 | 0.26 | 345.68 | 0.4 | 0.56 |
| Hex | BC | 64 | 79 | 0 | 2F | 24 | 1A | 15A | 28 | 38 |
| Octal | 274 | 144 | 171 | 0 | 57 | 44 | 32 | 532 | 50 | 70 |
| Binary | 10111100 | 1100100 | 1111001 | 0 | 101111 | 100100 | 11010 | 101011010 | 101000 | 111000 |
Color Harmonies of #BC6479
Complementary color
Monochromatic Colors of #BC6479
Black with #BC6479
Text Example
Text Example
White with #BC6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6479; }
p { color: rgb(188,100,121); }
H1.HeaderClassName
{
color: #BC6479;
}
.AnyTagClassName
{
color: #BC6479;
}
</style>
background-color css
<style>
a { background-color: #BC6479; }
a { background-color: rgb(188,100,121); }
div.DivClassName
{
background-color: #BC6479;
}
.BgClassName
{
background-color: #BC6479;
}
</style>
border-color css
<style>
span { border-color: #BC6479; }
span { border-color: rgb(188,100,121); }
td.TdClassName
{
border-color: #BC6479;
}
.TagClassName
{
border-color: #BC6479;
}
</style>