Color Hex Logo

#baa096 Color Hex

#BAA096
(186,160,150)
0 Favorites   0 Comments

Color spaces of #baa096

RGB 186160150
HSL0.050.210.66
HSV17°19°73°
CMYK 0.000.140.19   0.27
XYZ38.325537.782734.1270
Yxy37.78270.34770.3427
Hunter Lab61.46763.727610.1094
CIE-Lab67.86027.92508.7314

#baa096 color RGB value is (186,160,150).

#baa096 hex color red value is 186, green value is 160 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #baa096 hue: 0.05 , saturation: 0.21 and the lightness value of baa096 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10010110
Octal 272 240 226
Decimal 186 160 150
Hex BA A0 96

RGB Percentages of Color #baa096

%37.50
%32.26
%30.24

CMYK Percentages of Color #baa096

%0
%14
%19
%27

Triadic Colors of #baa096

#baa096 #96baa0 #a096ba

Analogous Colors of #baa096

#baa096 #bab296 #ba969e

Monochromatic Colors of #baa096

#baa096

Complementary Color

#baa096 #96b0ba

#baa096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa096 Color CSS Codes

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

#baa096 Text Font Color

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

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


#baa096 Background Color

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

This div background color is #baa096


#baa096 Border Color

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

This div border color is #baa096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa096


Comments

No comments written yet.

Please login to write comment.