#BCAD79

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

Shades of Ecru #BCAD79

Tints of Ecru #BCAD79

Color information

#BCAD79 (or 0xBCAD79) is unknown color: approx Ecru. HEX triplet: BC, AD and 79. RGB value is (188,173,121). Sum of RGB (Red+Green+Blue) = 188+173+121=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD79 is #435286. Grayscale: #ABABAB. Windows color (decimal): -4412039 or 7974332. OLE color: 7974332.

HSL color Cylindrical-coordinate representation of color #BCAD79: hue angle of 46.57º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCAD79 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB188173121-
CMYK00.080.360.26
HSL46.57º33.33%60.59%-
HSV(B)46.57º35.64%73.73%-
XYZ39.1341.9624.13-
YUV171.5699.47139.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=39.00%
G=35.89%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817312100.080.360.2646.5733.3360.59
HexBCAD7908241A2f213d
Octal2742551710104432574175
Binary101111001010110111110010100010010011010101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD79; }

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

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

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

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

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

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

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

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