Shades of Tapestry #BC6281
Tints of Tapestry #BC6281
RGB
CMYK
RGB Variations
Color information
#BC6281 (or 0xBC6281) is known color: Tapestry. HEX triplet: BC, 62 and 81. RGB value is (188,98,129). Sum of RGB (Red+Green+Blue) = 188+98+129=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6281 is #439D7E. Grayscale: #808080. Windows color (decimal): -4431231 or 8479420. OLE color: 8479420.
HSL color Cylindrical-coordinate representation of color #BC6281: hue angle of 339.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6281 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 129 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.26 |
| HSL | 339.33º | 0.4% | 0.56% | - |
| HSV(B) | 339.33º | 0.48% | 0.74% | - |
| XYZ | 29.07 | 21.01 | 23.29 | - |
| YUV | 128.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 129 | 0 | 0.48 | 0.31 | 0.26 | 339.33 | 0.4 | 0.56 |
| Hex | BC | 62 | 81 | 0 | 30 | 1F | 1A | 153 | 28 | 38 |
| Octal | 274 | 142 | 201 | 0 | 60 | 37 | 32 | 523 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10000001 | 0 | 110000 | 11111 | 11010 | 101010011 | 101000 | 111000 |
Color Harmonies of #BC6281
Complementary color
Monochromatic Colors of #BC6281
Black with #BC6281
Text Example
Text Example
White with #BC6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6281; }
p { color: rgb(188,98,129); }
H1.HeaderClassName
{
color: #BC6281;
}
.AnyTagClassName
{
color: #BC6281;
}
</style>
background-color css
<style>
a { background-color: #BC6281; }
a { background-color: rgb(188,98,129); }
div.DivClassName
{
background-color: #BC6281;
}
.BgClassName
{
background-color: #BC6281;
}
</style>
border-color css
<style>
span { border-color: #BC6281; }
span { border-color: rgb(188,98,129); }
td.TdClassName
{
border-color: #BC6281;
}
.TagClassName
{
border-color: #BC6281;
}
</style>