COLOR #B4A27C

HEX: #B4A27C RGB: (180,162,124)

Color info

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

RGB color model

#B4A27C color RGB value is (180,162,124).

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

RGB channels and saturation

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

180
162
124

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

Portions of RGB colors in percentages

R + G + B = 180 + 162 + 124 = 466 (100%)
R 180 of 466 ~ 38.63%
G 162 of 466 ~ 34.76%
B 124 of 466 ~ 26.61'%

%38.63
%34.76
%26.61

CMYK color model

#B4A27C color CMYK value is (0,10,31,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK: (0,10,31,29) C0M10Y31K29 (0%,10%,31%,29%) (0.00/0.10/0.31/0.29) 

CMYK percentages

%0
%10
%31.11
%29.41

Codes

Color #B4A27C in popluar color models

B4 A2 7C
RGB 180 162 124
HSL 41° 27.18% 59.61%
HSB/HSV 41° 31.11% 70.59%
CMYK 0.00% 10.00% 31.11%
29.41%

Color #B4A27C in popluar number systems.

HEX B4 A2 7C
Decimal 180 162 124
Binary 10110100 10100010 1111100
Octal 264 242 174

Shades and tints

Shades of #B4A27C

#B4A27C
(180,162,124)
#A49471
(164,148,113)
#948666
(148,134,102)
#84785B
(132,120,91)
#746A50
(116,106,80)
#645C45
(100,92,69)
#544E3A
(84,78,58)
#44402F
(68,64,47)
#343224
(52,50,36)
#242419
(36,36,25)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #B4A27C

#B4A27C
(180,162,124)
#BAAA87
(186,170,135)
#C0B292
(192,178,146)
#C6BA9D
(198,186,157)
#CCC2A8
(204,194,168)
#D2CAB3
(210,202,179)
#D8D2BE
(216,210,190)
#DEDAC9
(222,218,201)
#E4E2D4
(228,226,212)
#EAEADF
(234,234,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A27C; }

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

This text font color is #B4A27C.

Background Color

.myBgColor { background-color: #B4A27C; }

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

This div background color is #B4A27C.

Border color

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

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

This div border color is #B4A27C.

Opacity

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

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

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

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

This text has shadow with #B4A27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A27C.

Preview

Color preview on black background

This text has color #B4A27C on black background.


Color preview on white background

This text has color #B4A27C on white background.


Black color preview on #B4A27C background

This text has black color on #B4A27C background.


White color preview on #B4A27C background

This text has white color on #B4A27C background.


Related colors

Complementary color

Complementary color for #hex is #4B5D83.


I love getcolorcode.com

Triadic colors

1 #7CB4A2 and #A27CB4 with #B4A27C are triadic colors.

2 #7CA2B4 and #A2B47C with #B4A27C are triadic colors.