#BC7E8A

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

Shades of Tapestry #BC7E8A

Tints of Tapestry #BC7E8A

Color information

#BC7E8A (or 0xBC7E8A) is unknown color: approx Tapestry. HEX triplet: BC, 7E and 8A. RGB value is (188,126,138). Sum of RGB (Red+Green+Blue) = 188+126+138=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E8A is #438175. Grayscale: #919191. Windows color (decimal): -4424054 or 9076412. OLE color: 9076412.

HSL color Cylindrical-coordinate representation of color #BC7E8A: hue angle of 348.39º 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 #BC7E8A is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188126138-
CMYK00.330.270.26
HSL348.39º31.63%61.57%-
HSV(B)348.39º32.98%73.73%-
XYZ32.7927.4527.61-
YUV145.91123.54158.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=41.59%
G=27.88%
B=30.53%

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
Decimal18812613800.330.270.26348.3931.6361.57
HexBC7E8A0211B1A15c203e
Octal27417621204133325344076
Binary1011110011111101000101001000011101111010101011100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E8A; }

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

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

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

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

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

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

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

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