COLOR #B4A29B

HEX: #B4A29B
RGB: (180,162,155)

Color info

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

RGB color model

#B4A29B color RGB value is (180,162,155).

  • red value is 180;
  • green value is 162;
  • blue value is 155.
RGB:
(180,162,155)
(71%,64%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 155 of 255 = 61%

180
162
155

R + G + B ~ 65%. #B4A29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 162 + 155 = 497 (100%)
R 180 of 497 ~ 36.22%
G 162 of 497 ~ 32.6%
B 155 of 497 ~ 31.19%

%36.22
%32.6
%31.19

CMYK color model

#B4A29B color CMYK value is (0,10,14,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,10,14,29)
C0M10Y14K29 
(0%,10%,14%,29%)
(0.00/0.10/0.14/0.29)	

CMYK percentages

%0
%10
%13.89
%29.41

Codes

Color #B4A29B in popluar color models

B4A29B
RGB180162155
HSL17°14.29%65.69%
HSB/HSV17°13.89%70.59%
CMYK0.00%10.00%13.89%
29.41%

Color #B4A29B in popluar number systems.

HEXB4A29B
Decimal180162155
Binary101101001010001010011011
Octal264242233

Shades and tints

Shades of #B4A29B

#B4A29B
(180,162,155)
#A4948D
(164,148,141)
#94867F
(148,134,127)
#847871
(132,120,113)
#746A63
(116,106,99)
#645C55
(100,92,85)
#544E47
(84,78,71)
#444039
(68,64,57)
#34322B
(52,50,43)
#24241D
(36,36,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #B4A29B

#B4A29B
(180,162,155)
#BAAAA4
(186,170,164)
#C0B2AD
(192,178,173)
#C6BAB6
(198,186,182)
#CCC2BF
(204,194,191)
#D2CAC8
(210,202,200)
#D8D2D1
(216,210,209)
#DEDADA
(222,218,218)
#E4E2E3
(228,226,227)
#EAEAEC
(234,234,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A29B color. Also use rgb(180,162,155) instead hex code.

Text Font Color

.myTextColor { color: #B4A29B; }

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

This text font color is #B4A29B.


Background Color

.myBgColor { background-color: #B4A29B; }

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

This div background color is #B4A29B.


Border color

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

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

This div border color is #B4A29B.


Opacity

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

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

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

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

This text has shadow with #B4A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A29B on black background.


Color preview on white background

This text has color #B4A29B on white background.



Black color preview on #B4A29B background

This text has black color on #B4A29B background.


White color preview on #B4A29B background

This text has white color on #B4A29B background.