Color Hex Logo

#ba899f Color Hex

#BA899F
(186,137,159)
0 Favorites   0 Comments

Color spaces of #ba899f

RGB 186137159
HSL0.930.260.63
HSV333°26°73°
CMYK 0.000.260.15   0.27
XYZ35.453430.833636.8838
Yxy30.83360.34360.2989
Hunter Lab55.528016.7943-0.5130
CIE-Lab62.366922.1348-4.3036

#ba899f color RGB value is (186,137,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 10011111
Octal 272 211 237
Decimal 186 137 159
Hex BA 89 9F

RGB Percentages of Color #ba899f

%38.59
%28.42
%32.99

CMYK Percentages of Color #ba899f

%0
%26
%15
%27

Triadic Colors of #ba899f

#ba899f #9fba89 #899fba

Analogous Colors of #ba899f

#ba899f #ba8c89 #ba89b8

Monochromatic Colors of #ba899f

#ba899f

Complementary Color

#ba899f #89baa4

#ba899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba899f Color CSS Codes

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

#ba899f Text Font Color

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

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


#ba899f Background Color

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

This div background color is #ba899f


#ba899f Border Color

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

This div border color is #ba899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba899f


Comments

No comments written yet.

Please login to write comment.