#BCA776

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

Shades of Ecru #BCA776

Tints of Ecru #BCA776

Color information

#BCA776 (or 0xBCA776) is unknown color: approx Ecru. HEX triplet: BC, A7 and 76. RGB value is (188,167,118). Sum of RGB (Red+Green+Blue) = 188+167+118=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA776 is #435889. Grayscale: #A7A7A7. Windows color (decimal): -4413578 or 7776188. OLE color: 7776188.

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

Color convert

RGB188167118-
CMYK00.110.370.26
HSL42º34.31%60%-
HSV(B)42º37.23%73.73%-
XYZ37.8339.6422.8-
YUV167.6999.96142.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=39.75%
G=35.31%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816711800.110.370.264234.3160
HexBCA7760B251A2a223c
Octal2742471660134532524274
Binary101111001010011111101100101110010111010101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA776; }

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

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

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

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

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

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

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

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