Shades of Tapestry #BC7290
Tints of Tapestry #BC7290
RGB
CMYK
RGB Variations
Color information
#BC7290 (or 0xBC7290) is known color: Tapestry. HEX triplet: BC, 72 and 90. RGB value is (188,114,144). Sum of RGB (Red+Green+Blue) = 188+114+144=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7290 is #438D6F. Grayscale: #8B8B8B. Windows color (decimal): -4427120 or 9466556. OLE color: 9466556.
HSL color Cylindrical-coordinate representation of color #BC7290: hue angle of 335.68º 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 #BC7290 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 144 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.26 |
| HSL | 335.68º | 0.36% | 0.59% | - |
| HSV(B) | 335.68º | 0.39% | 0.74% | - |
| XYZ | 31.79 | 24.74 | 29.49 | - |
| YUV | 139.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 144 | 0 | 0.39 | 0.23 | 0.26 | 335.68 | 0.36 | 0.59 |
| Hex | BC | 72 | 90 | 0 | 27 | 17 | 1A | 150 | 24 | 3B |
| Octal | 274 | 162 | 220 | 0 | 47 | 27 | 32 | 520 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10010000 | 0 | 100111 | 10111 | 11010 | 101010000 | 100100 | 111011 |
Color Harmonies of #BC7290
Complementary color
Monochromatic Colors of #BC7290
Black with #BC7290
Text Example
Text Example
White with #BC7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7290; }
p { color: rgb(188,114,144); }
H1.HeaderClassName
{
color: #BC7290;
}
.AnyTagClassName
{
color: #BC7290;
}
</style>
background-color css
<style>
a { background-color: #BC7290; }
a { background-color: rgb(188,114,144); }
div.DivClassName
{
background-color: #BC7290;
}
.BgClassName
{
background-color: #BC7290;
}
</style>
border-color css
<style>
span { border-color: #BC7290; }
span { border-color: rgb(188,114,144); }
td.TdClassName
{
border-color: #BC7290;
}
.TagClassName
{
border-color: #BC7290;
}
</style>