COLOR #B8B57D

HEX: #B8B57D
RGB: (184,181,125)

Color info

#B8B57D contains red, green and blue colors in about the same proportion. Web safe color of #B8B57D is #CCCC66 (or #CC6).

RGB color model

#B8B57D color RGB value is (184,181,125).

  • red value is 184;
  • green value is 181;
  • blue value is 125.
RGB:
(184,181,125)
(72%,71%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 181 of 255 = 71%
B 125 of 255 = 49%

184
181
125

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

Portions of RGB colors in percentages

R + G + B =
184 + 181 + 125 = 490 (100%)
R 184 of 490 ~ 37.55%
G 181 of 490 ~ 36.94%
B 125 of 490 ~ 25.51%

%37.55
%36.94
%25.51

CMYK color model

#B8B57D color CMYK value is (0,2,32,28).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,2,32,28)
C0M2Y32K28 
(0%,2%,32%,28%)
(0.00/0.02/0.32/0.28)	

CMYK percentages

%0
%1.63
%32.07
%27.84

Codes

Color #B8B57D in popluar color models

B8B57D
RGB184181125
HSL57°29.35%60.59%
HSB/HSV57°32.07%72.16%
CMYK0.00%1.63%32.07%
27.84%

Color #B8B57D in popluar number systems.

HEXB8B57D
Decimal184181125
Binary10111000101101011111101
Octal270265175

Shades and tints

Shades of #B8B57D

#B8B57D
(184,181,125)
#A8A572
(168,165,114)
#989567
(152,149,103)
#88855C
(136,133,92)
#787551
(120,117,81)
#686546
(104,101,70)
#58553B
(88,85,59)
#484530
(72,69,48)
#383525
(56,53,37)
#28251A
(40,37,26)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #B8B57D

#B8B57D
(184,181,125)
#BEBB88
(190,187,136)
#C4C193
(196,193,147)
#CAC79E
(202,199,158)
#D0CDA9
(208,205,169)
#D6D3B4
(214,211,180)
#DCD9BF
(220,217,191)
#E2DFCA
(226,223,202)
#E8E5D5
(232,229,213)
#EEEBE0
(238,235,224)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B57D color. Also use rgb(184,181,125) instead hex code.

Text Font Color

.myTextColor { color: #B8B57D; }

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

This text font color is #B8B57D.


Background Color

.myBgColor { background-color: #B8B57D; }

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

This div background color is #B8B57D.


Border color

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

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

This div border color is #B8B57D.


Opacity

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

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

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

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

This text has shadow with #B8B57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B57D on black background.


Color preview on white background

This text has color #B8B57D on white background.



Black color preview on #B8B57D background

This text has black color on #B8B57D background.


White color preview on #B8B57D background

This text has white color on #B8B57D background.