COLOR #B4AD96

HEX: #B4AD96
RGB: (180,173,150)

Color info

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

RGB color model

#B4AD96 color RGB value is (180,173,150).

  • red value is 180;
  • green value is 173;
  • blue value is 150.
RGB:
(180,173,150)
(71%,68%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 150 of 255 = 59%

180
173
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 150 = 503 (100%)
R 180 of 503 ~ 35.79%
G 173 of 503 ~ 34.39%
B 150 of 503 ~ 29.82%

%35.79
%34.39
%29.82

CMYK color model

#B4AD96 color CMYK value is (0,4,17,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,4,17,29)
C0M4Y17K29 
(0%,4%,17%,29%)
(0.00/0.04/0.17/0.29)	

CMYK percentages

%0
%3.89
%16.67
%29.41

Codes

Color #B4AD96 in popluar color models

B4AD96
RGB180173150
HSL46°16.67%64.71%
HSB/HSV46°16.67%70.59%
CMYK0.00%3.89%16.67%
29.41%

Color #B4AD96 in popluar number systems.

HEXB4AD96
Decimal180173150
Binary101101001010110110010110
Octal264255226

Shades and tints

Shades of #B4AD96

#B4AD96
(180,173,150)
#A49E89
(164,158,137)
#948F7C
(148,143,124)
#84806F
(132,128,111)
#747162
(116,113,98)
#646255
(100,98,85)
#545348
(84,83,72)
#44443B
(68,68,59)
#34352E
(52,53,46)
#242621
(36,38,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4AD96

#B4AD96
(180,173,150)
#BAB49F
(186,180,159)
#C0BBA8
(192,187,168)
#C6C2B1
(198,194,177)
#CCC9BA
(204,201,186)
#D2D0C3
(210,208,195)
#D8D7CC
(216,215,204)
#DEDED5
(222,222,213)
#E4E5DE
(228,229,222)
#EAECE7
(234,236,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AD96 color. Also use rgb(180,173,150) instead hex code.

Text Font Color

.myTextColor { color: #B4AD96; }

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

This text font color is #B4AD96.


Background Color

.myBgColor { background-color: #B4AD96; }

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

This div background color is #B4AD96.


Border color

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

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

This div border color is #B4AD96.


Opacity

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

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

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

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

This text has shadow with #B4AD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AD96 on black background.


Color preview on white background

This text has color #B4AD96 on white background.



Black color preview on #B4AD96 background

This text has black color on #B4AD96 background.


White color preview on #B4AD96 background

This text has white color on #B4AD96 background.