Shades of Tapestry #BC7383
Tints of Tapestry #BC7383
RGB
CMYK
RGB Variations
Color information
#BC7383 (or 0xBC7383) is known color: Tapestry. HEX triplet: BC, 73 and 83. RGB value is (188,115,131). Sum of RGB (Red+Green+Blue) = 188+115+131=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7383 is #438C7C. Grayscale: #8A8A8A. Windows color (decimal): -4426877 or 8614844. OLE color: 8614844.
HSL color Cylindrical-coordinate representation of color #BC7383: hue angle of 346.85º 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 #BC7383 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 131 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.26 |
| HSL | 346.85º | 0.35% | 0.59% | - |
| HSV(B) | 346.85º | 0.39% | 0.74% | - |
| XYZ | 30.97 | 24.59 | 24.59 | - |
| YUV | 138.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 131 | 0 | 0.39 | 0.30 | 0.26 | 346.85 | 0.35 | 0.59 |
| Hex | BC | 73 | 83 | 0 | 27 | 1E | 1A | 15B | 23 | 3B |
| Octal | 274 | 163 | 203 | 0 | 47 | 36 | 32 | 533 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10000011 | 0 | 100111 | 11110 | 11010 | 101011011 | 100011 | 111011 |
Color Harmonies of #BC7383
Complementary color
Monochromatic Colors of #BC7383
Black with #BC7383
Text Example
Text Example
White with #BC7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7383; }
p { color: rgb(188,115,131); }
H1.HeaderClassName
{
color: #BC7383;
}
.AnyTagClassName
{
color: #BC7383;
}
</style>
background-color css
<style>
a { background-color: #BC7383; }
a { background-color: rgb(188,115,131); }
div.DivClassName
{
background-color: #BC7383;
}
.BgClassName
{
background-color: #BC7383;
}
</style>
border-color css
<style>
span { border-color: #BC7383; }
span { border-color: rgb(188,115,131); }
td.TdClassName
{
border-color: #BC7383;
}
.TagClassName
{
border-color: #BC7383;
}
</style>