#BC6D89

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

Shades of Tapestry #BC6D89

Tints of Tapestry #BC6D89

Color information

#BC6D89 (or 0xBC6D89) is unknown color: approx Tapestry. HEX triplet: BC, 6D and 89. RGB value is (188,109,137). Sum of RGB (Red+Green+Blue) = 188+109+137=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D89 is #439276. Grayscale: #878787. Windows color (decimal): -4428407 or 9006524. OLE color: 9006524.

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

Color convert

RGB188109137-
CMYK00.420.270.26
HSL338.73º37.09%58.24%-
HSV(B)338.73º42.02%73.73%-
XYZ30.7223.4326.57-
YUV135.81128.67165.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=43.32%
G=25.12%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810913700.420.270.26338.7337.0958.24
HexBC6D8902A1B1A153253a
Octal27415521105233325234572
Binary1011110011011011000100101010101101111010101010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D89; }

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

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

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

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

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

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

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

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