COLOR #B8A48B

HEX: #B8A48B
RGB: (184,164,139)

Color info

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

RGB color model

#B8A48B color RGB value is (184,164,139).

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

RGB channels and saturation

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

184
164
139

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

Portions of RGB colors in percentages

R + G + B =
184 + 164 + 139 = 487 (100%)
R 184 of 487 ~ 37.78%
G 164 of 487 ~ 33.68%
B 139 of 487 ~ 28.54%

%37.78
%33.68
%28.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.87%
  • 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
%10.87
%24.46
%27.84

Codes

Color #B8A48B in popluar color models

B8A48B
RGB184164139
HSL33°24.06%63.33%
HSB/HSV33°24.46%72.16%
CMYK0.00%10.87%24.46%
27.84%

Color #B8A48B in popluar number systems.

HEXB8A48B
Decimal184164139
Binary101110001010010010001011
Octal270244213

Shades and tints

Shades of #B8A48B

#B8A48B
(184,164,139)
#A8967F
(168,150,127)
#988873
(152,136,115)
#887A67
(136,122,103)
#786C5B
(120,108,91)
#685E4F
(104,94,79)
#585043
(88,80,67)
#484237
(72,66,55)
#38342B
(56,52,43)
#28261F
(40,38,31)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #B8A48B

#B8A48B
(184,164,139)
#BEAC95
(190,172,149)
#C4B49F
(196,180,159)
#CABCA9
(202,188,169)
#D0C4B3
(208,196,179)
#D6CCBD
(214,204,189)
#DCD4C7
(220,212,199)
#E2DCD1
(226,220,209)
#E8E4DB
(232,228,219)
#EEECE5
(238,236,229)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A48B; }

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

This text font color is #B8A48B.


Background Color

.myBgColor { background-color: #B8A48B; }

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

This div background color is #B8A48B.


Border color

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

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

This div border color is #B8A48B.


Opacity

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

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

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

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

This text has shadow with #B8A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A48B on black background.


Color preview on white background

This text has color #B8A48B on white background.



Black color preview on #B8A48B background

This text has black color on #B8A48B background.


White color preview on #B8A48B background

This text has white color on #B8A48B background.