Color Hex Logo

#ba896c Color Hex

#BA896C
(186,137,108)
0 Favorites   0 Comments

Color spaces of #ba896c

RGB 186137108
HSL0.060.360.58
HSV22°42°73°
CMYK 0.000.260.42   0.27
XYZ31.902129.413118.1832
Yxy29.41310.40130.3700
Hunter Lab54.233810.090218.0853
CIE-Lab61.144514.961022.8707

#ba896c color RGB value is (186,137,108).

#ba896c hex color red value is 186, green value is 137 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ba896c hue: 0.06 , saturation: 0.36 and the lightness value of ba896c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 01101100
Octal 272 211 154
Decimal 186 137 108
Hex BA 89 6C

RGB Percentages of Color #ba896c

%43.16
%31.79
%25.06

CMYK Percentages of Color #ba896c

%0
%26
%42
%27

Triadic Colors of #ba896c

#ba896c #6cba89 #896cba

Analogous Colors of #ba896c

#ba896c #bab06c #ba6c76

Monochromatic Colors of #ba896c

#ba896c

Complementary Color

#ba896c #6c9dba

#ba896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba896c Color CSS Codes

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

#ba896c Text Font Color

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

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


#ba896c Background Color

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

This div background color is #ba896c


#ba896c Border Color

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

This div border color is #ba896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba896c


Comments

No comments written yet.

Please login to write comment.