#BCAE79

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

Shades of Ecru #BCAE79

Tints of Ecru #BCAE79

Color information

#BCAE79 (or 0xBCAE79) is unknown color: approx Ecru. HEX triplet: BC, AE and 79. RGB value is (188,174,121). Sum of RGB (Red+Green+Blue) = 188+174+121=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE79 is #435186. Grayscale: #ACACAC. Windows color (decimal): -4411783 or 7974588. OLE color: 7974588.

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

Color convert

RGB188174121-
CMYK00.070.360.26
HSL47.46º33.33%60.59%-
HSV(B)47.46º35.64%73.73%-
XYZ39.3342.3424.19-
YUV172.1499.14139.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=38.92%
G=36.02%
B=25.05%

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
Decimal18817412100.070.360.2647.4633.3360.59
HexBCAE7907241A2f213d
Octal274256171074432574175
Binary10111100101011101111001011110010011010101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE79; }

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

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

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

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

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

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

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

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