#BCAE75

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

Shades of Ecru #BCAE75

Tints of Ecru #BCAE75

Color information

#BCAE75 (or 0xBCAE75) is unknown color: approx Ecru. HEX triplet: BC, AE and 75. RGB value is (188,174,117). Sum of RGB (Red+Green+Blue) = 188+174+117=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE75 is #43518A. Grayscale: #ABABAB. Windows color (decimal): -4411787 or 7712444. OLE color: 7712444.

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

Color convert

RGB188174117-
CMYK00.070.380.26
HSL48.17º34.63%59.8%-
HSV(B)48.17º37.77%73.73%-
XYZ39.0942.2522.92-
YUV171.6997.14139.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=39.25%
G=36.33%
B=24.43%

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
Decimal18817411700.070.380.2648.1734.6359.8
HexBCAE7507261A30233c
Octal274256165074632604374
Binary10111100101011101110101011110011011010110000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE75; }

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

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

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

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

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

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

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

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