Color Hex Logo

#baa64e Color Hex

#BAA64E
(186,166,78)
0 Favorites   0 Comments

Color spaces of #baa64e

RGB 18616678
HSL0.140.440.52
HSV49°58°73°
CMYK 0.000.110.58   0.27
XYZ35.261138.261612.7345
Yxy38.26160.40880.4436
Hunter Lab61.8560-6.493731.0929
CIE-Lab68.2130-3.715747.3876

#baa64e color RGB value is (186,166,78).

#baa64e hex color red value is 186, green value is 166 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #baa64e hue: 0.14 , saturation: 0.44 and the lightness value of baa64e is 0.52.

The process color (four color CMYK) of #baa64e color hex is 0.00, 0.11, 0.58, 0.27. Web safe color of #baa64e is #cc9966. Color #baa64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01001110
Octal 272 246 116
Decimal 186 166 78
Hex BA A6 4E

RGB Percentages of Color #baa64e

%43.26
%38.60
%18.14

CMYK Percentages of Color #baa64e

%0
%11
%58
%27

Triadic Colors of #baa64e

#baa64e #4ebaa6 #a64eba

Analogous Colors of #baa64e

#baa64e #98ba4e #ba704e

Monochromatic Colors of #baa64e

#baa64e

Complementary Color

#baa64e #4e62ba

#baa64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa64e Color CSS Codes

.mybgcolor {background-color:#baa64e; } 
.myforecolor {color:#baa64e; }
.mybordercolor {border:3px solid #baa64e; }

#baa64e Text Font Color

<p style="color:#baa64e">Text here</p>

This sample text font color is #baa64e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#baa64e Background Color

<div style="background-color:#baa64e">
Div content here</div>

This div background color is #baa64e


#baa64e Border Color

<div style="border:3px solid #baa64e">
Div here</div>

This div border color is #baa64e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,166,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baa64e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baa64e;
  -webkit-box-shadow: 1px 1px 3px 2px #baa64e;
  box-shadow:         1px 1px 3px 2px #baa64e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,166,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #baa64e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #baa64e;
  -webkit-box-shadow: 1px 1px 3px 2px #baa64e;
  box-shadow:         1px 1px 3px 2px #baa64e;">
Div content here</div>

This div box has shadow with color #baa64e


Comments

No comments written yet.

Please login to write comment.