Color Hex Logo

#ba956d Color Hex

#BA956D
(186,149,109)
0 Favorites   0 Comments

Color spaces of #ba956d

RGB 186149109
HSL0.090.360.58
HSV31°41°73°
CMYK 0.000.200.41   0.27
XYZ33.757533.038119.0658
Yxy33.03810.39320.3848
Hunter Lab57.47884.245820.5686
CIE-Lab64.19178.436226.3707

#ba956d color RGB value is (186,149,109).

#ba956d hex color red value is 186, green value is 149 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ba956d hue: 0.09 , saturation: 0.36 and the lightness value of ba956d is 0.58.

The process color (four color CMYK) of #ba956d color hex is 0.00, 0.20, 0.41, 0.27. Web safe color of #ba956d is #cc9966. Color #ba956d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010101 01101101
Octal 272 225 155
Decimal 186 149 109
Hex BA 95 6D

RGB Percentages of Color #ba956d

%41.89
%33.56
%24.55

CMYK Percentages of Color #ba956d

%0
%20
%41
%27

Triadic Colors of #ba956d

#ba956d #6dba95 #956dba

Analogous Colors of #ba956d

#ba956d #b9ba6d #ba6f6d

Monochromatic Colors of #ba956d

#ba956d

Complementary Color

#ba956d #6d92ba

#ba956d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba956d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba956d Color CSS Codes

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

#ba956d Text Font Color

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

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


#ba956d Background Color

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

This div background color is #ba956d


#ba956d Border Color

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

This div border color is #ba956d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba956d


Comments

No comments written yet.

Please login to write comment.