Color Hex Logo

#ba957b Color Hex

#BA957B
(186,149,123)
0 Favorites   0 Comments

Color spaces of #ba957b

RGB 186149123
HSL0.070.310.61
HSV25°34°73°
CMYK 0.000.200.34   0.27
XYZ34.572333.364123.3566
Yxy33.36410.37870.3655
Hunter Lab57.76175.755316.4586
CIE-Lab64.454610.129218.9913

#ba957b color RGB value is (186,149,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010101 01111011
Octal 272 225 173
Decimal 186 149 123
Hex BA 95 7B

RGB Percentages of Color #ba957b

%40.61
%32.53
%26.86

CMYK Percentages of Color #ba957b

%0
%20
%34
%27

Triadic Colors of #ba957b

#ba957b #7bba95 #957bba

Analogous Colors of #ba957b

#ba957b #bab57b #ba7b81

Monochromatic Colors of #ba957b

#ba957b

Complementary Color

#ba957b #7ba0ba

#ba957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba957b Color CSS Codes

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

#ba957b Text Font Color

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

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


#ba957b Background Color

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

This div background color is #ba957b


#ba957b Border Color

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

This div border color is #ba957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba957b


Comments

No comments written yet.

Please login to write comment.