COLOR #B9AE8D

HEX: #B9AE8D RGB: (185,174,141)

Color info

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

RGB color model

#B9AE8D color RGB value is (185,174,141).

RGB: (185,174,141) (73%, 68%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 141 of 255 = 55%

185
174
141

R + G + B ~ 65%. #B9AE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 174 + 141 = 500 (100%)
R 185 of 500 ~ 37%
G 174 of 500 ~ 34.8%
B 141 of 500 ~ 28.2'%

%37
%34.8
%28.2

CMYK color model

#B9AE8D color CMYK value is (0,6,24,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK: (0,6,24,27) C0M6Y24K27 (0%,6%,24%,27%) (0.00/0.06/0.24/0.27) 

CMYK percentages

%0
%5.95
%23.78
%27.45

Codes

Color #B9AE8D in popluar color models

B9 AE 8D
RGB 185 174 141
HSL 45° 23.91% 63.92%
HSB/HSV 45° 23.78% 72.55%
CMYK 0.00% 5.95% 23.78%
27.45%

Color #B9AE8D in popluar number systems.

HEX B9 AE 8D
Decimal 185 174 141
Binary 10111001 10101110 10001101
Octal 271 256 215

Shades and tints

Shades of #B9AE8D

#B9AE8D
(185,174,141)
#A99F81
(169,159,129)
#999075
(153,144,117)
#898169
(137,129,105)
#79725D
(121,114,93)
#696351
(105,99,81)
#595445
(89,84,69)
#494539
(73,69,57)
#39362D
(57,54,45)
#292721
(41,39,33)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9AE8D

#B9AE8D
(185,174,141)
#BFB597
(191,181,151)
#C5BCA1
(197,188,161)
#CBC3AB
(203,195,171)
#D1CAB5
(209,202,181)
#D7D1BF
(215,209,191)
#DDD8C9
(221,216,201)
#E3DFD3
(227,223,211)
#E9E6DD
(233,230,221)
#EFEDE7
(239,237,231)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AE8D; }

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

This text font color is #B9AE8D.

Background Color

.myBgColor { background-color: #B9AE8D; }

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

This div background color is #B9AE8D.

Border color

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

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

This div border color is #B9AE8D.

Opacity

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

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

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

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

This text has shadow with #B9AE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AE8D.

Preview

Color preview on black background

This text has color #B9AE8D on black background.


Color preview on white background

This text has color #B9AE8D on white background.


Black color preview on #B9AE8D background

This text has black color on #B9AE8D background.


White color preview on #B9AE8D background

This text has white color on #B9AE8D background.


Related colors

Complementary color

Complementary color for #hex is #465172.


I love getcolorcode.com

Triadic colors

1 #8DB9AE and #AE8DB9 with #B9AE8D are triadic colors.

2 #8DAEB9 and #AEB98D with #B9AE8D are triadic colors.