#BCAE7F

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

Shades of Ecru #BCAE7F

Tints of Ecru #BCAE7F

Color information

#BCAE7F (or 0xBCAE7F) is unknown color: approx Ecru. HEX triplet: BC, AE and 7F. RGB value is (188,174,127). Sum of RGB (Red+Green+Blue) = 188+174+127=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE7F is #435180. Grayscale: #ADADAD. Windows color (decimal): -4411777 or 8367804. OLE color: 8367804.

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

Color convert

RGB188174127-
CMYK00.070.320.26
HSL46.23º31.28%61.76%-
HSV(B)46.23º32.45%73.73%-
XYZ39.7142.526.19-
YUV172.83102.14138.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 127 (50% from 255) = 25.97%
R=38.45%
G=35.58%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817412700.070.320.2646.2331.2861.76
HexBCAE7F07201A2e1f3e
Octal274256177074032563776
Binary1011110010101110111111101111000001101010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE7F; }

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

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

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

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

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

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

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

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