#BAAC7E

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

Shades of Ecru #BAAC7E

Tints of Ecru #BAAC7E

Color information

#BAAC7E (or 0xBAAC7E) is unknown color: approx Ecru. HEX triplet: BA, AC and 7E. RGB value is (186,172,126). Sum of RGB (Red+Green+Blue) = 186+172+126=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7E is #455381. Grayscale: #ABABAB. Windows color (decimal): -4543362 or 8301754. OLE color: 8301754.

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

Color convert

RGB186172126-
CMYK00.080.320.27
HSL46º30.3%61.18%-
HSV(B)46º32.26%72.94%-
XYZ38.7741.4525.7-
YUV170.94102.64138.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=38.43%
G=35.54%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617212600.080.320.274630.361.18
HexBAAC7E08201B2e1e3d
Octal2722541760104033563675
Binary10111010101011001111110010001000001101110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC7E; }

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

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

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

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

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

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

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

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