COLOR #B8B677

HEX: #B8B677
RGB: (184,182,119)

Color info

#B8B677 contains mainly red and green colors. Web safe color of #B8B677 is #CCCC66 (or #CC6).

RGB color model

#B8B677 color RGB value is (184,182,119).

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

RGB channels and saturation

R 184 of 255 = 72%
G 182 of 255 = 71%
B 119 of 255 = 47%

184
182
119

R + G + B ~ 63%. #B8B677 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 119 = 485 (100%)
R 184 of 485 ~ 37.94%
G 182 of 485 ~ 37.53%
B 119 of 485 ~ 24.54%

%37.94
%37.53
%24.54

CMYK color model

#B8B677 color CMYK value is (0,1,35,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 35.33%
  • key color value is 27.84%
CMYK:
(0,1,35,28)
C0M1Y35K28 
(0%,1%,35%,28%)
(0.00/0.01/0.35/0.28)	

CMYK percentages

%0
%1.09
%35.33
%27.84

Codes

Color #B8B677 in popluar color models

B8B677
RGB184182119
HSL58°31.40%59.41%
HSB/HSV58°35.33%72.16%
CMYK0.00%1.09%35.33%
27.84%

Color #B8B677 in popluar number systems.

HEXB8B677
Decimal184182119
Binary10111000101101101110111
Octal270266167

Shades and tints

Shades of #B8B677

#B8B677
(184,182,119)
#A8A66D
(168,166,109)
#989663
(152,150,99)
#888659
(136,134,89)
#78764F
(120,118,79)
#686645
(104,102,69)
#58563B
(88,86,59)
#484631
(72,70,49)
#383627
(56,54,39)
#28261D
(40,38,29)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #B8B677

#B8B677
(184,182,119)
#BEBC83
(190,188,131)
#C4C28F
(196,194,143)
#CAC89B
(202,200,155)
#D0CEA7
(208,206,167)
#D6D4B3
(214,212,179)
#DCDABF
(220,218,191)
#E2E0CB
(226,224,203)
#E8E6D7
(232,230,215)
#EEECE3
(238,236,227)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B677; }

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

This text font color is #B8B677.


Background Color

.myBgColor { background-color: #B8B677; }

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

This div background color is #B8B677.


Border color

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

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

This div border color is #B8B677.


Opacity

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

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

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

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

This text has shadow with #B8B677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B677 on black background.


Color preview on white background

This text has color #B8B677 on white background.



Black color preview on #B8B677 background

This text has black color on #B8B677 background.


White color preview on #B8B677 background

This text has white color on #B8B677 background.