Color Hex Logo

#baa097 Color Hex

#BAA097
(186,160,151)
0 Favorites   0 Comments

Color spaces of #baa097

RGB 186160151
HSL0.040.200.66
HSV15°19°73°
CMYK 0.000.140.19   0.27
XYZ38.406437.815134.5530
Yxy37.81510.34670.3414
Hunter Lab61.49403.86879.7312
CIE-Lab67.88418.08148.2097

#baa097 color RGB value is (186,160,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10010111
Octal 272 240 227
Decimal 186 160 151
Hex BA A0 97

RGB Percentages of Color #baa097

%37.42
%32.19
%30.38

CMYK Percentages of Color #baa097

%0
%14
%19
%27

Triadic Colors of #baa097

#baa097 #97baa0 #a097ba

Analogous Colors of #baa097

#baa097 #bab297 #ba97a0

Monochromatic Colors of #baa097

#baa097

Complementary Color

#baa097 #97b1ba

#baa097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa097 Color CSS Codes

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

#baa097 Text Font Color

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

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


#baa097 Background Color

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

This div background color is #baa097


#baa097 Border Color

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

This div border color is #baa097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa097


Comments

No comments written yet.

Please login to write comment.