Shades of Tapestry #BC667B
Tints of Tapestry #BC667B
RGB
CMYK
RGB Variations
Color information
#BC667B (or 0xBC667B) is known color: Tapestry. HEX triplet: BC, 66 and 7B. RGB value is (188,102,123). Sum of RGB (Red+Green+Blue) = 188+102+123=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC667B is #439984. Grayscale: #828282. Windows color (decimal): -4430213 or 8087228. OLE color: 8087228.
HSL color Cylindrical-coordinate representation of color #BC667B: hue angle of 345.35º 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 #BC667B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 123 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.26 |
| HSL | 345.35º | 0.39% | 0.57% | - |
| HSV(B) | 345.35º | 0.46% | 0.74% | - |
| XYZ | 29.07 | 21.62 | 21.38 | - |
| YUV | 130.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 123 | 0 | 0.46 | 0.35 | 0.26 | 345.35 | 0.39 | 0.57 |
| Hex | BC | 66 | 7B | 0 | 2E | 23 | 1A | 159 | 27 | 39 |
| Octal | 274 | 146 | 173 | 0 | 56 | 43 | 32 | 531 | 47 | 71 |
| Binary | 10111100 | 1100110 | 1111011 | 0 | 101110 | 100011 | 11010 | 101011001 | 100111 | 111001 |
Color Harmonies of #BC667B
Complementary color
Monochromatic Colors of #BC667B
Black with #BC667B
Text Example
Text Example
White with #BC667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC667B; }
p { color: rgb(188,102,123); }
H1.HeaderClassName
{
color: #BC667B;
}
.AnyTagClassName
{
color: #BC667B;
}
</style>
background-color css
<style>
a { background-color: #BC667B; }
a { background-color: rgb(188,102,123); }
div.DivClassName
{
background-color: #BC667B;
}
.BgClassName
{
background-color: #BC667B;
}
</style>
border-color css
<style>
span { border-color: #BC667B; }
span { border-color: rgb(188,102,123); }
td.TdClassName
{
border-color: #BC667B;
}
.TagClassName
{
border-color: #BC667B;
}
</style>