COLOR #B8B388

HEX: #B8B388
RGB: (184,179,136)

Color info

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

RGB color model

#B8B388 color RGB value is (184,179,136).

  • red value is 184;
  • green value is 179;
  • blue value is 136.
RGB:
(184,179,136)
(72%,70%,53%)

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 136 of 255 = 53%

184
179
136

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

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 136 = 499 (100%)
R 184 of 499 ~ 36.87%
G 179 of 499 ~ 35.87%
B 136 of 499 ~ 27.25%

%36.87
%35.87
%27.25

CMYK color model

#B8B388 color CMYK value is (0,3,26,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 26.09%
  • key color value is 27.84%
CMYK:
(0,3,26,28)
C0M3Y26K28 
(0%,3%,26%,28%)
(0.00/0.03/0.26/0.28)	

CMYK percentages

%0
%2.72
%26.09
%27.84

Codes

Color #B8B388 in popluar color models

B8B388
RGB184179136
HSL54°25.26%62.75%
HSB/HSV54°26.09%72.16%
CMYK0.00%2.72%26.09%
27.84%

Color #B8B388 in popluar number systems.

HEXB8B388
Decimal184179136
Binary101110001011001110001000
Octal270263210

Shades and tints

Shades of #B8B388

#B8B388
(184,179,136)
#A8A37C
(168,163,124)
#989370
(152,147,112)
#888364
(136,131,100)
#787358
(120,115,88)
#68634C
(104,99,76)
#585340
(88,83,64)
#484334
(72,67,52)
#383328
(56,51,40)
#28231C
(40,35,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #B8B388

#B8B388
(184,179,136)
#BEB992
(190,185,146)
#C4BF9C
(196,191,156)
#CAC5A6
(202,197,166)
#D0CBB0
(208,203,176)
#D6D1BA
(214,209,186)
#DCD7C4
(220,215,196)
#E2DDCE
(226,221,206)
#E8E3D8
(232,227,216)
#EEE9E2
(238,233,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B388 color. Also use rgb(184,179,136) instead hex code.

Text Font Color

.myTextColor { color: #B8B388; }

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

This text font color is #B8B388.


Background Color

.myBgColor { background-color: #B8B388; }

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

This div background color is #B8B388.


Border color

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

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

This div border color is #B8B388.


Opacity

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

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

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

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

This text has shadow with #B8B388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B388 on black background.


Color preview on white background

This text has color #B8B388 on white background.



Black color preview on #B8B388 background

This text has black color on #B8B388 background.


White color preview on #B8B388 background

This text has white color on #B8B388 background.