#BC768A

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

Shades of Tapestry #BC768A

Tints of Tapestry #BC768A

Color information

#BC768A (or 0xBC768A) is unknown color: approx Tapestry. HEX triplet: BC, 76 and 8A. RGB value is (188,118,138). Sum of RGB (Red+Green+Blue) = 188+118+138=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC768A is #438975. Grayscale: #8D8D8D. Windows color (decimal): -4426102 or 9074364. OLE color: 9074364.

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

Color convert

RGB188118138-
CMYK00.370.270.26
HSL342.86º34.31%60%-
HSV(B)342.86º37.23%73.73%-
XYZ31.825.4827.29-
YUV141.21126.19161.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=42.34%
G=26.58%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811813800.370.270.26342.8634.3160
HexBC768A0251B1A157223c
Octal27416621204533325274274
Binary1011110011101101000101001001011101111010101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC768A; }

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

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

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

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

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

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

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

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