Shades of Tapestry #BC7D81
Tints of Tapestry #BC7D81
RGB
CMYK
RGB Variations
Color information
#BC7D81 (or 0xBC7D81) is known color: Tapestry. HEX triplet: BC, 7D and 81. RGB value is (188,125,129). Sum of RGB (Red+Green+Blue) = 188+125+129=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D81 is #43827E. Grayscale: #909090. Windows color (decimal): -4424319 or 8486332. OLE color: 8486332.
HSL color Cylindrical-coordinate representation of color #BC7D81: hue angle of 356.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7D81 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 129 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.26 |
| HSL | 356.19º | 0.32% | 0.61% | - |
| HSV(B) | 356.19º | 0.34% | 0.74% | - |
| XYZ | 32.04 | 26.94 | 24.28 | - |
| YUV | 144.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 129 | 0 | 0.34 | 0.31 | 0.26 | 356.19 | 0.32 | 0.61 |
| Hex | BC | 7D | 81 | 0 | 22 | 1F | 1A | 164 | 20 | 3D |
| Octal | 274 | 175 | 201 | 0 | 42 | 37 | 32 | 544 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10000001 | 0 | 100010 | 11111 | 11010 | 101100100 | 100000 | 111101 |
Color Harmonies of #BC7D81
Complementary color
Monochromatic Colors of #BC7D81
Black with #BC7D81
Text Example
Text Example
White with #BC7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D81; }
p { color: rgb(188,125,129); }
H1.HeaderClassName
{
color: #BC7D81;
}
.AnyTagClassName
{
color: #BC7D81;
}
</style>
background-color css
<style>
a { background-color: #BC7D81; }
a { background-color: rgb(188,125,129); }
div.DivClassName
{
background-color: #BC7D81;
}
.BgClassName
{
background-color: #BC7D81;
}
</style>
border-color css
<style>
span { border-color: #BC7D81; }
span { border-color: rgb(188,125,129); }
td.TdClassName
{
border-color: #BC7D81;
}
.TagClassName
{
border-color: #BC7D81;
}
</style>