Color Hex Logo

#baa955 Color Hex

#BAA955
(186,169,85)
0 Favorites   0 Comments

Color spaces of #baa955

RGB 18616985
HSL0.140.420.53
HSV50°54°73°
CMYK 0.000.090.54   0.27
XYZ36.077439.470914.3115
Yxy39.47090.40150.4392
Hunter Lab62.8259-7.442730.4721
CIE-Lab69.0910-4.749045.0202

#baa955 color RGB value is (186,169,85).

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

The process color (four color CMYK) of #baa955 color hex is 0.00, 0.09, 0.54, 0.27. Web safe color of #baa955 is #cc9966. Color #baa955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01010101
Octal 272 251 125
Decimal 186 169 85
Hex BA A9 55

RGB Percentages of Color #baa955

%42.27
%38.41
%19.32

CMYK Percentages of Color #baa955

%0
%9
%54
%27

Triadic Colors of #baa955

#baa955 #55baa9 #a955ba

Analogous Colors of #baa955

#baa955 #99ba55 #ba7755

Monochromatic Colors of #baa955

#baa955

Complementary Color

#baa955 #5566ba

#baa955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa955 Color CSS Codes

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

#baa955 Text Font Color

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

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


#baa955 Background Color

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

This div background color is #baa955


#baa955 Border Color

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

This div border color is #baa955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa955


Comments

No comments written yet.

Please login to write comment.