#BC7A90

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

Shades of Tapestry #BC7A90

Tints of Tapestry #BC7A90

Color information

#BC7A90 (or 0xBC7A90) is unknown color: approx Tapestry. HEX triplet: BC, 7A and 90. RGB value is (188,122,144). Sum of RGB (Red+Green+Blue) = 188+122+144=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A90 is #43856F. Grayscale: #909090. Windows color (decimal): -4425072 or 9468604. OLE color: 9468604.

HSL color Cylindrical-coordinate representation of color #BC7A90: hue angle of 340º 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 #BC7A90 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188122144-
CMYK00.350.230.26
HSL340º33%60.78%-
HSV(B)340º35.11%73.73%-
XYZ32.7326.6229.8-
YUV144.24127.87159.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=41.41%
G=26.87%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812214400.350.230.263403360.78
HexBC7A90023171A154213d
Octal27417222004327325244175
Binary1011110011110101001000001000111011111010101010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A90; }

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

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

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

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

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

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

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

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