Color Hex Logo

#ba888e Color Hex

#BA888E
(186,136,142)
0 Favorites   0 Comments

Color spaces of #ba888e

RGB 186136142
HSL0.980.270.63
HSV353°27°73°
CMYK 0.000.270.24   0.27
XYZ33.936330.000429.5932
Yxy30.00040.36280.3208
Hunter Lab54.772614.74396.3069
CIE-Lab61.654619.99634.3362

#ba888e color RGB value is (186,136,142).

#ba888e hex color red value is 186, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ba888e hue: 0.98 , saturation: 0.27 and the lightness value of ba888e is 0.63.

The process color (four color CMYK) of #ba888e color hex is 0.00, 0.27, 0.24, 0.27. Web safe color of #ba888e is #cc9999. Color #ba888e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001000 10001110
Octal 272 210 216
Decimal 186 136 142
Hex BA 88 8E

RGB Percentages of Color #ba888e

%40.09
%29.31
%30.60

CMYK Percentages of Color #ba888e

%0
%27
%24
%27

Triadic Colors of #ba888e

#ba888e #8eba88 #888eba

Analogous Colors of #ba888e

#ba888e #ba9b88 #ba88a7

Monochromatic Colors of #ba888e

#ba888e

Complementary Color

#ba888e #88bab4

#ba888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba888e Color CSS Codes

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

#ba888e Text Font Color

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

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


#ba888e Background Color

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

This div background color is #ba888e


#ba888e Border Color

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

This div border color is #ba888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba888e


Comments

No comments written yet.

Please login to write comment.