Color Hex Logo

#ba865d Color Hex

#BA865D
(186,134,93)
0 Favorites   0 Comments

Color spaces of #ba865d

RGB 18613493
HSL0.070.400.55
HSV26°50°73°
CMYK 0.000.280.50   0.27
XYZ30.750628.279614.1937
Yxy28.27960.42000.3862
Hunter Lab53.178610.155421.4001
CIE-Lab60.140515.056529.8680

#ba865d color RGB value is (186,134,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 01011101
Octal 272 206 135
Decimal 186 134 93
Hex BA 86 5D

RGB Percentages of Color #ba865d

%45.04
%32.45
%22.52

CMYK Percentages of Color #ba865d

%0
%28
%50
%27

Triadic Colors of #ba865d

#ba865d #5dba86 #865dba

Analogous Colors of #ba865d

#ba865d #bab55d #ba5d62

Monochromatic Colors of #ba865d

#ba865d

Complementary Color

#ba865d #5d91ba

#ba865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba865d Color CSS Codes

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

#ba865d Text Font Color

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

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


#ba865d Background Color

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

This div background color is #ba865d


#ba865d Border Color

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

This div border color is #ba865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba865d


Comments

No comments written yet.

Please login to write comment.