#BAA979

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

Shades of Ecru #BAA979

Tints of Ecru #BAA979

Color information

#BAA979 (or 0xBAA979) is unknown color: approx Ecru. HEX triplet: BA, A9 and 79. RGB value is (186,169,121). Sum of RGB (Red+Green+Blue) = 186+169+121=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA979 is #455686. Grayscale: #A8A8A8. Windows color (decimal): -4544135 or 7973306. OLE color: 7973306.

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

Color convert

RGB186169121-
CMYK00.090.350.27
HSL44.31º32.02%60.2%-
HSV(B)44.31º34.95%72.94%-
XYZ37.8940.223.85-
YUV168.61101.13140.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=39.08%
G=35.50%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616912100.090.350.2744.3132.0260.2
HexBAA97909231B2c203c
Octal2722511710114333544074
Binary101110101010100111110010100110001111011101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA979; }

 p { color: rgb(186,169,121); }

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

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

 a { background-color: rgb(186,169,121); }

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

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

 span { border-color: rgb(186,169,121); }

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