COLOR #B4A47C

HEX: #B4A47C RGB: (180,164,124)

Color info

#B4A47C contains red, green and blue colors in about the same proportion. Web safe color of #B4A47C is #CC9966 (or #C96).

RGB color model

#B4A47C color RGB value is (180,164,124).

RGB: (180,164,124) (71%, 64%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 164 of 255 = 64%
B 124 of 255 = 49%

180
164
124

R + G + B ~ 61%. #B4A47C is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 164 + 124 = 468 (100%)
R 180 of 468 ~ 38.46%
G 164 of 468 ~ 35.04%
B 124 of 468 ~ 26.5'%

%38.46
%35.04
%26.5

CMYK color model

#B4A47C color CMYK value is (0,9,31,29).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 31.11%
  • key color value is 29.41%

CMYK: (0,9,31,29)
C0M9Y31K29 (0%, 9%, 31%, 29%)
(0.00 / 0.09 / 0.31 / 0.29)

CMYK percentages

%0
%8.89
%31.11
%29.41

Codes

Color #B4A47C in popluar color models

B4 A4 7C
RGB 180 164 124
HSL 43° 27.18% 59.61%
HSB/HSV 43° 31.11% 70.59%
CMYK 0.00% 8.89% 31.11%
29.41%

Color #B4A47C in popluar number systems.

HEX B4 A4 7C
Decimal 180 164 124
Binary 10110100 10100100 1111100
Octal 264 244 174

Shades and tints

Shades of #B4A47C

#B4A47C
(180,164,124)
#A49671
(164,150,113)
#948866
(148,136,102)
#847A5B
(132,122,91)
#746C50
(116,108,80)
#645E45
(100,94,69)
#54503A
(84,80,58)
#44422F
(68,66,47)
#343424
(52,52,36)
#242619
(36,38,25)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #B4A47C

#B4A47C
(180,164,124)
#BAAC87
(186,172,135)
#C0B492
(192,180,146)
#C6BC9D
(198,188,157)
#CCC4A8
(204,196,168)
#D2CCB3
(210,204,179)
#D8D4BE
(216,212,190)
#DEDCC9
(222,220,201)
#E4E4D4
(228,228,212)
#EAECDF
(234,236,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A47C; }

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

This text font color is #B4A47C.

Background Color

.myBgColor { background-color: #B4A47C; }

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

This div background color is #B4A47C.

Border color

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

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

This div border color is #B4A47C.

Opacity

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

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

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

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

This text has shadow with #B4A47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A47C.

Preview

Color preview on black background

This text has color #B4A47C on black background.


Color preview on white background

This text has color #B4A47C on white background.


Black color preview on #B4A47C background

This text has black color on #B4A47C background.


White color preview on #B4A47C background

This text has white color on #B4A47C background.


Related colors

Complementary color

Complementary color for #B4A47C is #4B5B83.


I love getcolorcode.com

Triadic colors

1 #7CB4A4 and #A47CB4 with #B4A47C are triadic colors.

2 #7CA4B4 and #A4B47C with #B4A47C are triadic colors.