#BCAE73

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

Shades of Ecru #BCAE73

Tints of Ecru #BCAE73

Color information

#BCAE73 (or 0xBCAE73) is unknown color: approx Ecru. HEX triplet: BC, AE and 73. RGB value is (188,174,115). Sum of RGB (Red+Green+Blue) = 188+174+115=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE73 is #43518C. Grayscale: #ABABAB. Windows color (decimal): -4411789 or 7581372. OLE color: 7581372.

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

Color convert

RGB188174115-
CMYK00.070.390.26
HSL48.49º35.27%59.41%-
HSV(B)48.49º38.83%73.73%-
XYZ38.9742.222.31-
YUV171.4696.14139.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=39.41%
G=36.48%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817411500.070.390.2648.4935.2759.41
HexBCAE7307271A30233b
Octal274256163074732604373
Binary10111100101011101110011011110011111010110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE73; }

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

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

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

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

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

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

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

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