Color Hex Logo

#baa790 Color Hex

#BAA790
(186,167,144)
0 Favorites   0 Comments

Color spaces of #baa790

RGB 186167144
HSL0.090.230.65
HSV33°23°73°
CMYK 0.000.100.23   0.27
XYZ39.102540.090232.0628
Yxy40.09020.35150.3603
Hunter Lab63.3168-0.568414.2981
CIE-Lab69.53373.190914.4131

#baa790 color RGB value is (186,167,144).

#baa790 hex color red value is 186, green value is 167 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #baa790 hue: 0.09 , saturation: 0.23 and the lightness value of baa790 is 0.65.

The process color (four color CMYK) of #baa790 color hex is 0.00, 0.10, 0.23, 0.27. Web safe color of #baa790 is #cc9999. Color #baa790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 10010000
Octal 272 247 220
Decimal 186 167 144
Hex BA A7 90

RGB Percentages of Color #baa790

%37.42
%33.60
%28.97

CMYK Percentages of Color #baa790

%0
%10
%23
%27

Triadic Colors of #baa790

#baa790 #90baa7 #a790ba

Analogous Colors of #baa790

#baa790 #b8ba90 #ba9290

Monochromatic Colors of #baa790

#baa790

Complementary Color

#baa790 #90a3ba

#baa790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa790 Color CSS Codes

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

#baa790 Text Font Color

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

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


#baa790 Background Color

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

This div background color is #baa790


#baa790 Border Color

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

This div border color is #baa790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa790

#baa790 Color Palettes


Comments

No comments written yet.

Please login to write comment.