Color Hex Logo

#baa53e Color Hex

#BAA53E
(186,165,62)
0 Favorites   0 Comments

Color spaces of #baa53e

RGB 18616562
HSL0.140.500.49
HSV50°67°73°
CMYK 0.000.110.67   0.27
XYZ34.574337.697210.0114
Yxy37.69720.42020.4581
Hunter Lab61.3980-6.930133.3110
CIE-Lab67.7968-4.269954.2077

#baa53e color RGB value is (186,165,62).

#baa53e hex color red value is 186, green value is 165 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baa53e hue: 0.14 , saturation: 0.50 and the lightness value of baa53e is 0.49.

The process color (four color CMYK) of #baa53e color hex is 0.00, 0.11, 0.67, 0.27. Web safe color of #baa53e is #cc9933. Color #baa53e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 00111110
Octal 272 245 76
Decimal 186 165 62
Hex BA A5 3E

RGB Percentages of Color #baa53e

%45.04
%39.95
%15.01

CMYK Percentages of Color #baa53e

%0
%11
%67
%27

Triadic Colors of #baa53e

#baa53e #3ebaa5 #a53eba

Analogous Colors of #baa53e

#baa53e #91ba3e #ba673e

Monochromatic Colors of #baa53e

#baa53e

Complementary Color

#baa53e #3e53ba

#baa53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa53e Color CSS Codes

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

#baa53e Text Font Color

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

This sample text font color is #baa53e
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.


#baa53e Background Color

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

This div background color is #baa53e


#baa53e Border Color

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

This div border color is #baa53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa53e


Comments

No comments written yet.

Please login to write comment.