Shades of Tapestry #BC7283
Tints of Tapestry #BC7283
RGB
CMYK
RGB Variations
Color information
#BC7283 (or 0xBC7283) is known color: Tapestry. HEX triplet: BC, 72 and 83. RGB value is (188,114,131). Sum of RGB (Red+Green+Blue) = 188+114+131=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7283 is #438D7C. Grayscale: #8A8A8A. Windows color (decimal): -4427133 or 8614588. OLE color: 8614588.
HSL color Cylindrical-coordinate representation of color #BC7283: hue angle of 346.22º 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 #BC7283 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 131 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.26 |
| HSL | 346.22º | 0.36% | 0.59% | - |
| HSV(B) | 346.22º | 0.39% | 0.74% | - |
| XYZ | 30.85 | 24.36 | 24.55 | - |
| YUV | 138.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 131 | 0 | 0.39 | 0.30 | 0.26 | 346.22 | 0.36 | 0.59 |
| Hex | BC | 72 | 83 | 0 | 27 | 1E | 1A | 15A | 24 | 3B |
| Octal | 274 | 162 | 203 | 0 | 47 | 36 | 32 | 532 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10000011 | 0 | 100111 | 11110 | 11010 | 101011010 | 100100 | 111011 |
Color Harmonies of #BC7283
Complementary color
Monochromatic Colors of #BC7283
Black with #BC7283
Text Example
Text Example
White with #BC7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7283; }
p { color: rgb(188,114,131); }
H1.HeaderClassName
{
color: #BC7283;
}
.AnyTagClassName
{
color: #BC7283;
}
</style>
background-color css
<style>
a { background-color: #BC7283; }
a { background-color: rgb(188,114,131); }
div.DivClassName
{
background-color: #BC7283;
}
.BgClassName
{
background-color: #BC7283;
}
</style>
border-color css
<style>
span { border-color: #BC7283; }
span { border-color: rgb(188,114,131); }
td.TdClassName
{
border-color: #BC7283;
}
.TagClassName
{
border-color: #BC7283;
}
</style>