Color Hex Logo

#ba9486 Color Hex

#BA9486
(186,148,134)
0 Favorites   0 Comments

Color spaces of #ba9486

RGB 186148134
HSL0.040.270.63
HSV16°28°73°
CMYK 0.000.200.28   0.27
XYZ35.142733.340127.1373
Yxy33.34010.36750.3487
Hunter Lab57.74097.593512.5533
CIE-Lab64.435312.164612.8184

#ba9486 color RGB value is (186,148,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 10000110
Octal 272 224 206
Decimal 186 148 134
Hex BA 94 86

RGB Percentages of Color #ba9486

%39.74
%31.62
%28.63

CMYK Percentages of Color #ba9486

%0
%20
%28
%27

Triadic Colors of #ba9486

#ba9486 #86ba94 #9486ba

Analogous Colors of #ba9486

#ba9486 #baae86 #ba8692

Monochromatic Colors of #ba9486

#ba9486

Complementary Color

#ba9486 #86acba

#ba9486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9486 Color CSS Codes

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

#ba9486 Text Font Color

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

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


#ba9486 Background Color

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

This div background color is #ba9486


#ba9486 Border Color

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

This div border color is #ba9486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9486


Comments

No comments written yet.

Please login to write comment.