Color Hex Logo

#baa18d Color Hex

#BAA18D
(186,161,141)
0 Favorites   0 Comments

Color spaces of #baa18d

RGB 186161141
HSL0.070.250.64
HSV27°24°73°
CMYK 0.000.130.24   0.27
XYZ37.802337.851930.5131
Yxy37.85190.35610.3565
Hunter Lab61.52392.009413.6615
CIE-Lab67.91136.015813.7951

#baa18d color RGB value is (186,161,141).

#baa18d hex color red value is 186, green value is 161 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #baa18d hue: 0.07 , saturation: 0.25 and the lightness value of baa18d is 0.64.

The process color (four color CMYK) of #baa18d color hex is 0.00, 0.13, 0.24, 0.27. Web safe color of #baa18d is #cc9999. Color #baa18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 10001101
Octal 272 241 215
Decimal 186 161 141
Hex BA A1 8D

RGB Percentages of Color #baa18d

%38.11
%32.99
%28.89

CMYK Percentages of Color #baa18d

%0
%13
%24
%27

Triadic Colors of #baa18d

#baa18d #8dbaa1 #a18dba

Analogous Colors of #baa18d

#baa18d #bab88d #ba8d90

Monochromatic Colors of #baa18d

#baa18d

Complementary Color

#baa18d #8da6ba

#baa18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa18d Color CSS Codes

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

#baa18d Text Font Color

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

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


#baa18d Background Color

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

This div background color is #baa18d


#baa18d Border Color

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

This div border color is #baa18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa18d

#baa18d Color Palettes


Comments

No comments written yet.

Please login to write comment.