COLOR #B1AA92

HEX: #B1AA92 RGB: (177,170,146)

Color info

#B1AA92 contains red, green and blue colors in about the same proportion. Web safe color of #B1AA92 is #999999 (or #999).

RGB color model

#B1AA92 color RGB value is (177,170,146).

RGB: (177,170,146) (69%, 67%, 57%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 146 of 255 = 57%

177
170
146

R + G + B ~ 64%. #B1AA92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 170 + 146 = 493 (100%)
R 177 of 493 ~ 35.9%
G 170 of 493 ~ 34.48%
B 146 of 493 ~ 29.61'%

%35.9
%34.48
%29.61

CMYK color model

#B1AA92 color CMYK value is (0,4,18,31).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 17.51%
  • key color value is 30.59%

CMYK: (0,4,18,31)
C0M4Y18K31 (0%, 4%, 18%, 31%)
(0.00 / 0.04 / 0.18 / 0.31)

CMYK percentages

%0
%3.95
%17.51
%30.59

Codes

Color #B1AA92 in popluar color models

B1 AA 92
RGB 177 170 146
HSL 46° 16.58% 63.33%
HSB/HSV 46° 17.51% 69.41%
CMYK 0.00% 3.95% 17.51%
30.59%

Color #B1AA92 in popluar number systems.

HEX B1 AA 92
Decimal 177 170 146
Binary 10110001 10101010 10010010
Octal 261 252 222

Shades and tints

Shades of #B1AA92

#B1AA92
(177,170,146)
#A19B85
(161,155,133)
#918C78
(145,140,120)
#817D6B
(129,125,107)
#716E5E
(113,110,94)
#615F51
(97,95,81)
#515044
(81,80,68)
#414137
(65,65,55)
#31322A
(49,50,42)
#21231D
(33,35,29)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B1AA92

#B1AA92
(177,170,146)
#B8B19B
(184,177,155)
#BFB8A4
(191,184,164)
#C6BFAD
(198,191,173)
#CDC6B6
(205,198,182)
#D4CDBF
(212,205,191)
#DBD4C8
(219,212,200)
#E2DBD1
(226,219,209)
#E9E2DA
(233,226,218)
#F0E9E3
(240,233,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AA92 color. Also use rgb(177,170,146) instead hex code.

Text Font Color

.myTextColor { color: #B1AA92; }

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

This text font color is #B1AA92.

Background Color

.myBgColor { background-color: #B1AA92; }

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

This div background color is #B1AA92.

Border color

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

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

This div border color is #B1AA92.

Opacity

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

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

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

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

This text has shadow with #B1AA92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AA92.

Preview

Color preview on black background

This text has color #B1AA92 on black background.


Color preview on white background

This text has color #B1AA92 on white background.


Black color preview on #B1AA92 background

This text has black color on #B1AA92 background.


White color preview on #B1AA92 background

This text has white color on #B1AA92 background.


Related colors

Complementary color

Complementary color for #hex is #4E556D.


I love getcolorcode.com

Triadic colors

1 #92B1AA and #AA92B1 with #B1AA92 are triadic colors.

2 #92AAB1 and #AAB192 with #B1AA92 are triadic colors.