COLOR #B4A39B

HEX: #B4A39B
RGB: (180,163,155)

Color info

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

RGB color model

#B4A39B color RGB value is (180,163,155).

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

RGB channels and saturation

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

180
163
155

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 155 = 498 (100%)
R 180 of 498 ~ 36.14%
G 163 of 498 ~ 32.73%
B 155 of 498 ~ 31.12%

%36.14
%32.73
%31.12

CMYK color model

#B4A39B color CMYK value is (0,9,14,29).

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,9,14,29)
C0M9Y14K29 
(0%,9%,14%,29%)
(0.00/0.09/0.14/0.29)	

CMYK percentages

%0
%9.44
%13.89
%29.41

Codes

Color #B4A39B in popluar color models

B4A39B
RGB180163155
HSL19°14.29%65.69%
HSB/HSV19°13.89%70.59%
CMYK0.00%9.44%13.89%
29.41%

Color #B4A39B in popluar number systems.

HEXB4A39B
Decimal180163155
Binary101101001010001110011011
Octal264243233

Shades and tints

Shades of #B4A39B

#B4A39B
(180,163,155)
#A4958D
(164,149,141)
#94877F
(148,135,127)
#847971
(132,121,113)
#746B63
(116,107,99)
#645D55
(100,93,85)
#544F47
(84,79,71)
#444139
(68,65,57)
#34332B
(52,51,43)
#24251D
(36,37,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #B4A39B

#B4A39B
(180,163,155)
#BAABA4
(186,171,164)
#C0B3AD
(192,179,173)
#C6BBB6
(198,187,182)
#CCC3BF
(204,195,191)
#D2CBC8
(210,203,200)
#D8D3D1
(216,211,209)
#DEDBDA
(222,219,218)
#E4E3E3
(228,227,227)
#EAEBEC
(234,235,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A39B; }

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

This text font color is #B4A39B.


Background Color

.myBgColor { background-color: #B4A39B; }

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

This div background color is #B4A39B.


Border color

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

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

This div border color is #B4A39B.


Opacity

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

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

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

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

This text has shadow with #B4A39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A39B on black background.


Color preview on white background

This text has color #B4A39B on white background.



Black color preview on #B4A39B background

This text has black color on #B4A39B background.


White color preview on #B4A39B background

This text has white color on #B4A39B background.