Color Hex Logo

#ba899b Color Hex

#BA899B
(186,137,155)
0 Favorites   0 Comments

Color spaces of #ba899b

RGB 186137155
HSL0.940.260.63
HSV338°26°73°
CMYK 0.000.260.17   0.27
XYZ35.111830.697035.0849
Yxy30.69700.34800.3043
Hunter Lab55.404916.16251.2383
CIE-Lab62.251021.4746-2.1990

#ba899b color RGB value is (186,137,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 10011011
Octal 272 211 233
Decimal 186 137 155
Hex BA 89 9B

RGB Percentages of Color #ba899b

%38.91
%28.66
%32.43

CMYK Percentages of Color #ba899b

%0
%26
%17
%27

Triadic Colors of #ba899b

#ba899b #9bba89 #899bba

Analogous Colors of #ba899b

#ba899b #ba9089 #ba89b4

Monochromatic Colors of #ba899b

#ba899b

Complementary Color

#ba899b #89baa8

#ba899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba899b Color CSS Codes

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

#ba899b Text Font Color

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

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


#ba899b Background Color

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

This div background color is #ba899b


#ba899b Border Color

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

This div border color is #ba899b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba899b


Comments

No comments written yet.

Please login to write comment.