COLOR #B8AD87

HEX: #B8AD87
RGB: (184,173,135)

Color info

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

RGB color model

#B8AD87 color RGB value is (184,173,135).

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

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 135 of 255 = 53%

184
173
135

R + G + B ~ 64%. #B8AD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 135 = 492 (100%)
R 184 of 492 ~ 37.4%
G 173 of 492 ~ 35.16%
B 135 of 492 ~ 27.44%

%37.4
%35.16
%27.44

CMYK color model

#B8AD87 color CMYK value is (0,6,27,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,6,27,28)
C0M6Y27K28 
(0%,6%,27%,28%)
(0.00/0.06/0.27/0.28)	

CMYK percentages

%0
%5.98
%26.63
%27.84

Codes

Color #B8AD87 in popluar color models

B8AD87
RGB184173135
HSL47°25.65%62.55%
HSB/HSV47°26.63%72.16%
CMYK0.00%5.98%26.63%
27.84%

Color #B8AD87 in popluar number systems.

HEXB8AD87
Decimal184173135
Binary101110001010110110000111
Octal270255207

Shades and tints

Shades of #B8AD87

#B8AD87
(184,173,135)
#A89E7B
(168,158,123)
#988F6F
(152,143,111)
#888063
(136,128,99)
#787157
(120,113,87)
#68624B
(104,98,75)
#58533F
(88,83,63)
#484433
(72,68,51)
#383527
(56,53,39)
#28261B
(40,38,27)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #B8AD87

#B8AD87
(184,173,135)
#BEB491
(190,180,145)
#C4BB9B
(196,187,155)
#CAC2A5
(202,194,165)
#D0C9AF
(208,201,175)
#D6D0B9
(214,208,185)
#DCD7C3
(220,215,195)
#E2DECD
(226,222,205)
#E8E5D7
(232,229,215)
#EEECE1
(238,236,225)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AD87; }

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

This text font color is #B8AD87.


Background Color

.myBgColor { background-color: #B8AD87; }

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

This div background color is #B8AD87.


Border color

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

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

This div border color is #B8AD87.


Opacity

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

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

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

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

This text has shadow with #B8AD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AD87 on black background.


Color preview on white background

This text has color #B8AD87 on white background.



Black color preview on #B8AD87 background

This text has black color on #B8AD87 background.


White color preview on #B8AD87 background

This text has white color on #B8AD87 background.