Color Hex Logo

#ba937d Color Hex

#BA937D
(186,147,125)
0 Favorites   0 Comments

Color spaces of #ba937d

RGB 186147125
HSL0.060.310.61
HSV22°33°73°
CMYK 0.000.210.33   0.27
XYZ34.385132.787223.9183
Yxy32.78720.37750.3599
Hunter Lab57.26016.985315.3159
CIE-Lab63.988211.494317.2350

#ba937d color RGB value is (186,147,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 01111101
Octal 272 223 175
Decimal 186 147 125
Hex BA 93 7D

RGB Percentages of Color #ba937d

%40.61
%32.10
%27.29

CMYK Percentages of Color #ba937d

%0
%21
%33
%27

Triadic Colors of #ba937d

#ba937d #7dba93 #937dba

Analogous Colors of #ba937d

#ba937d #bab27d #ba7d86

Monochromatic Colors of #ba937d

#ba937d

Complementary Color

#ba937d #7da4ba

#ba937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba937d Color CSS Codes

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

#ba937d Text Font Color

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

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


#ba937d Background Color

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

This div background color is #ba937d


#ba937d Border Color

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

This div border color is #ba937d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,147,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 #ba937d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba937d


Comments

No comments written yet.

Please login to write comment.