Color Hex Logo

#ba786f Color Hex

#BA786F
(186,120,111)
0 Favorites   0 Comments

Color spaces of #ba786f

RGB 186120111
HSL0.020.350.58
HSV40°73°
CMYK 0.000.350.40   0.27
XYZ29.835425.019718.2957
Yxy25.01970.40790.3420
Hunter Lab50.019718.936013.3273
CIE-Lab57.094624.745715.6615

#ba786f color RGB value is (186,120,111).

#ba786f hex color red value is 186, green value is 120 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ba786f hue: 0.02 , saturation: 0.35 and the lightness value of ba786f is 0.58.

The process color (four color CMYK) of #ba786f color hex is 0.00, 0.35, 0.40, 0.27. Web safe color of #ba786f is #cc6666. Color #ba786f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 01101111
Octal 272 170 157
Decimal 186 120 111
Hex BA 78 6F

RGB Percentages of Color #ba786f

%44.60
%28.78
%26.62

CMYK Percentages of Color #ba786f

%0
%35
%40
%27

Triadic Colors of #ba786f

#ba786f #6fba78 #786fba

Analogous Colors of #ba786f

#ba786f #ba9e6f #ba6f8c

Monochromatic Colors of #ba786f

#ba786f

Complementary Color

#ba786f #6fb1ba

#ba786f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba786f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba786f Color CSS Codes

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

#ba786f Text Font Color

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

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


#ba786f Background Color

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

This div background color is #ba786f


#ba786f Border Color

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

This div border color is #ba786f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba786f


Comments

No comments written yet.

Please login to write comment.