COLOR #B4AC8D

HEX: #B4AC8D RGB: (180,172,141)

Color info

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

RGB color model

#B4AC8D color RGB value is (180,172,141).

RGB: (180,172,141) (71%, 67%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 141 of 255 = 55%

180
172
141

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

Portions of RGB colors in percentages

R + G + B = 180 + 172 + 141 = 493 (100%)
R 180 of 493 ~ 36.51%
G 172 of 493 ~ 34.89%
B 141 of 493 ~ 28.6'%

%36.51
%34.89
%28.6

CMYK color model

#B4AC8D color CMYK value is (0,4,22,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (0,4,22,29)
C0M4Y22K29 (0%, 4%, 22%, 29%)
(0.00 / 0.04 / 0.22 / 0.29)

CMYK percentages

%0
%4.44
%21.67
%29.41

Codes

Color #B4AC8D in popluar color models

B4 AC 8D
RGB 180 172 141
HSL 48° 20.63% 62.94%
HSB/HSV 48° 21.67% 70.59%
CMYK 0.00% 4.44% 21.67%
29.41%

Color #B4AC8D in popluar number systems.

HEX B4 AC 8D
Decimal 180 172 141
Binary 10110100 10101100 10001101
Octal 264 254 215

Shades and tints

Shades of #B4AC8D

#B4AC8D
(180,172,141)
#A49D81
(164,157,129)
#948E75
(148,142,117)
#847F69
(132,127,105)
#74705D
(116,112,93)
#646151
(100,97,81)
#545245
(84,82,69)
#444339
(68,67,57)
#34342D
(52,52,45)
#242521
(36,37,33)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B4AC8D

#B4AC8D
(180,172,141)
#BAB397
(186,179,151)
#C0BAA1
(192,186,161)
#C6C1AB
(198,193,171)
#CCC8B5
(204,200,181)
#D2CFBF
(210,207,191)
#D8D6C9
(216,214,201)
#DEDDD3
(222,221,211)
#E4E4DD
(228,228,221)
#EAEBE7
(234,235,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AC8D color. Also use rgb(180,172,141) instead hex code.

Text Font Color

.myTextColor { color: #B4AC8D; }

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

This text font color is #B4AC8D.

Background Color

.myBgColor { background-color: #B4AC8D; }

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

This div background color is #B4AC8D.

Border color

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

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

This div border color is #B4AC8D.

Opacity

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

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

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

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

This text has shadow with #B4AC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AC8D.

Preview

Color preview on black background

This text has color #B4AC8D on black background.


Color preview on white background

This text has color #B4AC8D on white background.


Black color preview on #B4AC8D background

This text has black color on #B4AC8D background.


White color preview on #B4AC8D background

This text has white color on #B4AC8D background.


Related colors

Complementary color

Complementary color for #hex is #4B5372.


I love getcolorcode.com

Triadic colors

1 #8DB4AC and #AC8DB4 with #B4AC8D are triadic colors.

2 #8DACB4 and #ACB48D with #B4AC8D are triadic colors.