Color Hex Logo

#baa092 Color Hex

#BAA092
(186,160,146)
0 Favorites   0 Comments

Color spaces of #baa092

RGB 186160146
HSL0.060.220.65
HSV21°22°73°
CMYK 0.000.140.22   0.27
XYZ38.008837.656032.4592
Yxy37.65600.35150.3483
Hunter Lab61.36453.174011.5933
CIE-Lab67.76637.309210.8197

#baa092 color RGB value is (186,160,146).

#baa092 hex color red value is 186, green value is 160 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #baa092 hue: 0.06 , saturation: 0.22 and the lightness value of baa092 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10010010
Octal 272 240 222
Decimal 186 160 146
Hex BA A0 92

RGB Percentages of Color #baa092

%37.80
%32.52
%29.67

CMYK Percentages of Color #baa092

%0
%14
%22
%27

Triadic Colors of #baa092

#baa092 #92baa0 #a092ba

Analogous Colors of #baa092

#baa092 #bab492 #ba9298

Monochromatic Colors of #baa092

#baa092

Complementary Color

#baa092 #92acba

#baa092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa092 Color CSS Codes

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

#baa092 Text Font Color

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

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


#baa092 Background Color

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

This div background color is #baa092


#baa092 Border Color

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

This div border color is #baa092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa092


Comments

No comments written yet.

Please login to write comment.