COLOR #B5AC91

HEX: #B5AC91
RGB: (181,172,145)

Color info

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

RGB color model

#B5AC91 color RGB value is (181,172,145).

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

RGB channels and saturation

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

181
172
145

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

Portions of RGB colors in percentages

R + G + B =
181 + 172 + 145 = 498 (100%)
R 181 of 498 ~ 36.35%
G 172 of 498 ~ 34.54%
B 145 of 498 ~ 29.12%

%36.35
%34.54
%29.12

CMYK color model

#B5AC91 color CMYK value is (0,5,20,29).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(0,5,20,29)
C0M5Y20K29 
(0%,5%,20%,29%)
(0.00/0.05/0.20/0.29)	

CMYK percentages

%0
%4.97
%19.89
%29.02

Codes

Color #B5AC91 in popluar color models

B5AC91
RGB181172145
HSL45°19.57%63.92%
HSB/HSV45°19.89%70.98%
CMYK0.00%4.97%19.89%
29.02%

Color #B5AC91 in popluar number systems.

HEXB5AC91
Decimal181172145
Binary101101011010110010010001
Octal265254221

Shades and tints

Shades of #B5AC91

#B5AC91
(181,172,145)
#A59D84
(165,157,132)
#958E77
(149,142,119)
#857F6A
(133,127,106)
#75705D
(117,112,93)
#656150
(101,97,80)
#555243
(85,82,67)
#454336
(69,67,54)
#353429
(53,52,41)
#25251C
(37,37,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #B5AC91

#B5AC91
(181,172,145)
#BBB39B
(187,179,155)
#C1BAA5
(193,186,165)
#C7C1AF
(199,193,175)
#CDC8B9
(205,200,185)
#D3CFC3
(211,207,195)
#D9D6CD
(217,214,205)
#DFDDD7
(223,221,215)
#E5E4E1
(229,228,225)
#EBEBEB
(235,235,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AC91; }

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

This text font color is #B5AC91.


Background Color

.myBgColor { background-color: #B5AC91; }

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

This div background color is #B5AC91.


Border color

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

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

This div border color is #B5AC91.


Opacity

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

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

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

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

This text has shadow with #B5AC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AC91 on black background.


Color preview on white background

This text has color #B5AC91 on white background.



Black color preview on #B5AC91 background

This text has black color on #B5AC91 background.


White color preview on #B5AC91 background

This text has white color on #B5AC91 background.