COLOR #B4AE85

HEX: #B4AE85 RGB: (180,174,133)

Color info

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

RGB color model

#B4AE85 color RGB value is (180,174,133).

RGB: (180,174,133) (71%, 68%, 52%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 133 of 255 = 52%

180
174
133

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

Portions of RGB colors in percentages

R + G + B = 180 + 174 + 133 = 487 (100%)
R 180 of 487 ~ 36.96%
G 174 of 487 ~ 35.73%
B 133 of 487 ~ 27.31'%

%36.96
%35.73
%27.31

CMYK color model

#B4AE85 color CMYK value is (0,3,26,29).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 26.11%
  • key color value is 29.41%

CMYK: (0,3,26,29)
C0M3Y26K29 (0%, 3%, 26%, 29%)
(0.00 / 0.03 / 0.26 / 0.29)

CMYK percentages

%0
%3.33
%26.11
%29.41

Codes

Color #B4AE85 in popluar color models

B4 AE 85
RGB 180 174 133
HSL 52° 23.86% 61.37%
HSB/HSV 52° 26.11% 70.59%
CMYK 0.00% 3.33% 26.11%
29.41%

Color #B4AE85 in popluar number systems.

HEX B4 AE 85
Decimal 180 174 133
Binary 10110100 10101110 10000101
Octal 264 256 205

Shades and tints

Shades of #B4AE85

#B4AE85
(180,174,133)
#A49F79
(164,159,121)
#94906D
(148,144,109)
#848161
(132,129,97)
#747255
(116,114,85)
#646349
(100,99,73)
#54543D
(84,84,61)
#444531
(68,69,49)
#343625
(52,54,37)
#242719
(36,39,25)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #B4AE85

#B4AE85
(180,174,133)
#BAB590
(186,181,144)
#C0BC9B
(192,188,155)
#C6C3A6
(198,195,166)
#CCCAB1
(204,202,177)
#D2D1BC
(210,209,188)
#D8D8C7
(216,216,199)
#DEDFD2
(222,223,210)
#E4E6DD
(228,230,221)
#EAEDE8
(234,237,232)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AE85 color. Also use rgb(180,174,133) instead hex code.

Text Font Color

.myTextColor { color: #B4AE85; }

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

This text font color is #B4AE85.

Background Color

.myBgColor { background-color: #B4AE85; }

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

This div background color is #B4AE85.

Border color

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

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

This div border color is #B4AE85.

Opacity

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

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

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

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

This text has shadow with #B4AE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AE85.

Preview

Color preview on black background

This text has color #B4AE85 on black background.


Color preview on white background

This text has color #B4AE85 on white background.


Black color preview on #B4AE85 background

This text has black color on #B4AE85 background.


White color preview on #B4AE85 background

This text has white color on #B4AE85 background.


Related colors

Complementary color

Complementary color for #hex is #4B517A.


I love getcolorcode.com

Triadic colors

1 #85B4AE and #AE85B4 with #B4AE85 are triadic colors.

2 #85AEB4 and #AEB485 with #B4AE85 are triadic colors.