#BC7789

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

Shades of Tapestry #BC7789

Tints of Tapestry #BC7789

Color information

#BC7789 (or 0xBC7789) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 89. RGB value is (188,119,137). Sum of RGB (Red+Green+Blue) = 188+119+137=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7789 is #438876. Grayscale: #8D8D8D. Windows color (decimal): -4425847 or 9009084. OLE color: 9009084.

HSL color Cylindrical-coordinate representation of color #BC7789: hue angle of 344.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7789 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188119137-
CMYK00.370.270.26
HSL344.35º33.99%60.2%-
HSV(B)344.35º36.7%73.73%-
XYZ31.8525.6926.95-
YUV141.68125.36161.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=42.34%
G=26.80%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811913700.370.270.26344.3533.9960.2
HexBC77890251B1A158223c
Octal27416721104533325304274
Binary1011110011101111000100101001011101111010101011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7789; }

 p { color: rgb(188,119,137); }

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

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

 a { background-color: rgb(188,119,137); }

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

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

 span { border-color: rgb(188,119,137); }

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