#BCAE78

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

Shades of Ecru #BCAE78

Tints of Ecru #BCAE78

Color information

#BCAE78 (or 0xBCAE78) is unknown color: approx Ecru. HEX triplet: BC, AE and 78. RGB value is (188,174,120). Sum of RGB (Red+Green+Blue) = 188+174+120=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE78 is #435187. Grayscale: #ACACAC. Windows color (decimal): -4411784 or 7909052. OLE color: 7909052.

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

Color convert

RGB188174120-
CMYK00.070.360.26
HSL47.65º33.66%60.39%-
HSV(B)47.65º36.17%73.73%-
XYZ39.2742.3223.87-
YUV172.0398.64139.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=39.00%
G=36.10%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817412000.070.360.2647.6533.6660.39
HexBCAE7807241A30223c
Octal274256170074432604274
Binary10111100101011101111000011110010011010110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE78; }

 p { color: rgb(188,174,120); }

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

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

 a { background-color: rgb(188,174,120); }

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

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

 span { border-color: rgb(188,174,120); }

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