COLOR #B4A483

HEX: #B4A483
RGB: (180,164,131)

Color info

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

RGB color model

#B4A483 color RGB value is (180,164,131).

  • red value is 180;
  • green value is 164;
  • blue value is 131.
RGB:
(180,164,131)
(71%,64%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 164 of 255 = 64%
B 131 of 255 = 51%

180
164
131

R + G + B ~ 62%. #B4A483 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 164 + 131 = 475 (100%)
R 180 of 475 ~ 37.89%
G 164 of 475 ~ 34.53%
B 131 of 475 ~ 27.58%

%37.89
%34.53
%27.58

CMYK color model

#B4A483 color CMYK value is (0,9,27,29).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(0,9,27,29)
C0M9Y27K29 
(0%,9%,27%,29%)
(0.00/0.09/0.27/0.29)	

CMYK percentages

%0
%8.89
%27.22
%29.41

Codes

Color #B4A483 in popluar color models

B4A483
RGB180164131
HSL40°24.62%60.98%
HSB/HSV40°27.22%70.59%
CMYK0.00%8.89%27.22%
29.41%

Color #B4A483 in popluar number systems.

HEXB4A483
Decimal180164131
Binary101101001010010010000011
Octal264244203

Shades and tints

Shades of #B4A483

#B4A483
(180,164,131)
#A49678
(164,150,120)
#94886D
(148,136,109)
#847A62
(132,122,98)
#746C57
(116,108,87)
#645E4C
(100,94,76)
#545041
(84,80,65)
#444236
(68,66,54)
#34342B
(52,52,43)
#242620
(36,38,32)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #B4A483

#B4A483
(180,164,131)
#BAAC8E
(186,172,142)
#C0B499
(192,180,153)
#C6BCA4
(198,188,164)
#CCC4AF
(204,196,175)
#D2CCBA
(210,204,186)
#D8D4C5
(216,212,197)
#DEDCD0
(222,220,208)
#E4E4DB
(228,228,219)
#EAECE6
(234,236,230)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A483 color. Also use rgb(180,164,131) instead hex code.

Text Font Color

.myTextColor { color: #B4A483; }

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

This text font color is #B4A483.


Background Color

.myBgColor { background-color: #B4A483; }

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

This div background color is #B4A483.


Border color

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

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

This div border color is #B4A483.


Opacity

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

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

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

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

This text has shadow with #B4A483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A483 on black background.


Color preview on white background

This text has color #B4A483 on white background.



Black color preview on #B4A483 background

This text has black color on #B4A483 background.


White color preview on #B4A483 background

This text has white color on #B4A483 background.