COLOR #B4A57E

HEX: #B4A57E RGB: (180,165,126)

Color info

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

RGB color model

#B4A57E color RGB value is (180,165,126).

RGB: (180,165,126) (71%, 65%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 126 of 255 = 49%

180
165
126

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

Portions of RGB colors in percentages

R + G + B = 180 + 165 + 126 = 471 (100%)
R 180 of 471 ~ 38.22%
G 165 of 471 ~ 35.03%
B 126 of 471 ~ 26.75'%

%38.22
%35.03
%26.75

CMYK color model

#B4A57E color CMYK value is (0,8,30,29).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 30.00%
  • key color value is 29.41%

CMYK: (0,8,30,29)
C0M8Y30K29 (0%, 8%, 30%, 29%)
(0.00 / 0.08 / 0.30 / 0.29)

CMYK percentages

%0
%8.33
%30
%29.41

Codes

Color #B4A57E in popluar color models

B4 A5 7E
RGB 180 165 126
HSL 43° 26.47% 60.00%
HSB/HSV 43° 30.00% 70.59%
CMYK 0.00% 8.33% 30.00%
29.41%

Color #B4A57E in popluar number systems.

HEX B4 A5 7E
Decimal 180 165 126
Binary 10110100 10100101 1111110
Octal 264 245 176

Shades and tints

Shades of #B4A57E

#B4A57E
(180,165,126)
#A49673
(164,150,115)
#948768
(148,135,104)
#84785D
(132,120,93)
#746952
(116,105,82)
#645A47
(100,90,71)
#544B3C
(84,75,60)
#443C31
(68,60,49)
#342D26
(52,45,38)
#241E1B
(36,30,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #B4A57E

#B4A57E
(180,165,126)
#BAAD89
(186,173,137)
#C0B594
(192,181,148)
#C6BD9F
(198,189,159)
#CCC5AA
(204,197,170)
#D2CDB5
(210,205,181)
#D8D5C0
(216,213,192)
#DEDDCB
(222,221,203)
#E4E5D6
(228,229,214)
#EAEDE1
(234,237,225)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A57E color. Also use rgb(180,165,126) instead hex code.

Text Font Color

.myTextColor { color: #B4A57E; }

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

This text font color is #B4A57E.

Background Color

.myBgColor { background-color: #B4A57E; }

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

This div background color is #B4A57E.

Border color

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

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

This div border color is #B4A57E.

Opacity

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

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

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

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

This text has shadow with #B4A57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A57E.

Preview

Color preview on black background

This text has color #B4A57E on black background.


Color preview on white background

This text has color #B4A57E on white background.


Black color preview on #B4A57E background

This text has black color on #B4A57E background.


White color preview on #B4A57E background

This text has white color on #B4A57E background.


Related colors

Complementary color

Complementary color for #hex is #4B5A81.


I love getcolorcode.com

Triadic colors

1 #7EB4A5 and #A57EB4 with #B4A57E are triadic colors.

2 #7EA5B4 and #A5B47E with #B4A57E are triadic colors.