COLOR #B4AC99

HEX: #B4AC99
RGB: (180,172,153)

Color info

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

RGB color model

#B4AC99 color RGB value is (180,172,153).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 153 of 255 = 60%

180
172
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 153 = 505 (100%)
R 180 of 505 ~ 35.64%
G 172 of 505 ~ 34.06%
B 153 of 505 ~ 30.3%

%35.64
%34.06
%30.3

CMYK color model

#B4AC99 color CMYK value is (0,4,15,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,4,15,29)
C0M4Y15K29 
(0%,4%,15%,29%)
(0.00/0.04/0.15/0.29)	

CMYK percentages

%0
%4.44
%15
%29.41

Codes

Color #B4AC99 in popluar color models

B4AC99
RGB180172153
HSL42°15.25%65.29%
HSB/HSV42°15.00%70.59%
CMYK0.00%4.44%15.00%
29.41%

Color #B4AC99 in popluar number systems.

HEXB4AC99
Decimal180172153
Binary101101001010110010011001
Octal264254231

Shades and tints

Shades of #B4AC99

#B4AC99
(180,172,153)
#A49D8C
(164,157,140)
#948E7F
(148,142,127)
#847F72
(132,127,114)
#747065
(116,112,101)
#646158
(100,97,88)
#54524B
(84,82,75)
#44433E
(68,67,62)
#343431
(52,52,49)
#242524
(36,37,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4AC99

#B4AC99
(180,172,153)
#BAB3A2
(186,179,162)
#C0BAAB
(192,186,171)
#C6C1B4
(198,193,180)
#CCC8BD
(204,200,189)
#D2CFC6
(210,207,198)
#D8D6CF
(216,214,207)
#DEDDD8
(222,221,216)
#E4E4E1
(228,228,225)
#EAEBEA
(234,235,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AC99; }

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

This text font color is #B4AC99.


Background Color

.myBgColor { background-color: #B4AC99; }

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

This div background color is #B4AC99.


Border color

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

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

This div border color is #B4AC99.


Opacity

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

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

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

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

This text has shadow with #B4AC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AC99 on black background.


Color preview on white background

This text has color #B4AC99 on white background.



Black color preview on #B4AC99 background

This text has black color on #B4AC99 background.


White color preview on #B4AC99 background

This text has white color on #B4AC99 background.