#BC7E89

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

Shades of Tapestry #BC7E89

Tints of Tapestry #BC7E89

Color information

#BC7E89 (or 0xBC7E89) is unknown color: approx Tapestry. HEX triplet: BC, 7E and 89. RGB value is (188,126,137). Sum of RGB (Red+Green+Blue) = 188+126+137=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E89 is #438176. Grayscale: #919191. Windows color (decimal): -4424055 or 9010876. OLE color: 9010876.

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

Color convert

RGB188126137-
CMYK00.330.270.26
HSL349.35º31.63%61.57%-
HSV(B)349.35º32.98%73.73%-
XYZ32.7227.4227.24-
YUV145.79123.04158.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=41.69%
G=27.94%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812613700.330.270.26349.3531.6361.57
HexBC7E890211B1A15d203e
Octal27417621104133325354076
Binary1011110011111101000100101000011101111010101011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E89; }

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

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

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

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

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

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

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

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