#BC6F89

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

Shades of Tapestry #BC6F89

Tints of Tapestry #BC6F89

Color information

#BC6F89 (or 0xBC6F89) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 89. RGB value is (188,111,137). Sum of RGB (Red+Green+Blue) = 188+111+137=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F89 is #439076. Grayscale: #888888. Windows color (decimal): -4427895 or 9007036. OLE color: 9007036.

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

Color convert

RGB188111137-
CMYK00.410.270.26
HSL339.74º36.49%58.63%-
HSV(B)339.74º40.96%73.73%-
XYZ30.9423.8726.64-
YUV136.99128.01164.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=43.12%
G=25.46%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811113700.410.270.26339.7436.4958.63
HexBC6F890291B1A154243b
Octal27415721105133325244473
Binary1011110011011111000100101010011101111010101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F89; }

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

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

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

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

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

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

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

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