Color Hex Logo

#baa159 Color Hex

#BAA159
(186,161,89)
0 Favorites   0 Comments

Color spaces of #baa159

RGB 18616189
HSL0.120.410.54
HSV45°52°73°
CMYK 0.000.130.52   0.27
XYZ34.797736.650114.6913
Yxy36.65010.40400.4255
Hunter Lab60.5393-3.342927.9894
CIE-Lab67.0137-0.127140.5469

#baa159 color RGB value is (186,161,89).

#baa159 hex color red value is 186, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #baa159 hue: 0.12 , saturation: 0.41 and the lightness value of baa159 is 0.54.

The process color (four color CMYK) of #baa159 color hex is 0.00, 0.13, 0.52, 0.27. Web safe color of #baa159 is #cc9966. Color #baa159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01011001
Octal 272 241 131
Decimal 186 161 89
Hex BA A1 59

RGB Percentages of Color #baa159

%42.66
%36.93
%20.41

CMYK Percentages of Color #baa159

%0
%13
%52
%27

Triadic Colors of #baa159

#baa159 #59baa1 #a159ba

Analogous Colors of #baa159

#baa159 #a3ba59 #ba7159

Monochromatic Colors of #baa159

#baa159

Complementary Color

#baa159 #5972ba

#baa159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa159 Color CSS Codes

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

#baa159 Text Font Color

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

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


#baa159 Background Color

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

This div background color is #baa159


#baa159 Border Color

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

This div border color is #baa159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa159


Comments

No comments written yet.

Please login to write comment.