Color Hex Logo

#baa079 Color Hex

#BAA079
(186,160,121)
0 Favorites   0 Comments

Color spaces of #baa079

RGB 186160121
HSL0.100.320.60
HSV36°35°73°
CMYK 0.000.140.35   0.27
XYZ36.271736.961223.3117
Yxy36.96120.37570.3828
Hunter Lab60.79570.103419.8227
CIE-Lab67.24793.844123.8840

#baa079 color RGB value is (186,160,121).

#baa079 hex color red value is 186, green value is 160 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #baa079 hue: 0.10 , saturation: 0.32 and the lightness value of baa079 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 01111001
Octal 272 240 171
Decimal 186 160 121
Hex BA A0 79

RGB Percentages of Color #baa079

%39.83
%34.26
%25.91

CMYK Percentages of Color #baa079

%0
%14
%35
%27

Triadic Colors of #baa079

#baa079 #79baa0 #a079ba

Analogous Colors of #baa079

#baa079 #b4ba79 #ba8079

Monochromatic Colors of #baa079

#baa079

Complementary Color

#baa079 #7993ba

#baa079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa079 Color CSS Codes

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

#baa079 Text Font Color

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

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


#baa079 Background Color

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

This div background color is #baa079


#baa079 Border Color

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

This div border color is #baa079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa079


Comments

No comments written yet.

Please login to write comment.