Color Hex Logo

#ba953e Color Hex

#BA953E
(186,149,62)
0 Favorites   0 Comments

Color spaces of #ba953e

RGB 18614962
HSL0.120.500.49
HSV42°67°73°
CMYK 0.000.200.67   0.27
XYZ31.866632.28189.1089
Yxy32.28180.43500.4407
Hunter Lab56.81710.684230.2666
CIE-Lab63.57514.355349.7272

#ba953e color RGB value is (186,149,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010101 00111110
Octal 272 225 76
Decimal 186 149 62
Hex BA 95 3E

RGB Percentages of Color #ba953e

%46.85
%37.53
%15.62

CMYK Percentages of Color #ba953e

%0
%20
%67
%27

Triadic Colors of #ba953e

#ba953e #3eba95 #953eba

Analogous Colors of #ba953e

#ba953e #a1ba3e #ba573e

Monochromatic Colors of #ba953e

#ba953e

Complementary Color

#ba953e #3e63ba

#ba953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba953e Color CSS Codes

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

#ba953e Text Font Color

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

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


#ba953e Background Color

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

This div background color is #ba953e


#ba953e Border Color

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

This div border color is #ba953e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,149,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 #ba953e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba953e


Comments

No comments written yet.

Please login to write comment.