Color Hex Logo

#ba785e Color Hex

#BA785E
(186,120,94)
0 Favorites   0 Comments

Color spaces of #ba785e

RGB 18612094
HSL0.050.400.55
HSV17°49°73°
CMYK 0.000.350.49   0.27
XYZ28.986624.680213.8257
Yxy24.68020.42950.3657
Hunter Lab49.679217.211918.2750
CIE-Lab56.762522.923824.9280

#ba785e color RGB value is (186,120,94).

#ba785e hex color red value is 186, green value is 120 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba785e hue: 0.05 , saturation: 0.40 and the lightness value of ba785e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 01011110
Octal 272 170 136
Decimal 186 120 94
Hex BA 78 5E

RGB Percentages of Color #ba785e

%46.50
%30.00
%23.50

CMYK Percentages of Color #ba785e

%0
%35
%49
%27

Triadic Colors of #ba785e

#ba785e #5eba78 #785eba

Analogous Colors of #ba785e

#ba785e #baa65e #ba5e72

Monochromatic Colors of #ba785e

#ba785e

Complementary Color

#ba785e #5ea0ba

#ba785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba785e Color CSS Codes

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

#ba785e Text Font Color

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

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


#ba785e Background Color

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

This div background color is #ba785e


#ba785e Border Color

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

This div border color is #ba785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba785e


Comments

No comments written yet.

Please login to write comment.