Shades of Tapestry #BC727F
Tints of Tapestry #BC727F
RGB
CMYK
RGB Variations
Color information
#BC727F (or 0xBC727F) is known color: Tapestry. HEX triplet: BC, 72 and 7F. RGB value is (188,114,127). Sum of RGB (Red+Green+Blue) = 188+114+127=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC727F is #438D80. Grayscale: #898989. Windows color (decimal): -4427137 or 8352444. OLE color: 8352444.
HSL color Cylindrical-coordinate representation of color #BC727F: hue angle of 349.46º degrees, saturation: 0.36, 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 #BC727F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 127 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.26 |
| HSL | 349.46º | 0.36% | 0.59% | - |
| HSV(B) | 349.46º | 0.39% | 0.74% | - |
| XYZ | 30.59 | 24.26 | 23.15 | - |
| YUV | 137.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 127 | 0 | 0.39 | 0.32 | 0.26 | 349.46 | 0.36 | 0.59 |
| Hex | BC | 72 | 7F | 0 | 27 | 20 | 1A | 15D | 24 | 3B |
| Octal | 274 | 162 | 177 | 0 | 47 | 40 | 32 | 535 | 44 | 73 |
| Binary | 10111100 | 1110010 | 1111111 | 0 | 100111 | 100000 | 11010 | 101011101 | 100100 | 111011 |
Color Harmonies of #BC727F
Complementary color
Monochromatic Colors of #BC727F
Black with #BC727F
Text Example
Text Example
White with #BC727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC727F; }
p { color: rgb(188,114,127); }
H1.HeaderClassName
{
color: #BC727F;
}
.AnyTagClassName
{
color: #BC727F;
}
</style>
background-color css
<style>
a { background-color: #BC727F; }
a { background-color: rgb(188,114,127); }
div.DivClassName
{
background-color: #BC727F;
}
.BgClassName
{
background-color: #BC727F;
}
</style>
border-color css
<style>
span { border-color: #BC727F; }
span { border-color: rgb(188,114,127); }
td.TdClassName
{
border-color: #BC727F;
}
.TagClassName
{
border-color: #BC727F;
}
</style>