#BC777E

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

Shades of Tapestry #BC777E

Tints of Tapestry #BC777E

Color information

#BC777E (or 0xBC777E) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 7E. RGB value is (188,119,126). Sum of RGB (Red+Green+Blue) = 188+119+126=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777E is #438881. Grayscale: #8C8C8C. Windows color (decimal): -4425858 or 8288188. OLE color: 8288188.

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

Color convert

RGB188119126-
CMYK00.370.330.26
HSL353.91º33.99%60.2%-
HSV(B)353.91º36.7%73.73%-
XYZ31.125.3923-
YUV140.43119.86161.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=43.42%
G=27.48%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811912600.370.330.26353.9133.9960.2
HexBC777E025211A162223c
Octal27416717604541325424274
Binary1011110011101111111110010010110000111010101100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC777E; }

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

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

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

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

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

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

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

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