Color Hex Logo

#ba886d Color Hex

#BA886D
(186,136,109)
0 Favorites   0 Comments

Color spaces of #ba886d

RGB 186136109
HSL0.060.360.58
HSV21°41°73°
CMYK 0.000.270.41   0.27
XYZ31.814229.151518.4180
Yxy29.15150.40080.3672
Hunter Lab53.992110.692717.5693
CIE-Lab60.915115.630322.0032

#ba886d color RGB value is (186,136,109).

#ba886d hex color red value is 186, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ba886d hue: 0.06 , saturation: 0.36 and the lightness value of ba886d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001000 01101101
Octal 272 210 155
Decimal 186 136 109
Hex BA 88 6D

RGB Percentages of Color #ba886d

%43.16
%31.55
%25.29

CMYK Percentages of Color #ba886d

%0
%27
%41
%27

Triadic Colors of #ba886d

#ba886d #6dba88 #886dba

Analogous Colors of #ba886d

#ba886d #baaf6d #ba6d79

Monochromatic Colors of #ba886d

#ba886d

Complementary Color

#ba886d #6d9fba

#ba886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba886d Color CSS Codes

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

#ba886d Text Font Color

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

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


#ba886d Background Color

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

This div background color is #ba886d


#ba886d Border Color

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

This div border color is #ba886d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba886d

#ba886d Color Palettes


Comments

No comments written yet.

Please login to write comment.