COLOR #B4AA88

HEX: #B4AA88
RGB: (180,170,136)

Color info

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

RGB color model

#B4AA88 color RGB value is (180,170,136).

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

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 136 of 255 = 53%

180
170
136

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 136 = 486 (100%)
R 180 of 486 ~ 37.04%
G 170 of 486 ~ 34.98%
B 136 of 486 ~ 27.98%

%37.04
%34.98
%27.98

CMYK color model

#B4AA88 color CMYK value is (0,6,24,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(0,6,24,29)
C0M6Y24K29 
(0%,6%,24%,29%)
(0.00/0.06/0.24/0.29)	

CMYK percentages

%0
%5.56
%24.44
%29.41

Codes

Color #B4AA88 in popluar color models

B4AA88
RGB180170136
HSL46°22.68%61.96%
HSB/HSV46°24.44%70.59%
CMYK0.00%5.56%24.44%
29.41%

Color #B4AA88 in popluar number systems.

HEXB4AA88
Decimal180170136
Binary101101001010101010001000
Octal264252210

Shades and tints

Shades of #B4AA88

#B4AA88
(180,170,136)
#A49B7C
(164,155,124)
#948C70
(148,140,112)
#847D64
(132,125,100)
#746E58
(116,110,88)
#645F4C
(100,95,76)
#545040
(84,80,64)
#444134
(68,65,52)
#343228
(52,50,40)
#24231C
(36,35,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4AA88

#B4AA88
(180,170,136)
#BAB192
(186,177,146)
#C0B89C
(192,184,156)
#C6BFA6
(198,191,166)
#CCC6B0
(204,198,176)
#D2CDBA
(210,205,186)
#D8D4C4
(216,212,196)
#DEDBCE
(222,219,206)
#E4E2D8
(228,226,216)
#EAE9E2
(234,233,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AA88; }

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

This text font color is #B4AA88.


Background Color

.myBgColor { background-color: #B4AA88; }

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

This div background color is #B4AA88.


Border color

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

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

This div border color is #B4AA88.


Opacity

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

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

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

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

This text has shadow with #B4AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AA88 on black background.


Color preview on white background

This text has color #B4AA88 on white background.



Black color preview on #B4AA88 background

This text has black color on #B4AA88 background.


White color preview on #B4AA88 background

This text has white color on #B4AA88 background.