Shades of Tapestry #BC7379
Tints of Tapestry #BC7379
RGB
CMYK
RGB Variations
Color information
#BC7379 (or 0xBC7379) is known color: Tapestry. HEX triplet: BC, 73 and 79. RGB value is (188,115,121). Sum of RGB (Red+Green+Blue) = 188+115+121=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7379 is #438C86. Grayscale: #898989. Windows color (decimal): -4426887 or 7959484. OLE color: 7959484.
HSL color Cylindrical-coordinate representation of color #BC7379: hue angle of 355.07º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7379 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 121 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.26 |
| HSL | 355.07º | 0.35% | 0.59% | - |
| HSV(B) | 355.07º | 0.39% | 0.74% | - |
| XYZ | 30.32 | 24.33 | 21.19 | - |
| YUV | 137.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 121 | 0 | 0.39 | 0.36 | 0.26 | 355.07 | 0.35 | 0.59 |
| Hex | BC | 73 | 79 | 0 | 27 | 24 | 1A | 163 | 23 | 3B |
| Octal | 274 | 163 | 171 | 0 | 47 | 44 | 32 | 543 | 43 | 73 |
| Binary | 10111100 | 1110011 | 1111001 | 0 | 100111 | 100100 | 11010 | 101100011 | 100011 | 111011 |
Color Harmonies of #BC7379
Complementary color
Monochromatic Colors of #BC7379
Black with #BC7379
Text Example
Text Example
White with #BC7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7379; }
p { color: rgb(188,115,121); }
H1.HeaderClassName
{
color: #BC7379;
}
.AnyTagClassName
{
color: #BC7379;
}
</style>
background-color css
<style>
a { background-color: #BC7379; }
a { background-color: rgb(188,115,121); }
div.DivClassName
{
background-color: #BC7379;
}
.BgClassName
{
background-color: #BC7379;
}
</style>
border-color css
<style>
span { border-color: #BC7379; }
span { border-color: rgb(188,115,121); }
td.TdClassName
{
border-color: #BC7379;
}
.TagClassName
{
border-color: #BC7379;
}
</style>