#BCAC7F

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

Shades of Ecru #BCAC7F

Tints of Ecru #BCAC7F

Color information

#BCAC7F (or 0xBCAC7F) is unknown color: approx Ecru. HEX triplet: BC, AC and 7F. RGB value is (188,172,127). Sum of RGB (Red+Green+Blue) = 188+172+127=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC7F is #435380. Grayscale: #ABABAB. Windows color (decimal): -4412289 or 8367292. OLE color: 8367292.

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

Color convert

RGB188172127-
CMYK00.090.320.26
HSL44.26º31.28%61.76%-
HSV(B)44.26º32.45%73.73%-
XYZ39.3241.7326.06-
YUV171.65102.8139.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 127 (50% from 255) = 26.08%
R=38.60%
G=35.32%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817212700.090.320.2644.2631.2861.76
HexBCAC7F09201A2c1f3e
Octal2742541770114032543776
Binary10111100101011001111111010011000001101010110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC7F; }

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

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

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

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

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

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

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

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