COLOR #B4A657

HEX: #B4A657 RGB: (180,166,87)

Color info

#B4A657 contains mainly red and green colors. Web safe color of #B4A657 is #CC9966 (or #C96).

RGB color model

#B4A657 color RGB value is (180,166,87).

RGB: (180,166,87) (71%, 65%, 34%)

RGB channels and saturation

R 180 of 255 = 71%
G 166 of 255 = 65%
B 87 of 255 = 34%

180
166
87

R + G + B ~ 57%. #B4A657 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 166 + 87 = 433 (100%)
R 180 of 433 ~ 41.57%
G 166 of 433 ~ 38.34%
B 87 of 433 ~ 20.09'%

%41.57
%38.34
%20.09

CMYK color model

#B4A657 color CMYK value is (0,8,52,29).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 51.67%
  • key color value is 29.41%

CMYK: (0,8,52,29)
C0M8Y52K29 (0%, 8%, 52%, 29%)
(0.00 / 0.08 / 0.52 / 0.29)

CMYK percentages

%0
%7.78
%51.67
%29.41

Codes

Color #B4A657 in popluar color models

B4 A6 57
RGB 180 166 87
HSL 51° 38.27% 52.35%
HSB/HSV 51° 51.67% 70.59%
CMYK 0.00% 7.78% 51.67%
29.41%

Color #B4A657 in popluar number systems.

HEX B4 A6 57
Decimal 180 166 87
Binary 10110100 10100110 1010111
Octal 264 246 127

Shades and tints

Shades of #B4A657

#B4A657
(180,166,87)
#A49750
(164,151,80)
#948849
(148,136,73)
#847942
(132,121,66)
#746A3B
(116,106,59)
#645B34
(100,91,52)
#544C2D
(84,76,45)
#443D26
(68,61,38)
#342E1F
(52,46,31)
#241F18
(36,31,24)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B4A657

#B4A657
(180,166,87)
#BAAE66
(186,174,102)
#C0B675
(192,182,117)
#C6BE84
(198,190,132)
#CCC693
(204,198,147)
#D2CEA2
(210,206,162)
#D8D6B1
(216,214,177)
#DEDEC0
(222,222,192)
#E4E6CF
(228,230,207)
#EAEEDE
(234,238,222)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A657 color. Also use rgb(180,166,87) instead hex code.

Text Font Color

.myTextColor { color: #B4A657; }

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

This text font color is #B4A657.

Background Color

.myBgColor { background-color: #B4A657; }

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

This div background color is #B4A657.

Border color

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

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

This div border color is #B4A657.

Opacity

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

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

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

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

This text has shadow with #B4A657 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A657.

Preview

Color preview on black background

This text has color #B4A657 on black background.


Color preview on white background

This text has color #B4A657 on white background.


Black color preview on #B4A657 background

This text has black color on #B4A657 background.


White color preview on #B4A657 background

This text has white color on #B4A657 background.


Related colors

Complementary color

Complementary color for #hex is #4B59A8.


I love getcolorcode.com

Triadic colors

1 #57B4A6 and #A657B4 with #B4A657 are triadic colors.

2 #57A6B4 and #A6B457 with #B4A657 are triadic colors.