COLOR #BAA180

HEX: #BAA180 RGB: (186,161,128)

Color info

#BAA180 contains red, green and blue colors in about the same proportion. Web safe color of #BAA180 is #CC9966 (or #C96).

RGB color model

#BAA180 color RGB value is (186,161,128).

RGB: (186,161,128) (73%, 63%, 50%)

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 128 of 255 = 50%

186
161
128

R + G + B ~ 62%. #BAA180 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 161 + 128 = 475 (100%)
R 186 of 475 ~ 39.16%
G 161 of 475 ~ 33.89%
B 128 of 475 ~ 26.95'%

%39.16
%33.89
%26.95

CMYK color model

#BAA180 color CMYK value is (0,13,31,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 31.18%
  • key color value is 27.06%

CMYK: (0,13,31,27)
C0M13Y31K27 (0%, 13%, 31%, 27%)
(0.00 / 0.13 / 0.31 / 0.27)

CMYK percentages

%0
%13.44
%31.18
%27.06

Codes

Color #BAA180 in popluar color models

BA A1 80
RGB 186 161 128
HSL 34° 29.59% 61.57%
HSB/HSV 34° 31.18% 72.94%
CMYK 0.00% 13.44% 31.18%
27.06%

Color #BAA180 in popluar number systems.

HEX BA A1 80
Decimal 186 161 128
Binary 10111010 10100001 10000000
Octal 272 241 200

Shades and tints

Shades of #BAA180

#BAA180
(186,161,128)
#AA9375
(170,147,117)
#9A856A
(154,133,106)
#8A775F
(138,119,95)
#7A6954
(122,105,84)
#6A5B49
(106,91,73)
#5A4D3E
(90,77,62)
#4A3F33
(74,63,51)
#3A3128
(58,49,40)
#2A231D
(42,35,29)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #BAA180

#BAA180
(186,161,128)
#C0A98B
(192,169,139)
#C6B196
(198,177,150)
#CCB9A1
(204,185,161)
#D2C1AC
(210,193,172)
#D8C9B7
(216,201,183)
#DED1C2
(222,209,194)
#E4D9CD
(228,217,205)
#EAE1D8
(234,225,216)
#F0E9E3
(240,233,227)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA180 color. Also use rgb(186,161,128) instead hex code.

Text Font Color

.myTextColor { color: #BAA180; }

<p style="color:#BAA180">This sample text font color is #BAA180.</p>

This text font color is #BAA180.

Background Color

.myBgColor { background-color: #BAA180; }

<div style="background-color:#BAA180">Inner text</div>

This div background color is #BAA180.

Border color

.myBorderColor { border: 1px solid #BAA180; }

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

This div border color is #BAA180.

Opacity

.myOpacity80 { color: #BAA180; opacity: 0.8; }

<p style="color:#BAA180;opacity:0.8;">80%</p>

Text with #BAA180 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BAA180;}

<p style="text-shadow: 3px 3px 1px #BAA180">Text here.</p>

This text has shadow with #BAA180 color.


.textShadow {text-shadow: 3px 3px 1px #BAA180', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BAA180, 5px 5px 20px red">Text here.</p>

This text has shadow with #BAA180 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BAA180, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BAA180, Direction=45, Strength=4)">Text</p>

This text has shadow with #BAA180 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BAA180;
-webkit-box-shadow: 1px 1px 3px 2px #BAA180;
box-shadow: 1px 1px 3px 2px #BAA180;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BAA180; -webkit-box-shadow: 1px 1px 3px 2px #BAA180; box-shadow:1px 1px 3px 2px #BAA180;">
Div content here
</div>

This div box has shadow with color #BAA180.

Preview

Color preview on black background

This text has color #BAA180 on black background.


Color preview on white background

This text has color #BAA180 on white background.


Black color preview on #BAA180 background

This text has black color on #BAA180 background.


White color preview on #BAA180 background

This text has white color on #BAA180 background.


Related colors

Complementary color

Complementary color for #hex is #455E7F.


I love getcolorcode.com

Triadic colors

1 #80BAA1 and #A180BA with #BAA180 are triadic colors.

2 #80A1BA and #A1BA80 with #BAA180 are triadic colors.