Color Hex Logo

#ba987b Color Hex

#BA987B
(186,152,123)
0 Favorites   0 Comments

Color spaces of #ba987b

RGB 186152123
HSL0.080.310.61
HSV28°34°73°
CMYK 0.000.180.34   0.27
XYZ35.053134.325623.5169
Yxy34.32560.37730.3695
Hunter Lab58.58814.267117.2130
CIE-Lab65.22028.476420.0379

#ba987b color RGB value is (186,152,123).

#ba987b hex color red value is 186, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ba987b hue: 0.08 , saturation: 0.31 and the lightness value of ba987b is 0.61.

The process color (four color CMYK) of #ba987b color hex is 0.00, 0.18, 0.34, 0.27. Web safe color of #ba987b is #cc9966. Color #ba987b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 01111011
Octal 272 230 173
Decimal 186 152 123
Hex BA 98 7B

RGB Percentages of Color #ba987b

%40.35
%32.97
%26.68

CMYK Percentages of Color #ba987b

%0
%18
%34
%27

Triadic Colors of #ba987b

#ba987b #7bba98 #987bba

Analogous Colors of #ba987b

#ba987b #bab87b #ba7b7e

Monochromatic Colors of #ba987b

#ba987b

Complementary Color

#ba987b #7b9dba

#ba987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba987b Color CSS Codes

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

#ba987b Text Font Color

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

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


#ba987b Background Color

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

This div background color is #ba987b


#ba987b Border Color

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

This div border color is #ba987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba987b


Comments

No comments written yet.

Please login to write comment.