Color Hex Logo

#baa099 Color Hex

#BAA099
(186,160,153)
0 Favorites   0 Comments

Color spaces of #baa099

RGB 186160153
HSL0.040.190.66
HSV13°18°73°
CMYK 0.000.140.18   0.27
XYZ38.570337.880635.4158
Yxy37.88060.34480.3386
Hunter Lab61.54724.15448.9661
CIE-Lab67.93258.39787.1670

#baa099 color RGB value is (186,160,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10011001
Octal 272 240 231
Decimal 186 160 153
Hex BA A0 99

RGB Percentages of Color #baa099

%37.27
%32.06
%30.66

CMYK Percentages of Color #baa099

%0
%14
%18
%27

Triadic Colors of #baa099

#baa099 #99baa0 #a099ba

Analogous Colors of #baa099

#baa099 #bab199 #ba99a3

Monochromatic Colors of #baa099

#baa099

Complementary Color

#baa099 #99b3ba

#baa099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa099 Color CSS Codes

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

#baa099 Text Font Color

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

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


#baa099 Background Color

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

This div background color is #baa099


#baa099 Border Color

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

This div border color is #baa099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa099


Comments

No comments written yet.

Please login to write comment.