Color Hex Logo

#ba865a Color Hex

#BA865A
(186,134,90)
0 Favorites   0 Comments

Color spaces of #ba865a

RGB 18613490
HSL0.080.410.54
HSV28°52°73°
CMYK 0.000.280.52   0.27
XYZ30.620328.227513.5074
Yxy28.22750.42320.3901
Hunter Lab53.12969.898722.1171
CIE-Lab60.093714.772631.4489

#ba865a color RGB value is (186,134,90).

#ba865a hex color red value is 186, green value is 134 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ba865a hue: 0.08 , saturation: 0.41 and the lightness value of ba865a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 01011010
Octal 272 206 132
Decimal 186 134 90
Hex BA 86 5A

RGB Percentages of Color #ba865a

%45.37
%32.68
%21.95

CMYK Percentages of Color #ba865a

%0
%28
%52
%27

Triadic Colors of #ba865a

#ba865a #5aba86 #865aba

Analogous Colors of #ba865a

#ba865a #bab65a #ba5a5e

Monochromatic Colors of #ba865a

#ba865a

Complementary Color

#ba865a #5a8eba

#ba865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba865a Color CSS Codes

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

#ba865a Text Font Color

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

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


#ba865a Background Color

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

This div background color is #ba865a


#ba865a Border Color

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

This div border color is #ba865a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba865a


Comments

No comments written yet.

Please login to write comment.