Color Hex Logo

#baa089 Color Hex

#BAA089
(186,160,137)
0 Favorites   0 Comments

Color spaces of #baa089

RGB 186160137
HSL0.080.260.63
HSV28°26°73°
CMYK 0.000.140.26   0.27
XYZ37.335937.386928.9155
Yxy37.38690.36030.3607
Hunter Lab61.14481.991214.7630
CIE-Lab67.56635.984515.5254

#baa089 color RGB value is (186,160,137).

#baa089 hex color red value is 186, green value is 160 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #baa089 hue: 0.08 , saturation: 0.26 and the lightness value of baa089 is 0.63.

The process color (four color CMYK) of #baa089 color hex is 0.00, 0.14, 0.26, 0.27. Web safe color of #baa089 is #cc9999. Color #baa089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10001001
Octal 272 240 211
Decimal 186 160 137
Hex BA A0 89

RGB Percentages of Color #baa089

%38.51
%33.13
%28.36

CMYK Percentages of Color #baa089

%0
%14
%26
%27

Triadic Colors of #baa089

#baa089 #89baa0 #a089ba

Analogous Colors of #baa089

#baa089 #bab989 #ba898b

Monochromatic Colors of #baa089

#baa089

Complementary Color

#baa089 #89a3ba

#baa089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa089 Color CSS Codes

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

#baa089 Text Font Color

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

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


#baa089 Background Color

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

This div background color is #baa089


#baa089 Border Color

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

This div border color is #baa089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa089


Comments

No comments written yet.

Please login to write comment.