COLOR #B9AE90

HEX: #B9AE90 RGB: (185,174,144)

Color info

#B9AE90 contains red, green and blue colors in about the same proportion. Web safe color of #B9AE90 is #CC9999 (or #C99).

RGB color model

#B9AE90 color RGB value is (185,174,144).

RGB: (185,174,144) (73%, 68%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 144 of 255 = 56%

185
174
144

R + G + B ~ 66%. #B9AE90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 174 + 144 = 503 (100%)
R 185 of 503 ~ 36.78%
G 174 of 503 ~ 34.59%
B 144 of 503 ~ 28.63'%

%36.78
%34.59
%28.63

CMYK color model

#B9AE90 color CMYK value is (0,6,22,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 22.16%
  • key color value is 27.45%

CMYK: (0,6,22,27)
C0M6Y22K27 (0%, 6%, 22%, 27%)
(0.00 / 0.06 / 0.22 / 0.27)

CMYK percentages

%0
%5.95
%22.16
%27.45

Codes

Color #B9AE90 in popluar color models

B9 AE 90
RGB 185 174 144
HSL 44° 22.65% 64.51%
HSB/HSV 44° 22.16% 72.55%
CMYK 0.00% 5.95% 22.16%
27.45%

Color #B9AE90 in popluar number systems.

HEX B9 AE 90
Decimal 185 174 144
Binary 10111001 10101110 10010000
Octal 271 256 220

Shades and tints

Shades of #B9AE90

#B9AE90
(185,174,144)
#A99F83
(169,159,131)
#999076
(153,144,118)
#898169
(137,129,105)
#79725C
(121,114,92)
#69634F
(105,99,79)
#595442
(89,84,66)
#494535
(73,69,53)
#393628
(57,54,40)
#29271B
(41,39,27)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #B9AE90

#B9AE90
(185,174,144)
#BFB59A
(191,181,154)
#C5BCA4
(197,188,164)
#CBC3AE
(203,195,174)
#D1CAB8
(209,202,184)
#D7D1C2
(215,209,194)
#DDD8CC
(221,216,204)
#E3DFD6
(227,223,214)
#E9E6E0
(233,230,224)
#EFEDEA
(239,237,234)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AE90 color. Also use rgb(185,174,144) instead hex code.

Text Font Color

.myTextColor { color: #B9AE90; }

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

This text font color is #B9AE90.

Background Color

.myBgColor { background-color: #B9AE90; }

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

This div background color is #B9AE90.

Border color

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

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

This div border color is #B9AE90.

Opacity

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

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

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

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

This text has shadow with #B9AE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AE90.

Preview

Color preview on black background

This text has color #B9AE90 on black background.


Color preview on white background

This text has color #B9AE90 on white background.


Black color preview on #B9AE90 background

This text has black color on #B9AE90 background.


White color preview on #B9AE90 background

This text has white color on #B9AE90 background.


Related colors

Complementary color

Complementary color for #hex is #46516F.


I love getcolorcode.com

Triadic colors

1 #90B9AE and #AE90B9 with #B9AE90 are triadic colors.

2 #90AEB9 and #AEB990 with #B9AE90 are triadic colors.