Color Hex Logo

#ba847e Color Hex

#BA847E
(186,132,126)
0 Favorites   0 Comments

Color spaces of #ba847e

RGB 186132126
HSL0.020.300.61
HSV32°73°
CMYK 0.000.290.32   0.27
XYZ32.266928.448023.5290
Yxy28.44800.38300.3377
Hunter Lab53.336714.647411.1804
CIE-Lab60.291319.957911.5193

#ba847e color RGB value is (186,132,126).

#ba847e hex color red value is 186, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba847e hue: 0.02 , saturation: 0.30 and the lightness value of ba847e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 01111110
Octal 272 204 176
Decimal 186 132 126
Hex BA 84 7E

RGB Percentages of Color #ba847e

%41.89
%29.73
%28.38

CMYK Percentages of Color #ba847e

%0
%29
%32
%27

Triadic Colors of #ba847e

#ba847e #7eba84 #847eba

Analogous Colors of #ba847e

#ba847e #baa27e #ba7e96

Monochromatic Colors of #ba847e

#ba847e

Complementary Color

#ba847e #7eb4ba

#ba847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba847e Color CSS Codes

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

#ba847e Text Font Color

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

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


#ba847e Background Color

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

This div background color is #ba847e


#ba847e Border Color

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

This div border color is #ba847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba847e


Comments

No comments written yet.

Please login to write comment.