COLOR #B5AC7B

HEX: #B5AC7B
RGB: (181,172,123)

Color info

#B5AC7B contains red, green and blue colors in about the same proportion. Web safe color of #B5AC7B is #CC9966 (or #C96).

RGB color model

#B5AC7B color RGB value is (181,172,123).

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

RGB channels and saturation

R 181 of 255 = 71%
G 172 of 255 = 67%
B 123 of 255 = 48%

181
172
123

R + G + B ~ 62%. #B5AC7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 172 + 123 = 476 (100%)
R 181 of 476 ~ 38.03%
G 172 of 476 ~ 36.13%
B 123 of 476 ~ 25.84%

%38.03
%36.13
%25.84

CMYK color model

#B5AC7B color CMYK value is (0,5,32,29).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,5,32,29)
C0M5Y32K29 
(0%,5%,32%,29%)
(0.00/0.05/0.32/0.29)	

CMYK percentages

%0
%4.97
%32.04
%29.02

Codes

Color #B5AC7B in popluar color models

B5AC7B
RGB181172123
HSL51°28.16%59.61%
HSB/HSV51°32.04%70.98%
CMYK0.00%4.97%32.04%
29.02%

Color #B5AC7B in popluar number systems.

HEXB5AC7B
Decimal181172123
Binary10110101101011001111011
Octal265254173

Shades and tints

Shades of #B5AC7B

#B5AC7B
(181,172,123)
#A59D70
(165,157,112)
#958E65
(149,142,101)
#857F5A
(133,127,90)
#75704F
(117,112,79)
#656144
(101,97,68)
#555239
(85,82,57)
#45432E
(69,67,46)
#353423
(53,52,35)
#252518
(37,37,24)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #B5AC7B

#B5AC7B
(181,172,123)
#BBB387
(187,179,135)
#C1BA93
(193,186,147)
#C7C19F
(199,193,159)
#CDC8AB
(205,200,171)
#D3CFB7
(211,207,183)
#D9D6C3
(217,214,195)
#DFDDCF
(223,221,207)
#E5E4DB
(229,228,219)
#EBEBE7
(235,235,231)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AC7B; }

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

This text font color is #B5AC7B.


Background Color

.myBgColor { background-color: #B5AC7B; }

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

This div background color is #B5AC7B.


Border color

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

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

This div border color is #B5AC7B.


Opacity

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

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

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

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

This text has shadow with #B5AC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AC7B on black background.


Color preview on white background

This text has color #B5AC7B on white background.



Black color preview on #B5AC7B background

This text has black color on #B5AC7B background.


White color preview on #B5AC7B background

This text has white color on #B5AC7B background.