#BC758D

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

Shades of Tapestry #BC758D

Tints of Tapestry #BC758D

Color information

#BC758D (or 0xBC758D) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 8D. RGB value is (188,117,141). Sum of RGB (Red+Green+Blue) = 188+117+141=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758D is #438A72. Grayscale: #8C8C8C. Windows color (decimal): -4426355 or 9270716. OLE color: 9270716.

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

Color convert

RGB188117141-
CMYK00.380.250.26
HSL339.72º34.63%59.8%-
HSV(B)339.72º37.77%73.73%-
XYZ31.9125.3428.41-
YUV140.96128.02161.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=42.15%
G=26.23%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811714100.380.250.26339.7234.6359.8
HexBC758D026191A154233c
Octal27416521504631325244374
Binary1011110011101011000110101001101100111010101010100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC758D; }

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

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

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

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

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

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

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

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