COLOR #BAA679

HEX: #BAA679 RGB: (186,166,121)

Color info

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

RGB color model

#BAA679 color RGB value is (186,166,121).

RGB: (186,166,121) (73%, 65%, 47%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 121 of 255 = 47%

186
166
121

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

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 121 = 473 (100%)
R 186 of 473 ~ 39.32%
G 166 of 473 ~ 35.1%
B 121 of 473 ~ 25.58'%

%39.32
%35.1
%25.58

CMYK color model

#BAA679 color CMYK value is (0,11,35,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 34.95%
  • key color value is 27.06%
CMYK: (0,11,35,27) C0M11Y35K27 (0%,11%,35%,27%) (0.00/0.11/0.35/0.27) 

CMYK percentages

%0
%10.75
%34.95
%27.06

Codes

Color #BAA679 in popluar color models

BA A6 79
RGB 186 166 121
HSL 42° 32.02% 60.20%
HSB/HSV 42° 34.95% 72.94%
CMYK 0.00% 10.75% 34.95%
27.06%

Color #BAA679 in popluar number systems.

HEX BA A6 79
Decimal 186 166 121
Binary 10111010 10100110 1111001
Octal 272 246 171

Shades and tints

Shades of #BAA679

#BAA679
(186,166,121)
#AA976E
(170,151,110)
#9A8863
(154,136,99)
#8A7958
(138,121,88)
#7A6A4D
(122,106,77)
#6A5B42
(106,91,66)
#5A4C37
(90,76,55)
#4A3D2C
(74,61,44)
#3A2E21
(58,46,33)
#2A1F16
(42,31,22)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #BAA679

#BAA679
(186,166,121)
#C0AE85
(192,174,133)
#C6B691
(198,182,145)
#CCBE9D
(204,190,157)
#D2C6A9
(210,198,169)
#D8CEB5
(216,206,181)
#DED6C1
(222,214,193)
#E4DECD
(228,222,205)
#EAE6D9
(234,230,217)
#F0EEE5
(240,238,229)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA679 color. Also use rgb(186,166,121) instead hex code.

Text Font Color

.myTextColor { color: #BAA679; }

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

This text font color is #BAA679.

Background Color

.myBgColor { background-color: #BAA679; }

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

This div background color is #BAA679.

Border color

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

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

This div border color is #BAA679.

Opacity

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

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

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

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

This text has shadow with #BAA679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA679.

Preview

Color preview on black background

This text has color #BAA679 on black background.


Color preview on white background

This text has color #BAA679 on white background.


Black color preview on #BAA679 background

This text has black color on #BAA679 background.


White color preview on #BAA679 background

This text has white color on #BAA679 background.


Related colors

Complementary color

Complementary color for #hex is #455986.


I love getcolorcode.com

Triadic colors

1 #79BAA6 and #A679BA with #BAA679 are triadic colors.

2 #79A6BA and #A6BA79 with #BAA679 are triadic colors.