COLOR #B4A096

HEX: #B4A096
RGB: (180,160,150)

Color info

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

RGB color model

#B4A096 color RGB value is (180,160,150).

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

RGB channels and saturation

R 180 of 255 = 71%
G 160 of 255 = 63%
B 150 of 255 = 59%

180
160
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 160 + 150 = 490 (100%)
R 180 of 490 ~ 36.73%
G 160 of 490 ~ 32.65%
B 150 of 490 ~ 30.61%

%36.73
%32.65
%30.61

CMYK color model

#B4A096 color CMYK value is (0,11,17,29).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,11,17,29)
C0M11Y17K29 
(0%,11%,17%,29%)
(0.00/0.11/0.17/0.29)	

CMYK percentages

%0
%11.11
%16.67
%29.41

Codes

Color #B4A096 in popluar color models

B4A096
RGB180160150
HSL20°16.67%64.71%
HSB/HSV20°16.67%70.59%
CMYK0.00%11.11%16.67%
29.41%

Color #B4A096 in popluar number systems.

HEXB4A096
Decimal180160150
Binary101101001010000010010110
Octal264240226

Shades and tints

Shades of #B4A096

#B4A096
(180,160,150)
#A49289
(164,146,137)
#94847C
(148,132,124)
#84766F
(132,118,111)
#746862
(116,104,98)
#645A55
(100,90,85)
#544C48
(84,76,72)
#443E3B
(68,62,59)
#34302E
(52,48,46)
#242221
(36,34,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B4A096

#B4A096
(180,160,150)
#BAA89F
(186,168,159)
#C0B0A8
(192,176,168)
#C6B8B1
(198,184,177)
#CCC0BA
(204,192,186)
#D2C8C3
(210,200,195)
#D8D0CC
(216,208,204)
#DED8D5
(222,216,213)
#E4E0DE
(228,224,222)
#EAE8E7
(234,232,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A096; }

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

This text font color is #B4A096.


Background Color

.myBgColor { background-color: #B4A096; }

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

This div background color is #B4A096.


Border color

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

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

This div border color is #B4A096.


Opacity

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

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

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

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

This text has shadow with #B4A096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A096 on black background.


Color preview on white background

This text has color #B4A096 on white background.



Black color preview on #B4A096 background

This text has black color on #B4A096 background.


White color preview on #B4A096 background

This text has white color on #B4A096 background.