Color Hex Logo

#ba863e Color Hex

#BA863E
(186,134,62)
0 Favorites   0 Comments

Color spaces of #ba863e

RGB 18613462
HSL0.100.500.49
HSV35°67°73°
CMYK 0.000.280.67   0.27
XYZ29.644327.83718.3681
Yxy27.83710.45020.4227
Hunter Lab52.76097.960727.5290
CIE-Lab59.741312.610645.5558

#ba863e color RGB value is (186,134,62).

#ba863e hex color red value is 186, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba863e hue: 0.10 , saturation: 0.50 and the lightness value of ba863e is 0.49.

The process color (four color CMYK) of #ba863e color hex is 0.00, 0.28, 0.67, 0.27. Web safe color of #ba863e is #cc9933. Color #ba863e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 00111110
Octal 272 206 76
Decimal 186 134 62
Hex BA 86 3E

RGB Percentages of Color #ba863e

%48.69
%35.08
%16.23

CMYK Percentages of Color #ba863e

%0
%28
%67
%27

Triadic Colors of #ba863e

#ba863e #3eba86 #863eba

Analogous Colors of #ba863e

#ba863e #b0ba3e #ba483e

Monochromatic Colors of #ba863e

#ba863e

Complementary Color

#ba863e #3e72ba

#ba863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba863e Color CSS Codes

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

#ba863e Text Font Color

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

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


#ba863e Background Color

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

This div background color is #ba863e


#ba863e Border Color

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

This div border color is #ba863e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba863e


Comments

No comments written yet.

Please login to write comment.