COLOR #B3AA7A

HEX: #B3AA7A RGB: (179,170,122)

Color info

#B3AA7A contains red, green and blue colors in about the same proportion. Web safe color of #B3AA7A is #999966 (or #996).

RGB color model

#B3AA7A color RGB value is (179,170,122).

RGB: (179,170,122) (70%, 67%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 122 of 255 = 48%

179
170
122

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

Portions of RGB colors in percentages

R + G + B = 179 + 170 + 122 = 471 (100%)
R 179 of 471 ~ 38%
G 170 of 471 ~ 36.09%
B 122 of 471 ~ 25.9'%

%38
%36.09
%25.9

CMYK color model

#B3AA7A color CMYK value is (0,5,32,30).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 31.84%
  • key color value is 29.80%

CMYK: (0,5,32,30)
C0M5Y32K30 (0%, 5%, 32%, 30%)
(0.00 / 0.05 / 0.32 / 0.30)

CMYK percentages

%0
%5.03
%31.84
%29.8

Codes

Color #B3AA7A in popluar color models

B3 AA 7A
RGB 179 170 122
HSL 51° 27.27% 59.02%
HSB/HSV 51° 31.84% 70.20%
CMYK 0.00% 5.03% 31.84%
29.80%

Color #B3AA7A in popluar number systems.

HEX B3 AA 7A
Decimal 179 170 122
Binary 10110011 10101010 1111010
Octal 263 252 172

Shades and tints

Shades of #B3AA7A

#B3AA7A
(179,170,122)
#A39B6F
(163,155,111)
#938C64
(147,140,100)
#837D59
(131,125,89)
#736E4E
(115,110,78)
#635F43
(99,95,67)
#535038
(83,80,56)
#43412D
(67,65,45)
#333222
(51,50,34)
#232317
(35,35,23)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #B3AA7A

#B3AA7A
(179,170,122)
#B9B186
(185,177,134)
#BFB892
(191,184,146)
#C5BF9E
(197,191,158)
#CBC6AA
(203,198,170)
#D1CDB6
(209,205,182)
#D7D4C2
(215,212,194)
#DDDBCE
(221,219,206)
#E3E2DA
(227,226,218)
#E9E9E6
(233,233,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AA7A color. Also use rgb(179,170,122) instead hex code.

Text Font Color

.myTextColor { color: #B3AA7A; }

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

This text font color is #B3AA7A.

Background Color

.myBgColor { background-color: #B3AA7A; }

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

This div background color is #B3AA7A.

Border color

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

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

This div border color is #B3AA7A.

Opacity

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

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

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

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

This text has shadow with #B3AA7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AA7A.

Preview

Color preview on black background

This text has color #B3AA7A on black background.


Color preview on white background

This text has color #B3AA7A on white background.


Black color preview on #B3AA7A background

This text has black color on #B3AA7A background.


White color preview on #B3AA7A background

This text has white color on #B3AA7A background.


Related colors

Complementary color

Complementary color for #hex is #4C5585.


I love getcolorcode.com

Triadic colors

1 #7AB3AA and #AA7AB3 with #B3AA7A are triadic colors.

2 #7AAAB3 and #AAB37A with #B3AA7A are triadic colors.