Color Hex Logo

#ba884e Color Hex

#BA884E
(186,136,78)
0 Favorites   0 Comments

Color spaces of #ba884e

RGB 18613678
HSL0.090.440.52
HSV32°58°73°
CMYK 0.000.270.58   0.27
XYZ30.429028.597511.1238
Yxy28.59750.43380.4077
Hunter Lab53.47667.985125.1006
CIE-Lab60.424712.630538.2705

#ba884e color RGB value is (186,136,78).

#ba884e hex color red value is 186, green value is 136 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba884e hue: 0.09 , saturation: 0.44 and the lightness value of ba884e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001000 01001110
Octal 272 210 116
Decimal 186 136 78
Hex BA 88 4E

RGB Percentages of Color #ba884e

%46.50
%34.00
%19.50

CMYK Percentages of Color #ba884e

%0
%27
%58
%27

Triadic Colors of #ba884e

#ba884e #4eba88 #884eba

Analogous Colors of #ba884e

#ba884e #b6ba4e #ba524e

Monochromatic Colors of #ba884e

#ba884e

Complementary Color

#ba884e #4e80ba

#ba884e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba884e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba884e Color CSS Codes

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

#ba884e Text Font Color

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

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


#ba884e Background Color

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

This div background color is #ba884e


#ba884e Border Color

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

This div border color is #ba884e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba884e


Comments

No comments written yet.

Please login to write comment.