Color Hex Logo

#ba937b Color Hex

#BA937B
(186,147,123)
0 Favorites   0 Comments

Color spaces of #ba937b

RGB 186147123
HSL0.060.310.61
HSV23°34°73°
CMYK 0.000.210.34   0.27
XYZ34.258632.736623.2521
Yxy32.73660.37960.3627
Hunter Lab57.21596.750815.9561
CIE-Lab63.947111.234318.2950

#ba937b color RGB value is (186,147,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 01111011
Octal 272 223 173
Decimal 186 147 123
Hex BA 93 7B

RGB Percentages of Color #ba937b

%40.79
%32.24
%26.97

CMYK Percentages of Color #ba937b

%0
%21
%34
%27

Triadic Colors of #ba937b

#ba937b #7bba93 #937bba

Analogous Colors of #ba937b

#ba937b #bab37b #ba7b83

Monochromatic Colors of #ba937b

#ba937b

Complementary Color

#ba937b #7ba2ba

#ba937b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba937b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba937b Color CSS Codes

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

#ba937b Text Font Color

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

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


#ba937b Background Color

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

This div background color is #ba937b


#ba937b Border Color

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

This div border color is #ba937b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba937b


Comments

No comments written yet.

Please login to write comment.