Color Hex Logo

#baa639 Color Hex

#BAA639
(186,166,57)
0 Favorites   0 Comments

Color spaces of #baa639

RGB 18616657
HSL0.140.530.48
HSV51°69°73°
CMYK 0.000.110.69   0.27
XYZ34.624438.00699.3821
Yxy38.00690.42220.4634
Hunter Lab61.6497-7.635934.1318
CIE-Lab68.0257-5.084056.5348

#baa639 color RGB value is (186,166,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00111001
Octal 272 246 71
Decimal 186 166 57
Hex BA A6 39

RGB Percentages of Color #baa639

%45.48
%40.59
%13.94

CMYK Percentages of Color #baa639

%0
%11
%69
%27

Triadic Colors of #baa639

#baa639 #39baa6 #a639ba

Analogous Colors of #baa639

#baa639 #8eba39 #ba6639

Monochromatic Colors of #baa639

#baa639

Complementary Color

#baa639 #394dba

#baa639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa639 Color CSS Codes

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

#baa639 Text Font Color

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

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


#baa639 Background Color

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

This div background color is #baa639


#baa639 Border Color

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

This div border color is #baa639


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,166,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 #baa639">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa639


Comments

No comments written yet.

Please login to write comment.