Color Hex Logo

#ba845c Color Hex

#BA845C
(186,132,92)
0 Favorites   0 Comments

Color spaces of #ba845c

RGB 18613292
HSL0.070.410.55
HSV26°51°73°
CMYK 0.000.290.51   0.27
XYZ30.432727.714313.8706
Yxy27.71430.42260.3848
Hunter Lab52.644411.059821.2295
CIE-Lab59.629716.071129.7628

#ba845c color RGB value is (186,132,92).

#ba845c hex color red value is 186, green value is 132 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ba845c hue: 0.07 , saturation: 0.41 and the lightness value of ba845c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 01011100
Octal 272 204 134
Decimal 186 132 92
Hex BA 84 5C

RGB Percentages of Color #ba845c

%45.37
%32.20
%22.44

CMYK Percentages of Color #ba845c

%0
%29
%51
%27

Triadic Colors of #ba845c

#ba845c #5cba84 #845cba

Analogous Colors of #ba845c

#ba845c #bab35c #ba5c63

Monochromatic Colors of #ba845c

#ba845c

Complementary Color

#ba845c #5c92ba

#ba845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba845c Color CSS Codes

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

#ba845c Text Font Color

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

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


#ba845c Background Color

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

This div background color is #ba845c


#ba845c Border Color

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

This div border color is #ba845c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba845c


Comments

No comments written yet.

Please login to write comment.