Color Hex Logo

#ba899e Color Hex

#BA899E
(186,137,158)
0 Favorites   0 Comments

Color spaces of #ba899e

RGB 186137158
HSL0.930.260.63
HSV334°26°73°
CMYK 0.000.260.15   0.27
XYZ35.366930.799036.4285
Yxy30.79900.34470.3002
Hunter Lab55.496816.6346-0.0706
CIE-Lab62.337621.9682-3.7781

#ba899e color RGB value is (186,137,158).

#ba899e hex color red value is 186, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba899e hue: 0.93 , saturation: 0.26 and the lightness value of ba899e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 10011110
Octal 272 211 236
Decimal 186 137 158
Hex BA 89 9E

RGB Percentages of Color #ba899e

%38.67
%28.48
%32.85

CMYK Percentages of Color #ba899e

%0
%26
%15
%27

Triadic Colors of #ba899e

#ba899e #9eba89 #899eba

Analogous Colors of #ba899e

#ba899e #ba8d89 #ba89b7

Monochromatic Colors of #ba899e

#ba899e

Complementary Color

#ba899e #89baa5

#ba899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba899e Color CSS Codes

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

#ba899e Text Font Color

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

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


#ba899e Background Color

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

This div background color is #ba899e


#ba899e Border Color

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

This div border color is #ba899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba899e


Comments

No comments written yet.

Please login to write comment.