COLOR #B2AA7A

HEX: #B2AA7A RGB: (178,170,122)

Color info

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

RGB color model

#B2AA7A color RGB value is (178,170,122).

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

RGB channels and saturation

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

178
170
122

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

Portions of RGB colors in percentages

R + G + B = 178 + 170 + 122 = 470 (100%)
R 178 of 470 ~ 37.87%
G 170 of 470 ~ 36.17%
B 122 of 470 ~ 25.96'%

%37.87
%36.17
%25.96

CMYK color model

#B2AA7A color CMYK value is (0,4,31,30).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 31.46%
  • key color value is 30.20%

CMYK: (0,4,31,30)
C0M4Y31K30 (0%, 4%, 31%, 30%)
(0.00 / 0.04 / 0.31 / 0.30)

CMYK percentages

%0
%4.49
%31.46
%30.2

Codes

Color #B2AA7A in popluar color models

B2 AA 7A
RGB 178 170 122
HSL 51° 26.67% 58.82%
HSB/HSV 51° 31.46% 69.80%
CMYK 0.00% 4.49% 31.46%
30.20%

Color #B2AA7A in popluar number systems.

HEX B2 AA 7A
Decimal 178 170 122
Binary 10110010 10101010 1111010
Octal 262 252 172

Shades and tints

Shades of #B2AA7A

#B2AA7A
(178,170,122)
#A29B6F
(162,155,111)
#928C64
(146,140,100)
#827D59
(130,125,89)
#726E4E
(114,110,78)
#625F43
(98,95,67)
#525038
(82,80,56)
#42412D
(66,65,45)
#323222
(50,50,34)
#222317
(34,35,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #B2AA7A

#B2AA7A
(178,170,122)
#B9B186
(185,177,134)
#C0B892
(192,184,146)
#C7BF9E
(199,191,158)
#CEC6AA
(206,198,170)
#D5CDB6
(213,205,182)
#DCD4C2
(220,212,194)
#E3DBCE
(227,219,206)
#EAE2DA
(234,226,218)
#F1E9E6
(241,233,230)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AA7A; }

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

This text font color is #B2AA7A.

Background Color

.myBgColor { background-color: #B2AA7A; }

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

This div background color is #B2AA7A.

Border color

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

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

This div border color is #B2AA7A.

Opacity

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

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

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

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

This text has shadow with #B2AA7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AA7A.

Preview

Color preview on black background

This text has color #B2AA7A on black background.


Color preview on white background

This text has color #B2AA7A on white background.


Black color preview on #B2AA7A background

This text has black color on #B2AA7A background.


White color preview on #B2AA7A background

This text has white color on #B2AA7A background.


Related colors

Complementary color

Complementary color for #hex is #4D5585.


I love getcolorcode.com

Triadic colors

1 #7AB2AA and #AA7AB2 with #B2AA7A are triadic colors.

2 #7AAAB2 and #AAB27A with #B2AA7A are triadic colors.