Shades of Tapestry #BC667A
Tints of Tapestry #BC667A
RGB
CMYK
RGB Variations
Color information
#BC667A (or 0xBC667A) is known color: Tapestry. HEX triplet: BC, 66 and 7A. RGB value is (188,102,122). Sum of RGB (Red+Green+Blue) = 188+102+122=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC667A is #439985. Grayscale: #828282. Windows color (decimal): -4430214 or 8021692. OLE color: 8021692.
HSL color Cylindrical-coordinate representation of color #BC667A: hue angle of 346.05º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC667A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 122 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.26 |
| HSL | 346.05º | 0.39% | 0.57% | - |
| HSV(B) | 346.05º | 0.46% | 0.74% | - |
| XYZ | 29 | 21.6 | 21.05 | - |
| YUV | 129.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 122 | 0 | 0.46 | 0.35 | 0.26 | 346.05 | 0.39 | 0.57 |
| Hex | BC | 66 | 7A | 0 | 2E | 23 | 1A | 15A | 27 | 39 |
| Octal | 274 | 146 | 172 | 0 | 56 | 43 | 32 | 532 | 47 | 71 |
| Binary | 10111100 | 1100110 | 1111010 | 0 | 101110 | 100011 | 11010 | 101011010 | 100111 | 111001 |
Color Harmonies of #BC667A
Complementary color
Monochromatic Colors of #BC667A
Black with #BC667A
Text Example
Text Example
White with #BC667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC667A; }
p { color: rgb(188,102,122); }
H1.HeaderClassName
{
color: #BC667A;
}
.AnyTagClassName
{
color: #BC667A;
}
</style>
background-color css
<style>
a { background-color: #BC667A; }
a { background-color: rgb(188,102,122); }
div.DivClassName
{
background-color: #BC667A;
}
.BgClassName
{
background-color: #BC667A;
}
</style>
border-color css
<style>
span { border-color: #BC667A; }
span { border-color: rgb(188,102,122); }
td.TdClassName
{
border-color: #BC667A;
}
.TagClassName
{
border-color: #BC667A;
}
</style>