COLOR #B8AA88

HEX: #B8AA88
RGB: (184,170,136)

Color info

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

RGB color model

#B8AA88 color RGB value is (184,170,136).

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

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 136 of 255 = 53%

184
170
136

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

Portions of RGB colors in percentages

R + G + B =
184 + 170 + 136 = 490 (100%)
R 184 of 490 ~ 37.55%
G 170 of 490 ~ 34.69%
B 136 of 490 ~ 27.76%

%37.55
%34.69
%27.76

CMYK color model

#B8AA88 color CMYK value is (0,8,26,28).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 26.09%
  • key color value is 27.84%
CMYK:
(0,8,26,28)
C0M8Y26K28 
(0%,8%,26%,28%)
(0.00/0.08/0.26/0.28)	

CMYK percentages

%0
%7.61
%26.09
%27.84

Codes

Color #B8AA88 in popluar color models

B8AA88
RGB184170136
HSL43°25.26%62.75%
HSB/HSV43°26.09%72.16%
CMYK0.00%7.61%26.09%
27.84%

Color #B8AA88 in popluar number systems.

HEXB8AA88
Decimal184170136
Binary101110001010101010001000
Octal270252210

Shades and tints

Shades of #B8AA88

#B8AA88
(184,170,136)
#A89B7C
(168,155,124)
#988C70
(152,140,112)
#887D64
(136,125,100)
#786E58
(120,110,88)
#685F4C
(104,95,76)
#585040
(88,80,64)
#484134
(72,65,52)
#383228
(56,50,40)
#28231C
(40,35,28)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #B8AA88

#B8AA88
(184,170,136)
#BEB192
(190,177,146)
#C4B89C
(196,184,156)
#CABFA6
(202,191,166)
#D0C6B0
(208,198,176)
#D6CDBA
(214,205,186)
#DCD4C4
(220,212,196)
#E2DBCE
(226,219,206)
#E8E2D8
(232,226,216)
#EEE9E2
(238,233,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AA88; }

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

This text font color is #B8AA88.


Background Color

.myBgColor { background-color: #B8AA88; }

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

This div background color is #B8AA88.


Border color

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

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

This div border color is #B8AA88.


Opacity

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

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

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

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

This text has shadow with #B8AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AA88 on black background.


Color preview on white background

This text has color #B8AA88 on white background.



Black color preview on #B8AA88 background

This text has black color on #B8AA88 background.


White color preview on #B8AA88 background

This text has white color on #B8AA88 background.