Color Hex Logo

#ba685e Color Hex

#BA685E
(186,104,94)
0 Favorites   0 Comments

Color spaces of #ba685e

RGB 18610494
HSL0.020.400.55
HSV49°73°
CMYK 0.000.440.49   0.27
XYZ27.220421.147913.2370
Yxy21.14790.44190.3433
Hunter Lab45.986825.180215.1246
CIE-Lab53.111031.683720.0798

#ba685e color RGB value is (186,104,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 01011110
Octal 272 150 136
Decimal 186 104 94
Hex BA 68 5E

RGB Percentages of Color #ba685e

%48.44
%27.08
%24.48

CMYK Percentages of Color #ba685e

%0
%44
%49
%27

Triadic Colors of #ba685e

#ba685e #5eba68 #685eba

Analogous Colors of #ba685e

#ba685e #ba965e #ba5e82

Monochromatic Colors of #ba685e

#ba685e

Complementary Color

#ba685e #5eb0ba

#ba685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba685e Color CSS Codes

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

#ba685e Text Font Color

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

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


#ba685e Background Color

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

This div background color is #ba685e


#ba685e Border Color

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

This div border color is #ba685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba685e


Comments

No comments written yet.

Please login to write comment.