#BAAC7C

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

Shades of Ecru #BAAC7C

Tints of Ecru #BAAC7C

Color information

#BAAC7C (or 0xBAAC7C) is unknown color: approx Ecru. HEX triplet: BA, AC and 7C. RGB value is (186,172,124). Sum of RGB (Red+Green+Blue) = 186+172+124=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7C is #455383. Grayscale: #AAAAAA. Windows color (decimal): -4543364 or 8170682. OLE color: 8170682.

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

Color convert

RGB186172124-
CMYK00.080.330.27
HSL46.45º31%60.78%-
HSV(B)46.45º33.33%72.94%-
XYZ38.6441.425.02-
YUV170.71101.64138.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=38.59%
G=35.68%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617212400.080.330.2746.453160.78
HexBAAC7C08211B2e1f3d
Octal2722541740104133563775
Binary10111010101011001111100010001000011101110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC7C; }

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

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

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

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

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

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

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

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