COLOR #B4AC91

HEX: #B4AC91
RGB: (180,172,145)

Color info

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

RGB color model

#B4AC91 color RGB value is (180,172,145).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 145 of 255 = 57%

180
172
145

R + G + B ~ 65%. #B4AC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 145 = 497 (100%)
R 180 of 497 ~ 36.22%
G 172 of 497 ~ 34.61%
B 145 of 497 ~ 29.18%

%36.22
%34.61
%29.18

CMYK color model

#B4AC91 color CMYK value is (0,4,19,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(0,4,19,29)
C0M4Y19K29 
(0%,4%,19%,29%)
(0.00/0.04/0.19/0.29)	

CMYK percentages

%0
%4.44
%19.44
%29.41

Codes

Color #B4AC91 in popluar color models

B4AC91
RGB180172145
HSL46°18.92%63.73%
HSB/HSV46°19.44%70.59%
CMYK0.00%4.44%19.44%
29.41%

Color #B4AC91 in popluar number systems.

HEXB4AC91
Decimal180172145
Binary101101001010110010010001
Octal264254221

Shades and tints

Shades of #B4AC91

#B4AC91
(180,172,145)
#A49D84
(164,157,132)
#948E77
(148,142,119)
#847F6A
(132,127,106)
#74705D
(116,112,93)
#646150
(100,97,80)
#545243
(84,82,67)
#444336
(68,67,54)
#343429
(52,52,41)
#24251C
(36,37,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #B4AC91

#B4AC91
(180,172,145)
#BAB39B
(186,179,155)
#C0BAA5
(192,186,165)
#C6C1AF
(198,193,175)
#CCC8B9
(204,200,185)
#D2CFC3
(210,207,195)
#D8D6CD
(216,214,205)
#DEDDD7
(222,221,215)
#E4E4E1
(228,228,225)
#EAEBEB
(234,235,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AC91; }

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

This text font color is #B4AC91.


Background Color

.myBgColor { background-color: #B4AC91; }

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

This div background color is #B4AC91.


Border color

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

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

This div border color is #B4AC91.


Opacity

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

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

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

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

This text has shadow with #B4AC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AC91 on black background.


Color preview on white background

This text has color #B4AC91 on white background.



Black color preview on #B4AC91 background

This text has black color on #B4AC91 background.


White color preview on #B4AC91 background

This text has white color on #B4AC91 background.