Color Hex Logo

#baa173 Color Hex

#BAA173
(186,161,115)
0 Favorites   0 Comments

Color spaces of #baa173

RGB 186161115
HSL0.110.340.59
HSV39°38°73°
CMYK 0.000.130.38   0.27
XYZ36.089137.166621.4914
Yxy37.16660.38090.3923
Hunter Lab60.9644-1.021121.7740
CIE-Lab67.40182.571027.3484

#baa173 color RGB value is (186,161,115).

#baa173 hex color red value is 186, green value is 161 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #baa173 hue: 0.11 , saturation: 0.34 and the lightness value of baa173 is 0.59.

The process color (four color CMYK) of #baa173 color hex is 0.00, 0.13, 0.38, 0.27. Web safe color of #baa173 is #cc9966. Color #baa173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01110011
Octal 272 241 163
Decimal 186 161 115
Hex BA A1 73

RGB Percentages of Color #baa173

%40.26
%34.85
%24.89

CMYK Percentages of Color #baa173

%0
%13
%38
%27

Triadic Colors of #baa173

#baa173 #73baa1 #a173ba

Analogous Colors of #baa173

#baa173 #b0ba73 #ba7e73

Monochromatic Colors of #baa173

#baa173

Complementary Color

#baa173 #738cba

#baa173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa173 Color CSS Codes

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

#baa173 Text Font Color

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

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


#baa173 Background Color

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

This div background color is #baa173


#baa173 Border Color

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

This div border color is #baa173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa173


Comments

No comments written yet.

Please login to write comment.