Color Hex Logo

#ba884a Color Hex

#BA884A
(186,136,74)
0 Favorites   0 Comments

Color spaces of #ba884a

RGB 18613674
HSL0.090.450.51
HSV33°60°73°
CMYK 0.000.270.60   0.27
XYZ30.289928.541810.3912
Yxy28.54180.43760.4123
Hunter Lab53.42457.710525.8651
CIE-Lab60.375112.322540.2842

#ba884a color RGB value is (186,136,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001000 01001010
Octal 272 210 112
Decimal 186 136 74
Hex BA 88 4A

RGB Percentages of Color #ba884a

%46.97
%34.34
%18.69

CMYK Percentages of Color #ba884a

%0
%27
%60
%27

Triadic Colors of #ba884a

#ba884a #4aba88 #884aba

Analogous Colors of #ba884a

#ba884a #b4ba4a #ba504a

Monochromatic Colors of #ba884a

#ba884a

Complementary Color

#ba884a #4a7cba

#ba884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba884a Color CSS Codes

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

#ba884a Text Font Color

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

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


#ba884a Background Color

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

This div background color is #ba884a


#ba884a Border Color

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

This div border color is #ba884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba884a


Comments

No comments written yet.

Please login to write comment.