COLOR #B8B59B

HEX: #B8B59B RGB: (184,181,155)

Color info

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

RGB color model

#B8B59B color RGB value is (184,181,155).

RGB: (184,181,155) (72%, 71%, 61%)

RGB channels and saturation

R 184 of 255 = 72%
G 181 of 255 = 71%
B 155 of 255 = 61%

184
181
155

R + G + B ~ 68%. #B8B59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 181 + 155 = 520 (100%)
R 184 of 520 ~ 35.38%
G 181 of 520 ~ 34.81%
B 155 of 520 ~ 29.81'%

%35.38
%34.81
%29.81

CMYK color model

#B8B59B color CMYK value is (0,2,16,28).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 15.76%
  • key color value is 27.84%

CMYK: (0,2,16,28)
C0M2Y16K28 (0%, 2%, 16%, 28%)
(0.00 / 0.02 / 0.16 / 0.28)

CMYK percentages

%0
%1.63
%15.76
%27.84

Codes

Color #B8B59B in popluar color models

B8 B5 9B
RGB 184 181 155
HSL 54° 16.96% 66.47%
HSB/HSV 54° 15.76% 72.16%
CMYK 0.00% 1.63% 15.76%
27.84%

Color #B8B59B in popluar number systems.

HEX B8 B5 9B
Decimal 184 181 155
Binary 10111000 10110101 10011011
Octal 270 265 233

Shades and tints

Shades of #B8B59B

#B8B59B
(184,181,155)
#A8A58D
(168,165,141)
#98957F
(152,149,127)
#888571
(136,133,113)
#787563
(120,117,99)
#686555
(104,101,85)
#585547
(88,85,71)
#484539
(72,69,57)
#38352B
(56,53,43)
#28251D
(40,37,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #B8B59B

#B8B59B
(184,181,155)
#BEBBA4
(190,187,164)
#C4C1AD
(196,193,173)
#CAC7B6
(202,199,182)
#D0CDBF
(208,205,191)
#D6D3C8
(214,211,200)
#DCD9D1
(220,217,209)
#E2DFDA
(226,223,218)
#E8E5E3
(232,229,227)
#EEEBEC
(238,235,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B59B; }

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

This text font color is #B8B59B.

Background Color

.myBgColor { background-color: #B8B59B; }

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

This div background color is #B8B59B.

Border color

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

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

This div border color is #B8B59B.

Opacity

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

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

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

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

This text has shadow with #B8B59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B59B.

Preview

Color preview on black background

This text has color #B8B59B on black background.


Color preview on white background

This text has color #B8B59B on white background.


Black color preview on #B8B59B background

This text has black color on #B8B59B background.


White color preview on #B8B59B background

This text has white color on #B8B59B background.


Related colors

Complementary color

Complementary color for #hex is #474A64.


I love getcolorcode.com

Triadic colors

1 #9BB8B5 and #B59BB8 with #B8B59B are triadic colors.

2 #9BB5B8 and #B5B89B with #B8B59B are triadic colors.