Color Hex Logo

#ba887b Color Hex

#BA887B
(186,136,123)
0 Favorites   0 Comments

Color spaces of #ba887b

RGB 186136123
HSL0.030.310.61
HSV12°34°73°
CMYK 0.000.270.34   0.27
XYZ32.629029.477522.7089
Yxy29.47750.38470.3475
Hunter Lab54.293212.261513.2063
CIE-Lab61.200817.337914.4982

#ba887b color RGB value is (186,136,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001000 01111011
Octal 272 210 173
Decimal 186 136 123
Hex BA 88 7B

RGB Percentages of Color #ba887b

%41.80
%30.56
%27.64

CMYK Percentages of Color #ba887b

%0
%27
%34
%27

Triadic Colors of #ba887b

#ba887b #7bba88 #887bba

Analogous Colors of #ba887b

#ba887b #baa87b #ba7b8e

Monochromatic Colors of #ba887b

#ba887b

Complementary Color

#ba887b #7badba

#ba887b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba887b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba887b Color CSS Codes

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

#ba887b Text Font Color

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

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


#ba887b Background Color

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

This div background color is #ba887b


#ba887b Border Color

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

This div border color is #ba887b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,136,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 #ba887b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba887b


Comments

No comments written yet.

Please login to write comment.