#BC758A

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

Shades of Tapestry #BC758A

Tints of Tapestry #BC758A

Color information

#BC758A (or 0xBC758A) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 8A. RGB value is (188,117,138). Sum of RGB (Red+Green+Blue) = 188+117+138=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758A is #438A75. Grayscale: #8C8C8C. Windows color (decimal): -4426358 or 9074108. OLE color: 9074108.

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

Color convert

RGB188117138-
CMYK00.380.270.26
HSL342.25º34.63%59.8%-
HSV(B)342.25º37.77%73.73%-
XYZ31.6925.2527.25-
YUV140.62126.52161.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=42.44%
G=26.41%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811713800.380.270.26342.2534.6359.8
HexBC758A0261B1A156233c
Octal27416521204633325264374
Binary1011110011101011000101001001101101111010101010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC758A; }

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

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

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

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

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

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

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

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