#BCAD80

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

Shades of Ecru #BCAD80

Tints of Ecru #BCAD80

Color information

#BCAD80 (or 0xBCAD80) is unknown color: approx Ecru. HEX triplet: BC, AD and 80. RGB value is (188,173,128). Sum of RGB (Red+Green+Blue) = 188+173+128=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD80 is #43527F. Grayscale: #ACACAC. Windows color (decimal): -4412032 or 8433084. OLE color: 8433084.

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

Color convert

RGB188173128-
CMYK00.080.320.26
HSL45º30.93%61.96%-
HSV(B)45º31.91%73.73%-
XYZ39.5842.1426.47-
YUV172.36102.97139.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=38.45%
G=35.38%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817312800.080.320.264530.9361.96
HexBCAD8008201A2d1f3e
Octal2742552000104032553776
Binary101111001010110110000000010001000001101010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD80; }

 p { color: rgb(188,173,128); }

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

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

 a { background-color: rgb(188,173,128); }

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

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

 span { border-color: rgb(188,173,128); }

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