#BAAC74

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

Shades of Ecru #BAAC74

Tints of Ecru #BAAC74

Color information

#BAAC74 (or 0xBAAC74) is unknown color: approx Ecru. HEX triplet: BA, AC and 74. RGB value is (186,172,116). Sum of RGB (Red+Green+Blue) = 186+172+116=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC74 is #45538B. Grayscale: #AAAAAA. Windows color (decimal): -4543372 or 7646394. OLE color: 7646394.

HSL color Cylindrical-coordinate representation of color #BAAC74: hue angle of 48º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAAC74 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB186172116-
CMYK00.080.380.27
HSL48º33.65%59.22%-
HSV(B)48º37.63%72.94%-
XYZ38.1541.2122.47-
YUV169.897.64139.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=39.24%
G=36.29%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617211600.080.380.274833.6559.22
HexBAAC7408261B30223b
Octal2722541640104633604273
Binary101110101010110011101000100010011011011110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC74; }

 p { color: rgb(186,172,116); }

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

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

 a { background-color: rgb(186,172,116); }

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

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

 span { border-color: rgb(186,172,116); }

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