Color Hex Logo

#baa48d Color Hex

#BAA48D
(186,164,141)
0 Favorites   0 Comments

Color spaces of #baa48d

RGB 186164141
HSL0.090.250.64
HSV31°24°73°
CMYK 0.000.120.24   0.27
XYZ38.332938.913130.6899
Yxy38.91310.35510.3605
Hunter Lab62.38040.523114.4968
CIE-Lab68.68834.379314.8823

#baa48d color RGB value is (186,164,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10001101
Octal 272 244 215
Decimal 186 164 141
Hex BA A4 8D

RGB Percentages of Color #baa48d

%37.88
%33.40
%28.72

CMYK Percentages of Color #baa48d

%0
%12
%24
%27

Triadic Colors of #baa48d

#baa48d #8dbaa4 #a48dba

Analogous Colors of #baa48d

#baa48d #baba8d #ba8e8d

Monochromatic Colors of #baa48d

#baa48d

Complementary Color

#baa48d #8da3ba

#baa48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa48d Color CSS Codes

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

#baa48d Text Font Color

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

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


#baa48d Background Color

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

This div background color is #baa48d


#baa48d Border Color

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

This div border color is #baa48d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,164,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 #baa48d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa48d


Comments

No comments written yet.

Please login to write comment.