Color Hex Logo

#ba854a Color Hex

#BA854A
(186,133,74)
0 Favorites   0 Comments

Color spaces of #ba854a

RGB 18613374
HSL0.090.450.51
HSV32°60°73°
CMYK 0.000.280.60   0.27
XYZ29.873327.708610.2524
Yxy27.70860.44040.4085
Hunter Lab52.63909.182925.2995
CIE-Lab59.624613.984639.3990

#ba854a color RGB value is (186,133,74).

#ba854a hex color red value is 186, green value is 133 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba854a hue: 0.09 , saturation: 0.45 and the lightness value of ba854a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 01001010
Octal 272 205 112
Decimal 186 133 74
Hex BA 85 4A

RGB Percentages of Color #ba854a

%47.33
%33.84
%18.83

CMYK Percentages of Color #ba854a

%0
%28
%60
%27

Triadic Colors of #ba854a

#ba854a #4aba85 #854aba

Analogous Colors of #ba854a

#ba854a #b7ba4a #ba4d4a

Monochromatic Colors of #ba854a

#ba854a

Complementary Color

#ba854a #4a7fba

#ba854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba854a Color CSS Codes

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

#ba854a Text Font Color

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

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


#ba854a Background Color

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

This div background color is #ba854a


#ba854a Border Color

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

This div border color is #ba854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba854a


Comments

No comments written yet.

Please login to write comment.