Color Hex Logo

#baa527 Color Hex

#BAA527
(186,165,39)
0 Favorites   0 Comments

Color spaces of #baa527

RGB 18616539
HSL0.140.650.44
HSV51°79°73°
CMYK 0.000.110.79   0.27
XYZ34.071037.49597.3611
Yxy37.49590.43170.4751
Hunter Lab61.2339-7.840635.7363
CIE-Lab67.6474-5.366362.7447

#baa527 color RGB value is (186,165,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 00100111
Octal 272 245 47
Decimal 186 165 39
Hex BA A5 27

RGB Percentages of Color #baa527

%47.69
%42.31
%10.00

CMYK Percentages of Color #baa527

%0
%11
%79
%27

Triadic Colors of #baa527

#baa527 #27baa5 #a527ba

Analogous Colors of #baa527

#baa527 #86ba27 #ba5b27

Monochromatic Colors of #baa527

#baa527

Complementary Color

#baa527 #273cba

#baa527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa527 Color CSS Codes

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

#baa527 Text Font Color

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

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


#baa527 Background Color

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

This div background color is #baa527


#baa527 Border Color

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

This div border color is #baa527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa527


Comments

No comments written yet.

Please login to write comment.