Shades of Tapestry #BC7583
Tints of Tapestry #BC7583
RGB
CMYK
RGB Variations
Color information
#BC7583 (or 0xBC7583) is known color: Tapestry. HEX triplet: BC, 75 and 83. RGB value is (188,117,131). Sum of RGB (Red+Green+Blue) = 188+117+131=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7583 is #438A7C. Grayscale: #8B8B8B. Windows color (decimal): -4426365 or 8615356. OLE color: 8615356.
HSL color Cylindrical-coordinate representation of color #BC7583: hue angle of 348.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7583 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 131 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.26 |
| HSL | 348.17º | 0.35% | 0.6% | - |
| HSV(B) | 348.17º | 0.38% | 0.74% | - |
| XYZ | 31.2 | 25.05 | 24.66 | - |
| YUV | 139.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 131 | 0 | 0.38 | 0.30 | 0.26 | 348.17 | 0.35 | 0.6 |
| Hex | BC | 75 | 83 | 0 | 26 | 1E | 1A | 15C | 23 | 3C |
| Octal | 274 | 165 | 203 | 0 | 46 | 36 | 32 | 534 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10000011 | 0 | 100110 | 11110 | 11010 | 101011100 | 100011 | 111100 |
Color Harmonies of #BC7583
Complementary color
Monochromatic Colors of #BC7583
Black with #BC7583
Text Example
Text Example
White with #BC7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7583; }
p { color: rgb(188,117,131); }
H1.HeaderClassName
{
color: #BC7583;
}
.AnyTagClassName
{
color: #BC7583;
}
</style>
background-color css
<style>
a { background-color: #BC7583; }
a { background-color: rgb(188,117,131); }
div.DivClassName
{
background-color: #BC7583;
}
.BgClassName
{
background-color: #BC7583;
}
</style>
border-color css
<style>
span { border-color: #BC7583; }
span { border-color: rgb(188,117,131); }
td.TdClassName
{
border-color: #BC7583;
}
.TagClassName
{
border-color: #BC7583;
}
</style>