COLOR #B4AC9B

HEX: #B4AC9B
RGB: (180,172,155)

Color info

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

RGB color model

#B4AC9B color RGB value is (180,172,155).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 155 of 255 = 61%

180
172
155

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 155 = 507 (100%)
R 180 of 507 ~ 35.5%
G 172 of 507 ~ 33.93%
B 155 of 507 ~ 30.57%

%35.5
%33.93
%30.57

CMYK color model

#B4AC9B color CMYK value is (0,4,14,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,4,14,29)
C0M4Y14K29 
(0%,4%,14%,29%)
(0.00/0.04/0.14/0.29)	

CMYK percentages

%0
%4.44
%13.89
%29.41

Codes

Color #B4AC9B in popluar color models

B4AC9B
RGB180172155
HSL41°14.29%65.69%
HSB/HSV41°13.89%70.59%
CMYK0.00%4.44%13.89%
29.41%

Color #B4AC9B in popluar number systems.

HEXB4AC9B
Decimal180172155
Binary101101001010110010011011
Octal264254233

Shades and tints

Shades of #B4AC9B

#B4AC9B
(180,172,155)
#A49D8D
(164,157,141)
#948E7F
(148,142,127)
#847F71
(132,127,113)
#747063
(116,112,99)
#646155
(100,97,85)
#545247
(84,82,71)
#444339
(68,67,57)
#34342B
(52,52,43)
#24251D
(36,37,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #B4AC9B

#B4AC9B
(180,172,155)
#BAB3A4
(186,179,164)
#C0BAAD
(192,186,173)
#C6C1B6
(198,193,182)
#CCC8BF
(204,200,191)
#D2CFC8
(210,207,200)
#D8D6D1
(216,214,209)
#DEDDDA
(222,221,218)
#E4E4E3
(228,228,227)
#EAEBEC
(234,235,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AC9B; }

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

This text font color is #B4AC9B.


Background Color

.myBgColor { background-color: #B4AC9B; }

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

This div background color is #B4AC9B.


Border color

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

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

This div border color is #B4AC9B.


Opacity

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

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

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

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

This text has shadow with #B4AC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AC9B on black background.


Color preview on white background

This text has color #B4AC9B on white background.



Black color preview on #B4AC9B background

This text has black color on #B4AC9B background.


White color preview on #B4AC9B background

This text has white color on #B4AC9B background.