#BCAE74

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

Shades of Ecru #BCAE74

Tints of Ecru #BCAE74

Color information

#BCAE74 (or 0xBCAE74) is unknown color: approx Ecru. HEX triplet: BC, AE and 74. RGB value is (188,174,116). Sum of RGB (Red+Green+Blue) = 188+174+116=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE74 is #43518B. Grayscale: #ABABAB. Windows color (decimal): -4411788 or 7646908. OLE color: 7646908.

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

Color convert

RGB188174116-
CMYK00.070.380.26
HSL48.33º34.95%59.61%-
HSV(B)48.33º38.3%73.73%-
XYZ39.0342.2222.62-
YUV171.5796.64139.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=39.33%
G=36.40%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817411600.070.380.2648.3334.9559.61
HexBCAE7407261A30233c
Octal274256164074632604374
Binary10111100101011101110100011110011011010110000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE74; }

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

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

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

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

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

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

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

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