#BAAC73

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

Shades of Ecru #BAAC73

Tints of Ecru #BAAC73

Color information

#BAAC73 (or 0xBAAC73) is unknown color: approx Ecru. HEX triplet: BA, AC and 73. RGB value is (186,172,115). Sum of RGB (Red+Green+Blue) = 186+172+115=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC73 is #45538C. Grayscale: #A9A9A9. Windows color (decimal): -4543373 or 7580858. OLE color: 7580858.

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

Color convert

RGB186172115-
CMYK00.080.380.27
HSL48.17º33.97%59.02%-
HSV(B)48.17º38.17%72.94%-
XYZ38.141.1822.16-
YUV169.6997.14139.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=39.32%
G=36.36%
B=24.31%

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
Decimal18617211500.080.380.2748.1733.9759.02
HexBAAC7308261B30223b
Octal2722541630104633604273
Binary101110101010110011100110100010011011011110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC73; }

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

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

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

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

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

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

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

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