COLOR #BAAA7C

HEX: #BAAA7C RGB: (186,170,124)

Color info

#BAAA7C contains mainly red and green colors. Web safe color of #BAAA7C is #CC9966 (or #C96).

RGB color model

#BAAA7C color RGB value is (186,170,124).

RGB: (186,170,124) (73%, 67%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 124 of 255 = 49%

186
170
124

R + G + B ~ 63%. #BAAA7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 124 = 480 (100%)
R 186 of 480 ~ 38.75%
G 170 of 480 ~ 35.42%
B 124 of 480 ~ 25.83'%

%38.75
%35.42
%25.83

CMYK color model

#BAAA7C color CMYK value is (0,9,33,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 33.33%
  • key color value is 27.06%

CMYK: (0,9,33,27)
C0M9Y33K27 (0%, 9%, 33%, 27%)
(0.00 / 0.09 / 0.33 / 0.27)

CMYK percentages

%0
%8.6
%33.33
%27.06

Codes

Color #BAAA7C in popluar color models

BA AA 7C
RGB 186 170 124
HSL 45° 31.00% 60.78%
HSB/HSV 45° 33.33% 72.94%
CMYK 0.00% 8.60% 33.33%
27.06%

Color #BAAA7C in popluar number systems.

HEX BA AA 7C
Decimal 186 170 124
Binary 10111010 10101010 1111100
Octal 272 252 174

Shades and tints

Shades of #BAAA7C

#BAAA7C
(186,170,124)
#AA9B71
(170,155,113)
#9A8C66
(154,140,102)
#8A7D5B
(138,125,91)
#7A6E50
(122,110,80)
#6A5F45
(106,95,69)
#5A503A
(90,80,58)
#4A412F
(74,65,47)
#3A3224
(58,50,36)
#2A2319
(42,35,25)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #BAAA7C

#BAAA7C
(186,170,124)
#C0B187
(192,177,135)
#C6B892
(198,184,146)
#CCBF9D
(204,191,157)
#D2C6A8
(210,198,168)
#D8CDB3
(216,205,179)
#DED4BE
(222,212,190)
#E4DBC9
(228,219,201)
#EAE2D4
(234,226,212)
#F0E9DF
(240,233,223)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAA7C color. Also use rgb(186,170,124) instead hex code.

Text Font Color

.myTextColor { color: #BAAA7C; }

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

This text font color is #BAAA7C.

Background Color

.myBgColor { background-color: #BAAA7C; }

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

This div background color is #BAAA7C.

Border color

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

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

This div border color is #BAAA7C.

Opacity

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

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

Text with #BAAA7C 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 #BAAA7C;}

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

This text has shadow with #BAAA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAA7C.

Preview

Color preview on black background

This text has color #BAAA7C on black background.


Color preview on white background

This text has color #BAAA7C on white background.


Black color preview on #BAAA7C background

This text has black color on #BAAA7C background.


White color preview on #BAAA7C background

This text has white color on #BAAA7C background.


Related colors

Complementary color

Complementary color for #hex is #455583.


I love getcolorcode.com

Triadic colors

1 #7CBAAA and #AA7CBA with #BAAA7C are triadic colors.

2 #7CAABA and #AABA7C with #BAAA7C are triadic colors.