COLOR #B4AC96

HEX: #B4AC96
RGB: (180,172,150)

Color info

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

RGB color model

#B4AC96 color RGB value is (180,172,150).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 150 of 255 = 59%

180
172
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 150 = 502 (100%)
R 180 of 502 ~ 35.86%
G 172 of 502 ~ 34.26%
B 150 of 502 ~ 29.88%

%35.86
%34.26
%29.88

CMYK color model

#B4AC96 color CMYK value is (0,4,17,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,4,17,29)
C0M4Y17K29 
(0%,4%,17%,29%)
(0.00/0.04/0.17/0.29)	

CMYK percentages

%0
%4.44
%16.67
%29.41

Codes

Color #B4AC96 in popluar color models

B4AC96
RGB180172150
HSL44°16.67%64.71%
HSB/HSV44°16.67%70.59%
CMYK0.00%4.44%16.67%
29.41%

Color #B4AC96 in popluar number systems.

HEXB4AC96
Decimal180172150
Binary101101001010110010010110
Octal264254226

Shades and tints

Shades of #B4AC96

#B4AC96
(180,172,150)
#A49D89
(164,157,137)
#948E7C
(148,142,124)
#847F6F
(132,127,111)
#747062
(116,112,98)
#646155
(100,97,85)
#545248
(84,82,72)
#44433B
(68,67,59)
#34342E
(52,52,46)
#242521
(36,37,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4AC96

#B4AC96
(180,172,150)
#BAB39F
(186,179,159)
#C0BAA8
(192,186,168)
#C6C1B1
(198,193,177)
#CCC8BA
(204,200,186)
#D2CFC3
(210,207,195)
#D8D6CC
(216,214,204)
#DEDDD5
(222,221,213)
#E4E4DE
(228,228,222)
#EAEBE7
(234,235,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AC96; }

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

This text font color is #B4AC96.


Background Color

.myBgColor { background-color: #B4AC96; }

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

This div background color is #B4AC96.


Border color

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

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

This div border color is #B4AC96.


Opacity

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

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

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

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

This text has shadow with #B4AC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AC96 on black background.


Color preview on white background

This text has color #B4AC96 on white background.



Black color preview on #B4AC96 background

This text has black color on #B4AC96 background.


White color preview on #B4AC96 background

This text has white color on #B4AC96 background.