#BC7A8D

Color #BC7A8D Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BC7A8D

Tints of Tapestry #BC7A8D

Color information

#BC7A8D (or 0xBC7A8D) is unknown color: approx Tapestry. HEX triplet: BC, 7A and 8D. RGB value is (188,122,141). Sum of RGB (Red+Green+Blue) = 188+122+141=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A8D is #438572. Grayscale: #8F8F8F. Windows color (decimal): -4425075 or 9271996. OLE color: 9271996.

HSL color Cylindrical-coordinate representation of color #BC7A8D: hue angle of 342.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7A8D is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB188122141-
CMYK00.350.250.26
HSL342.73º33%60.78%-
HSV(B)342.73º35.11%73.73%-
XYZ32.5126.5328.61-
YUV143.9126.37159.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=41.69%
G=27.05%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812214100.350.250.26342.733360.78
HexBC7A8D023191A157213d
Octal27417221504331325274175
Binary1011110011110101000110101000111100111010101010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A8D; }

 p { color: rgb(188,122,141); }

 H1.HeaderClassName
 {
   color: #BC7A8D;
 }
 .AnyTagClassName
 {
   color: #BC7A8D;
 }
</style>
background-color css

<style>
 a { background-color: #BC7A8D; }

 a { background-color: rgb(188,122,141); }

 div.DivClassName
 {
   background-color: #BC7A8D;
 }
 .BgClassName
 {
   background-color: #BC7A8D;
 }
</style>
border-color css

<style>
 span { border-color: #BC7A8D; }

 span { border-color: rgb(188,122,141); }

 td.TdClassName
 {
   border-color: #BC7A8D;
 }
 .TagClassName
 {
   border-color: #BC7A8D;
 }
</style>