Color Hex Logo

#ba595e Color Hex

#BA595E
(186,89,94)
0 Favorites   0 Comments

Color spaces of #ba595e

RGB 1868994
HSL0.990.410.54
HSV357°52°73°
CMYK 0.000.520.49   0.27
XYZ25.842518.392012.7776
Yxy18.39200.45330.3226
Hunter Lab42.885932.511512.3550
CIE-Lab49.968239.572715.8208

#ba595e color RGB value is (186,89,94).

#ba595e hex color red value is 186, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba595e hue: 0.99 , saturation: 0.41 and the lightness value of ba595e is 0.54.

The process color (four color CMYK) of #ba595e color hex is 0.00, 0.52, 0.49, 0.27. Web safe color of #ba595e is #cc6666. Color #ba595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 01011110
Octal 272 131 136
Decimal 186 89 94
Hex BA 59 5E

RGB Percentages of Color #ba595e

%50.41
%24.12
%25.47

CMYK Percentages of Color #ba595e

%0
%52
%49
%27

Triadic Colors of #ba595e

#ba595e #5eba59 #595eba

Analogous Colors of #ba595e

#ba595e #ba8559 #ba598f

Monochromatic Colors of #ba595e

#ba595e

Complementary Color

#ba595e #59bab5

#ba595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba595e Color CSS Codes

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

#ba595e Text Font Color

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

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


#ba595e Background Color

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

This div background color is #ba595e


#ba595e Border Color

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

This div border color is #ba595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba595e


Comments

No comments written yet.

Please login to write comment.