Color Hex Logo

#baa337 Color Hex

#BAA337
(186,163,55)
0 Favorites   0 Comments

Color spaces of #baa337

RGB 18616355
HSL0.140.540.47
HSV49°70°73°
CMYK 0.000.120.70   0.27
XYZ34.036536.90938.9447
Yxy36.90930.42600.4620
Hunter Lab60.7530-6.314333.7978
CIE-Lab67.2089-3.596156.5212

#baa337 color RGB value is (186,163,55).

#baa337 hex color red value is 186, green value is 163 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #baa337 hue: 0.14 , saturation: 0.54 and the lightness value of baa337 is 0.47.

The process color (four color CMYK) of #baa337 color hex is 0.00, 0.12, 0.70, 0.27. Web safe color of #baa337 is #cc9933. Color #baa337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00110111
Octal 272 243 67
Decimal 186 163 55
Hex BA A3 37

RGB Percentages of Color #baa337

%46.04
%40.35
%13.61

CMYK Percentages of Color #baa337

%0
%12
%70
%27

Triadic Colors of #baa337

#baa337 #37baa3 #a337ba

Analogous Colors of #baa337

#baa337 #90ba37 #ba6237

Monochromatic Colors of #baa337

#baa337

Complementary Color

#baa337 #374eba

#baa337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa337 Color CSS Codes

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

#baa337 Text Font Color

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

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


#baa337 Background Color

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

This div background color is #baa337


#baa337 Border Color

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

This div border color is #baa337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa337


Comments

No comments written yet.

Please login to write comment.