COLOR #B8AD8B

HEX: #B8AD8B
RGB: (184,173,139)

Color info

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

RGB color model

#B8AD8B color RGB value is (184,173,139).

  • red value is 184;
  • green value is 173;
  • blue value is 139.
RGB:
(184,173,139)
(72%,68%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 139 of 255 = 55%

184
173
139

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

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 139 = 496 (100%)
R 184 of 496 ~ 37.1%
G 173 of 496 ~ 34.88%
B 139 of 496 ~ 28.02%

%37.1
%34.88
%28.02

CMYK color model

#B8AD8B color CMYK value is (0,6,24,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK:
(0,6,24,28)
C0M6Y24K28 
(0%,6%,24%,28%)
(0.00/0.06/0.24/0.28)	

CMYK percentages

%0
%5.98
%24.46
%27.84

Codes

Color #B8AD8B in popluar color models

B8AD8B
RGB184173139
HSL45°24.06%63.33%
HSB/HSV45°24.46%72.16%
CMYK0.00%5.98%24.46%
27.84%

Color #B8AD8B in popluar number systems.

HEXB8AD8B
Decimal184173139
Binary101110001010110110001011
Octal270255213

Shades and tints

Shades of #B8AD8B

#B8AD8B
(184,173,139)
#A89E7F
(168,158,127)
#988F73
(152,143,115)
#888067
(136,128,103)
#78715B
(120,113,91)
#68624F
(104,98,79)
#585343
(88,83,67)
#484437
(72,68,55)
#38352B
(56,53,43)
#28261F
(40,38,31)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #B8AD8B

#B8AD8B
(184,173,139)
#BEB495
(190,180,149)
#C4BB9F
(196,187,159)
#CAC2A9
(202,194,169)
#D0C9B3
(208,201,179)
#D6D0BD
(214,208,189)
#DCD7C7
(220,215,199)
#E2DED1
(226,222,209)
#E8E5DB
(232,229,219)
#EEECE5
(238,236,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AD8B color. Also use rgb(184,173,139) instead hex code.

Text Font Color

.myTextColor { color: #B8AD8B; }

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

This text font color is #B8AD8B.


Background Color

.myBgColor { background-color: #B8AD8B; }

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

This div background color is #B8AD8B.


Border color

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

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

This div border color is #B8AD8B.


Opacity

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

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

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

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

This text has shadow with #B8AD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AD8B on black background.


Color preview on white background

This text has color #B8AD8B on white background.



Black color preview on #B8AD8B background

This text has black color on #B8AD8B background.


White color preview on #B8AD8B background

This text has white color on #B8AD8B background.