#BCAD72

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

Shades of Ecru #BCAD72

Tints of Ecru #BCAD72

Color information

#BCAD72 (or 0xBCAD72) is unknown color: approx Ecru. HEX triplet: BC, AD and 72. RGB value is (188,173,114). Sum of RGB (Red+Green+Blue) = 188+173+114=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD72 is #43528D. Grayscale: #ABABAB. Windows color (decimal): -4412046 or 7515580. OLE color: 7515580.

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

Color convert

RGB188173114-
CMYK00.080.390.26
HSL47.84º35.58%59.22%-
HSV(B)47.84º39.36%73.73%-
XYZ38.7241.7921.95-
YUV170.7695.97140.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 114 (44.92% from 255) = 24%
R=39.58%
G=36.42%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817311400.080.390.2647.8435.5859.22
HexBCAD7208271A30243b
Octal2742551620104732604473
Binary101111001010110111100100100010011111010110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD72; }

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

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

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

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

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

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

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

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