Color Hex Logo

#baa063 Color Hex

#BAA063
(186,160,99)
0 Favorites   0 Comments

Color spaces of #baa063

RGB 18616099
HSL0.120.390.56
HSV42°47°73°
CMYK 0.000.140.47   0.27
XYZ35.072636.481616.9975
Yxy36.48160.39610.4120
Hunter Lab60.4000-2.050025.5949
CIE-Lab66.88631.361535.2183

#baa063 color RGB value is (186,160,99).

#baa063 hex color red value is 186, green value is 160 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #baa063 hue: 0.12 , saturation: 0.39 and the lightness value of baa063 is 0.56.

The process color (four color CMYK) of #baa063 color hex is 0.00, 0.14, 0.47, 0.27. Web safe color of #baa063 is #cc9966. Color #baa063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 01100011
Octal 272 240 143
Decimal 186 160 99
Hex BA A0 63

RGB Percentages of Color #baa063

%41.80
%35.96
%22.25

CMYK Percentages of Color #baa063

%0
%14
%47
%27

Triadic Colors of #baa063

#baa063 #63baa0 #a063ba

Analogous Colors of #baa063

#baa063 #a9ba63 #ba7563

Monochromatic Colors of #baa063

#baa063

Complementary Color

#baa063 #637dba

#baa063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa063 Color CSS Codes

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

#baa063 Text Font Color

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

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


#baa063 Background Color

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

This div background color is #baa063


#baa063 Border Color

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

This div border color is #baa063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa063


Comments

No comments written yet.

Please login to write comment.