Shades of Tapestry #BC667F
Tints of Tapestry #BC667F
RGB
CMYK
RGB Variations
Color information
#BC667F (or 0xBC667F) is known color: Tapestry. HEX triplet: BC, 66 and 7F. RGB value is (188,102,127). Sum of RGB (Red+Green+Blue) = 188+102+127=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC667F is #439980. Grayscale: #828282. Windows color (decimal): -4430209 or 8349372. OLE color: 8349372.
HSL color Cylindrical-coordinate representation of color #BC667F: hue angle of 342.56º 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 #BC667F is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 127 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.26 |
| HSL | 342.56º | 0.39% | 0.57% | - |
| HSV(B) | 342.56º | 0.46% | 0.74% | - |
| XYZ | 29.32 | 21.73 | 22.73 | - |
| YUV | 130.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 127 | 0 | 0.46 | 0.32 | 0.26 | 342.56 | 0.39 | 0.57 |
| Hex | BC | 66 | 7F | 0 | 2E | 20 | 1A | 157 | 27 | 39 |
| Octal | 274 | 146 | 177 | 0 | 56 | 40 | 32 | 527 | 47 | 71 |
| Binary | 10111100 | 1100110 | 1111111 | 0 | 101110 | 100000 | 11010 | 101010111 | 100111 | 111001 |
Color Harmonies of #BC667F
Complementary color
Monochromatic Colors of #BC667F
Black with #BC667F
Text Example
Text Example
White with #BC667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC667F; }
p { color: rgb(188,102,127); }
H1.HeaderClassName
{
color: #BC667F;
}
.AnyTagClassName
{
color: #BC667F;
}
</style>
background-color css
<style>
a { background-color: #BC667F; }
a { background-color: rgb(188,102,127); }
div.DivClassName
{
background-color: #BC667F;
}
.BgClassName
{
background-color: #BC667F;
}
</style>
border-color css
<style>
span { border-color: #BC667F; }
span { border-color: rgb(188,102,127); }
td.TdClassName
{
border-color: #BC667F;
}
.TagClassName
{
border-color: #BC667F;
}
</style>