COLOR #B8A38B

HEX: #B8A38B
RGB: (184,163,139)

Color info

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

RGB color model

#B8A38B color RGB value is (184,163,139).

  • red value is 184;
  • green value is 163;
  • blue value is 139.
RGB:
(184,163,139)
(72%,64%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 139 of 255 = 55%

184
163
139

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

Portions of RGB colors in percentages

R + G + B =
184 + 163 + 139 = 486 (100%)
R 184 of 486 ~ 37.86%
G 163 of 486 ~ 33.54%
B 139 of 486 ~ 28.6%

%37.86
%33.54
%28.6

CMYK color model

#B8A38B color CMYK value is (0,11,24,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK:
(0,11,24,28)
C0M11Y24K28 
(0%,11%,24%,28%)
(0.00/0.11/0.24/0.28)	

CMYK percentages

%0
%11.41
%24.46
%27.84

Codes

Color #B8A38B in popluar color models

B8A38B
RGB184163139
HSL32°24.06%63.33%
HSB/HSV32°24.46%72.16%
CMYK0.00%11.41%24.46%
27.84%

Color #B8A38B in popluar number systems.

HEXB8A38B
Decimal184163139
Binary101110001010001110001011
Octal270243213

Shades and tints

Shades of #B8A38B

#B8A38B
(184,163,139)
#A8957F
(168,149,127)
#988773
(152,135,115)
#887967
(136,121,103)
#786B5B
(120,107,91)
#685D4F
(104,93,79)
#584F43
(88,79,67)
#484137
(72,65,55)
#38332B
(56,51,43)
#28251F
(40,37,31)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #B8A38B

#B8A38B
(184,163,139)
#BEAB95
(190,171,149)
#C4B39F
(196,179,159)
#CABBA9
(202,187,169)
#D0C3B3
(208,195,179)
#D6CBBD
(214,203,189)
#DCD3C7
(220,211,199)
#E2DBD1
(226,219,209)
#E8E3DB
(232,227,219)
#EEEBE5
(238,235,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A38B color. Also use rgb(184,163,139) instead hex code.

Text Font Color

.myTextColor { color: #B8A38B; }

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

This text font color is #B8A38B.


Background Color

.myBgColor { background-color: #B8A38B; }

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

This div background color is #B8A38B.


Border color

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

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

This div border color is #B8A38B.


Opacity

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

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

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

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

This text has shadow with #B8A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A38B on black background.


Color preview on white background

This text has color #B8A38B on white background.



Black color preview on #B8A38B background

This text has black color on #B8A38B background.


White color preview on #B8A38B background

This text has white color on #B8A38B background.