Shades of Tapestry #BC727B
Tints of Tapestry #BC727B
RGB
CMYK
RGB Variations
Color information
#BC727B (or 0xBC727B) is known color: Tapestry. HEX triplet: BC, 72 and 7B. RGB value is (188,114,123). Sum of RGB (Red+Green+Blue) = 188+114+123=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC727B is #438D84. Grayscale: #898989. Windows color (decimal): -4427141 or 8090300. OLE color: 8090300.
HSL color Cylindrical-coordinate representation of color #BC727B: hue angle of 352.7º 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 #BC727B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 123 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.26 |
| HSL | 352.7º | 0.36% | 0.59% | - |
| HSV(B) | 352.7º | 0.39% | 0.74% | - |
| XYZ | 30.33 | 24.16 | 21.8 | - |
| YUV | 137.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 123 | 0 | 0.39 | 0.35 | 0.26 | 352.7 | 0.36 | 0.59 |
| Hex | BC | 72 | 7B | 0 | 27 | 23 | 1A | 161 | 24 | 3B |
| Octal | 274 | 162 | 173 | 0 | 47 | 43 | 32 | 541 | 44 | 73 |
| Binary | 10111100 | 1110010 | 1111011 | 0 | 100111 | 100011 | 11010 | 101100001 | 100100 | 111011 |
Color Harmonies of #BC727B
Complementary color
Monochromatic Colors of #BC727B
Black with #BC727B
Text Example
Text Example
White with #BC727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC727B; }
p { color: rgb(188,114,123); }
H1.HeaderClassName
{
color: #BC727B;
}
.AnyTagClassName
{
color: #BC727B;
}
</style>
background-color css
<style>
a { background-color: #BC727B; }
a { background-color: rgb(188,114,123); }
div.DivClassName
{
background-color: #BC727B;
}
.BgClassName
{
background-color: #BC727B;
}
</style>
border-color css
<style>
span { border-color: #BC727B; }
span { border-color: rgb(188,114,123); }
td.TdClassName
{
border-color: #BC727B;
}
.TagClassName
{
border-color: #BC727B;
}
</style>