COLOR #B8A896

HEX: #B8A896
RGB: (184,168,150)

Color info

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

RGB color model

#B8A896 color RGB value is (184,168,150).

  • red value is 184;
  • green value is 168;
  • blue value is 150.
RGB:
(184,168,150)
(72%,66%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 150 of 255 = 59%

184
168
150

R + G + B ~ 66%. #B8A896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 168 + 150 = 502 (100%)
R 184 of 502 ~ 36.65%
G 168 of 502 ~ 33.47%
B 150 of 502 ~ 29.88%

%36.65
%33.47
%29.88

CMYK color model

#B8A896 color CMYK value is (0,9,18,28).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(0,9,18,28)
C0M9Y18K28 
(0%,9%,18%,28%)
(0.00/0.09/0.18/0.28)	

CMYK percentages

%0
%8.7
%18.48
%27.84

Codes

Color #B8A896 in popluar color models

B8A896
RGB184168150
HSL32°19.32%65.49%
HSB/HSV32°18.48%72.16%
CMYK0.00%8.70%18.48%
27.84%

Color #B8A896 in popluar number systems.

HEXB8A896
Decimal184168150
Binary101110001010100010010110
Octal270250226

Shades and tints

Shades of #B8A896

#B8A896
(184,168,150)
#A89989
(168,153,137)
#988A7C
(152,138,124)
#887B6F
(136,123,111)
#786C62
(120,108,98)
#685D55
(104,93,85)
#584E48
(88,78,72)
#483F3B
(72,63,59)
#38302E
(56,48,46)
#282121
(40,33,33)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #B8A896

#B8A896
(184,168,150)
#BEAF9F
(190,175,159)
#C4B6A8
(196,182,168)
#CABDB1
(202,189,177)
#D0C4BA
(208,196,186)
#D6CBC3
(214,203,195)
#DCD2CC
(220,210,204)
#E2D9D5
(226,217,213)
#E8E0DE
(232,224,222)
#EEE7E7
(238,231,231)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A896 color. Also use rgb(184,168,150) instead hex code.

Text Font Color

.myTextColor { color: #B8A896; }

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

This text font color is #B8A896.


Background Color

.myBgColor { background-color: #B8A896; }

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

This div background color is #B8A896.


Border color

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

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

This div border color is #B8A896.


Opacity

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

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

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

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

This text has shadow with #B8A896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A896 on black background.


Color preview on white background

This text has color #B8A896 on white background.



Black color preview on #B8A896 background

This text has black color on #B8A896 background.


White color preview on #B8A896 background

This text has white color on #B8A896 background.