#BC6989

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

Shades of Tapestry #BC6989

Tints of Tapestry #BC6989

Color information

#BC6989 (or 0xBC6989) is unknown color: approx Tapestry. HEX triplet: BC, 69 and 89. RGB value is (188,105,137). Sum of RGB (Red+Green+Blue) = 188+105+137=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6989 is #439676. Grayscale: #858585. Windows color (decimal): -4429431 or 9005500. OLE color: 9005500.

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

Color convert

RGB188105137-
CMYK00.440.270.26
HSL336.87º38.25%57.45%-
HSV(B)336.87º44.15%73.73%-
XYZ30.3122.626.43-
YUV133.46130166.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=43.72%
G=24.42%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810513700.440.270.26336.8738.2557.45
HexBC698902C1B1A1512639
Octal27415121105433325214671
Binary1011110011010011000100101011001101111010101010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6989; }

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

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

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

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

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

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

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

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