COLOR #B8B687

HEX: #B8B687
RGB: (184,182,135)

Color info

#B8B687 contains red, green and blue colors in about the same proportion. Web safe color of #B8B687 is #CCCC99 (or #CC9).

RGB color model

#B8B687 color RGB value is (184,182,135).

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

RGB channels and saturation

R 184 of 255 = 72%
G 182 of 255 = 71%
B 135 of 255 = 53%

184
182
135

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

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 135 = 501 (100%)
R 184 of 501 ~ 36.73%
G 182 of 501 ~ 36.33%
B 135 of 501 ~ 26.95%

%36.73
%36.33
%26.95

CMYK color model

#B8B687 color CMYK value is (0,1,27,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,1,27,28)
C0M1Y27K28 
(0%,1%,27%,28%)
(0.00/0.01/0.27/0.28)	

CMYK percentages

%0
%1.09
%26.63
%27.84

Codes

Color #B8B687 in popluar color models

B8B687
RGB184182135
HSL58°25.65%62.55%
HSB/HSV58°26.63%72.16%
CMYK0.00%1.09%26.63%
27.84%

Color #B8B687 in popluar number systems.

HEXB8B687
Decimal184182135
Binary101110001011011010000111
Octal270266207

Shades and tints

Shades of #B8B687

#B8B687
(184,182,135)
#A8A67B
(168,166,123)
#98966F
(152,150,111)
#888663
(136,134,99)
#787657
(120,118,87)
#68664B
(104,102,75)
#58563F
(88,86,63)
#484633
(72,70,51)
#383627
(56,54,39)
#28261B
(40,38,27)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8B687

#B8B687
(184,182,135)
#BEBC91
(190,188,145)
#C4C29B
(196,194,155)
#CAC8A5
(202,200,165)
#D0CEAF
(208,206,175)
#D6D4B9
(214,212,185)
#DCDAC3
(220,218,195)
#E2E0CD
(226,224,205)
#E8E6D7
(232,230,215)
#EEECE1
(238,236,225)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B687; }

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

This text font color is #B8B687.


Background Color

.myBgColor { background-color: #B8B687; }

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

This div background color is #B8B687.


Border color

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

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

This div border color is #B8B687.


Opacity

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

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

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

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

This text has shadow with #B8B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B687 on black background.


Color preview on white background

This text has color #B8B687 on white background.



Black color preview on #B8B687 background

This text has black color on #B8B687 background.


White color preview on #B8B687 background

This text has white color on #B8B687 background.