COLOR #BAA674

HEX: #BAA674 RGB: (186,166,116)

Color info

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

RGB color model

#BAA674 color RGB value is (186,166,116).

RGB: (186,166,116) (73%, 65%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 116 of 255 = 45%

186
166
116

R + G + B ~ 61%. #BAA674 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 116 = 468 (100%)
R 186 of 468 ~ 39.74%
G 166 of 468 ~ 35.47%
B 116 of 468 ~ 24.79'%

%39.74
%35.47
%24.79

CMYK color model

#BAA674 color CMYK value is (0,11,38,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK: (0,11,38,27) C0M11Y38K27 (0%,11%,38%,27%) (0.00/0.11/0.38/0.27) 

CMYK percentages

%0
%10.75
%37.63
%27.06

Codes

Color #BAA674 in popluar color models

BA A6 74
RGB 186 166 116
HSL 43° 33.65% 59.22%
HSB/HSV 43° 37.63% 72.94%
CMYK 0.00% 10.75% 37.63%
27.06%

Color #BAA674 in popluar number systems.

HEX BA A6 74
Decimal 186 166 116
Binary 10111010 10100110 1110100
Octal 272 246 164

Shades and tints

Shades of #BAA674

#BAA674
(186,166,116)
#AA976A
(170,151,106)
#9A8860
(154,136,96)
#8A7956
(138,121,86)
#7A6A4C
(122,106,76)
#6A5B42
(106,91,66)
#5A4C38
(90,76,56)
#4A3D2E
(74,61,46)
#3A2E24
(58,46,36)
#2A1F1A
(42,31,26)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #BAA674

#BAA674
(186,166,116)
#C0AE80
(192,174,128)
#C6B68C
(198,182,140)
#CCBE98
(204,190,152)
#D2C6A4
(210,198,164)
#D8CEB0
(216,206,176)
#DED6BC
(222,214,188)
#E4DEC8
(228,222,200)
#EAE6D4
(234,230,212)
#F0EEE0
(240,238,224)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA674; }

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

This text font color is #BAA674.

Background Color

.myBgColor { background-color: #BAA674; }

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

This div background color is #BAA674.

Border color

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

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

This div border color is #BAA674.

Opacity

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

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

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

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

This text has shadow with #BAA674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA674.

Preview

Color preview on black background

This text has color #BAA674 on black background.


Color preview on white background

This text has color #BAA674 on white background.


Black color preview on #BAA674 background

This text has black color on #BAA674 background.


White color preview on #BAA674 background

This text has white color on #BAA674 background.


Related colors

Complementary color

Complementary color for #hex is #45598B.


I love getcolorcode.com

Triadic colors

1 #74BAA6 and #A674BA with #BAA674 are triadic colors.

2 #74A6BA and #A6BA74 with #BAA674 are triadic colors.