Color Hex Logo

#ba997d Color Hex

#BA997D
(186,153,125)
0 Favorites   0 Comments

Color spaces of #ba997d

RGB 186153125
HSL0.080.310.61
HSV28°33°73°
CMYK 0.000.180.33   0.27
XYZ35.342634.702224.2375
Yxy34.70220.37490.3681
Hunter Lab58.90864.002316.8416
CIE-Lab65.51618.185119.3349

#ba997d color RGB value is (186,153,125).

#ba997d hex color red value is 186, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba997d hue: 0.08 , saturation: 0.31 and the lightness value of ba997d is 0.61.

The process color (four color CMYK) of #ba997d color hex is 0.00, 0.18, 0.33, 0.27. Web safe color of #ba997d is #cc9966. Color #ba997d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 01111101
Octal 272 231 175
Decimal 186 153 125
Hex BA 99 7D

RGB Percentages of Color #ba997d

%40.09
%32.97
%26.94

CMYK Percentages of Color #ba997d

%0
%18
%33
%27

Triadic Colors of #ba997d

#ba997d #7dba99 #997dba

Analogous Colors of #ba997d

#ba997d #bab87d #ba7d80

Monochromatic Colors of #ba997d

#ba997d

Complementary Color

#ba997d #7d9eba

#ba997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba997d Color CSS Codes

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

#ba997d Text Font Color

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

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


#ba997d Background Color

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

This div background color is #ba997d


#ba997d Border Color

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

This div border color is #ba997d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba997d


Comments

No comments written yet.

Please login to write comment.