Color Hex Logo

#baa539 Color Hex

#BAA539
(186,165,57)
0 Favorites   0 Comments

Color spaces of #baa539

RGB 18616557
HSL0.140.530.48
HSV50°69°73°
CMYK 0.000.110.69   0.27
XYZ34.443437.64489.3217
Yxy37.64480.42310.4624
Hunter Lab61.3554-7.166333.9408
CIE-Lab67.7580-4.553556.2632

#baa539 color RGB value is (186,165,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 00111001
Octal 272 245 71
Decimal 186 165 57
Hex BA A5 39

RGB Percentages of Color #baa539

%45.59
%40.44
%13.97

CMYK Percentages of Color #baa539

%0
%11
%69
%27

Triadic Colors of #baa539

#baa539 #39baa5 #a539ba

Analogous Colors of #baa539

#baa539 #8fba39 #ba6539

Monochromatic Colors of #baa539

#baa539

Complementary Color

#baa539 #394eba

#baa539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa539 Color CSS Codes

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

#baa539 Text Font Color

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

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


#baa539 Background Color

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

This div background color is #baa539


#baa539 Border Color

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

This div border color is #baa539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa539


Comments

No comments written yet.

Please login to write comment.