COLOR #B8A888

HEX: #B8A888
RGB: (184,168,136)

Color info

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

RGB color model

#B8A888 color RGB value is (184,168,136).

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

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 136 of 255 = 53%

184
168
136

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

Portions of RGB colors in percentages

R + G + B =
184 + 168 + 136 = 488 (100%)
R 184 of 488 ~ 37.7%
G 168 of 488 ~ 34.43%
B 136 of 488 ~ 27.87%

%37.7
%34.43
%27.87

CMYK color model

#B8A888 color CMYK value is (0,9,26,28).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 26.09%
  • key color value is 27.84%
CMYK:
(0,9,26,28)
C0M9Y26K28 
(0%,9%,26%,28%)
(0.00/0.09/0.26/0.28)	

CMYK percentages

%0
%8.7
%26.09
%27.84

Codes

Color #B8A888 in popluar color models

B8A888
RGB184168136
HSL40°25.26%62.75%
HSB/HSV40°26.09%72.16%
CMYK0.00%8.70%26.09%
27.84%

Color #B8A888 in popluar number systems.

HEXB8A888
Decimal184168136
Binary101110001010100010001000
Octal270250210

Shades and tints

Shades of #B8A888

#B8A888
(184,168,136)
#A8997C
(168,153,124)
#988A70
(152,138,112)
#887B64
(136,123,100)
#786C58
(120,108,88)
#685D4C
(104,93,76)
#584E40
(88,78,64)
#483F34
(72,63,52)
#383028
(56,48,40)
#28211C
(40,33,28)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #B8A888

#B8A888
(184,168,136)
#BEAF92
(190,175,146)
#C4B69C
(196,182,156)
#CABDA6
(202,189,166)
#D0C4B0
(208,196,176)
#D6CBBA
(214,203,186)
#DCD2C4
(220,210,196)
#E2D9CE
(226,217,206)
#E8E0D8
(232,224,216)
#EEE7E2
(238,231,226)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A888; }

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

This text font color is #B8A888.


Background Color

.myBgColor { background-color: #B8A888; }

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

This div background color is #B8A888.


Border color

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

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

This div border color is #B8A888.


Opacity

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

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

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

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

This text has shadow with #B8A888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A888 on black background.


Color preview on white background

This text has color #B8A888 on white background.



Black color preview on #B8A888 background

This text has black color on #B8A888 background.


White color preview on #B8A888 background

This text has white color on #B8A888 background.