COLOR #B4AC9D

HEX: #B4AC9D
RGB: (180,172,157)

Color info

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

RGB color model

#B4AC9D color RGB value is (180,172,157).

  • red value is 180;
  • green value is 172;
  • blue value is 157.
RGB:
(180,172,157)
(71%,67%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 157 of 255 = 62%

180
172
157

R + G + B ~ 67%. #B4AC9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 157 = 509 (100%)
R 180 of 509 ~ 35.36%
G 172 of 509 ~ 33.79%
B 157 of 509 ~ 30.84%

%35.36
%33.79
%30.84

CMYK color model

#B4AC9D color CMYK value is (0,4,13,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(0,4,13,29)
C0M4Y13K29 
(0%,4%,13%,29%)
(0.00/0.04/0.13/0.29)	

CMYK percentages

%0
%4.44
%12.78
%29.41

Codes

Color #B4AC9D in popluar color models

B4AC9D
RGB180172157
HSL39°13.29%66.08%
HSB/HSV39°12.78%70.59%
CMYK0.00%4.44%12.78%
29.41%

Color #B4AC9D in popluar number systems.

HEXB4AC9D
Decimal180172157
Binary101101001010110010011101
Octal264254235

Shades and tints

Shades of #B4AC9D

#B4AC9D
(180,172,157)
#A49D8F
(164,157,143)
#948E81
(148,142,129)
#847F73
(132,127,115)
#747065
(116,112,101)
#646157
(100,97,87)
#545249
(84,82,73)
#44433B
(68,67,59)
#34342D
(52,52,45)
#24251F
(36,37,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B4AC9D

#B4AC9D
(180,172,157)
#BAB3A5
(186,179,165)
#C0BAAD
(192,186,173)
#C6C1B5
(198,193,181)
#CCC8BD
(204,200,189)
#D2CFC5
(210,207,197)
#D8D6CD
(216,214,205)
#DEDDD5
(222,221,213)
#E4E4DD
(228,228,221)
#EAEBE5
(234,235,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AC9D; }

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

This text font color is #B4AC9D.


Background Color

.myBgColor { background-color: #B4AC9D; }

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

This div background color is #B4AC9D.


Border color

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

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

This div border color is #B4AC9D.


Opacity

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

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

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

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

This text has shadow with #B4AC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AC9D on black background.


Color preview on white background

This text has color #B4AC9D on white background.



Black color preview on #B4AC9D background

This text has black color on #B4AC9D background.


White color preview on #B4AC9D background

This text has white color on #B4AC9D background.