COLOR #B8AC8D

HEX: #B8AC8D
RGB: (184,172,141)

Color info

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

RGB color model

#B8AC8D color RGB value is (184,172,141).

  • red value is 184;
  • green value is 172;
  • blue value is 141.
RGB:
(184,172,141)
(72%,67%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 141 of 255 = 55%

184
172
141

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

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 141 = 497 (100%)
R 184 of 497 ~ 37.02%
G 172 of 497 ~ 34.61%
B 141 of 497 ~ 28.37%

%37.02
%34.61
%28.37

CMYK color model

#B8AC8D color CMYK value is (0,7,23,28).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(0,7,23,28)
C0M7Y23K28 
(0%,7%,23%,28%)
(0.00/0.07/0.23/0.28)	

CMYK percentages

%0
%6.52
%23.37
%27.84

Codes

Color #B8AC8D in popluar color models

B8AC8D
RGB184172141
HSL43°23.24%63.73%
HSB/HSV43°23.37%72.16%
CMYK0.00%6.52%23.37%
27.84%

Color #B8AC8D in popluar number systems.

HEXB8AC8D
Decimal184172141
Binary101110001010110010001101
Octal270254215

Shades and tints

Shades of #B8AC8D

#B8AC8D
(184,172,141)
#A89D81
(168,157,129)
#988E75
(152,142,117)
#887F69
(136,127,105)
#78705D
(120,112,93)
#686151
(104,97,81)
#585245
(88,82,69)
#484339
(72,67,57)
#38342D
(56,52,45)
#282521
(40,37,33)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #B8AC8D

#B8AC8D
(184,172,141)
#BEB397
(190,179,151)
#C4BAA1
(196,186,161)
#CAC1AB
(202,193,171)
#D0C8B5
(208,200,181)
#D6CFBF
(214,207,191)
#DCD6C9
(220,214,201)
#E2DDD3
(226,221,211)
#E8E4DD
(232,228,221)
#EEEBE7
(238,235,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AC8D color. Also use rgb(184,172,141) instead hex code.

Text Font Color

.myTextColor { color: #B8AC8D; }

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

This text font color is #B8AC8D.


Background Color

.myBgColor { background-color: #B8AC8D; }

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

This div background color is #B8AC8D.


Border color

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

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

This div border color is #B8AC8D.


Opacity

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

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

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

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

This text has shadow with #B8AC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AC8D on black background.


Color preview on white background

This text has color #B8AC8D on white background.



Black color preview on #B8AC8D background

This text has black color on #B8AC8D background.


White color preview on #B8AC8D background

This text has white color on #B8AC8D background.