Color Hex Logo

#ba9983 Color Hex

#BA9983
(186,153,131)
0 Favorites   0 Comments

Color spaces of #ba9983

RGB 186153131
HSL0.070.280.62
HSV24°30°73°
CMYK 0.000.180.30   0.27
XYZ35.737734.860326.3179
Yxy34.86030.36870.3597
Hunter Lab59.04264.719114.9017
CIE-Lab65.63988.987216.1747

#ba9983 color RGB value is (186,153,131).

#ba9983 hex color red value is 186, green value is 153 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ba9983 hue: 0.07 , saturation: 0.28 and the lightness value of ba9983 is 0.62.

The process color (four color CMYK) of #ba9983 color hex is 0.00, 0.18, 0.30, 0.27. Web safe color of #ba9983 is #cc9999. Color #ba9983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 10000011
Octal 272 231 203
Decimal 186 153 131
Hex BA 99 83

RGB Percentages of Color #ba9983

%39.57
%32.55
%27.87

CMYK Percentages of Color #ba9983

%0
%18
%30
%27

Triadic Colors of #ba9983

#ba9983 #83ba99 #9983ba

Analogous Colors of #ba9983

#ba9983 #bab583 #ba8389

Monochromatic Colors of #ba9983

#ba9983

Complementary Color

#ba9983 #83a4ba

#ba9983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9983 Color CSS Codes

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

#ba9983 Text Font Color

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

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


#ba9983 Background Color

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

This div background color is #ba9983


#ba9983 Border Color

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

This div border color is #ba9983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9983


Comments

No comments written yet.

Please login to write comment.