COLOR #B4A054

HEX: #B4A054 RGB: (180,160,84)

Color info

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

RGB color model

#B4A054 color RGB value is (180,160,84).

RGB: (180,160,84) (71%, 63%, 33%)

RGB channels and saturation

R 180 of 255 = 71%
G 160 of 255 = 63%
B 84 of 255 = 33%

180
160
84

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

Portions of RGB colors in percentages

R + G + B = 180 + 160 + 84 = 424 (100%)
R 180 of 424 ~ 42.45%
G 160 of 424 ~ 37.74%
B 84 of 424 ~ 19.81'%

%42.45
%37.74
%19.81

CMYK color model

#B4A054 color CMYK value is (0,11,53,29).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 53.33%
  • key color value is 29.41%

CMYK: (0,11,53,29)
C0M11Y53K29 (0%, 11%, 53%, 29%)
(0.00 / 0.11 / 0.53 / 0.29)

CMYK percentages

%0
%11.11
%53.33
%29.41

Codes

Color #B4A054 in popluar color models

B4 A0 54
RGB 180 160 84
HSL 48° 39.02% 51.76%
HSB/HSV 48° 53.33% 70.59%
CMYK 0.00% 11.11% 53.33%
29.41%

Color #B4A054 in popluar number systems.

HEX B4 A0 54
Decimal 180 160 84
Binary 10110100 10100000 1010100
Octal 264 240 124

Shades and tints

Shades of #B4A054

#B4A054
(180,160,84)
#A4924D
(164,146,77)
#948446
(148,132,70)
#84763F
(132,118,63)
#746838
(116,104,56)
#645A31
(100,90,49)
#544C2A
(84,76,42)
#443E23
(68,62,35)
#34301C
(52,48,28)
#242215
(36,34,21)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #B4A054

#B4A054
(180,160,84)
#BAA863
(186,168,99)
#C0B072
(192,176,114)
#C6B881
(198,184,129)
#CCC090
(204,192,144)
#D2C89F
(210,200,159)
#D8D0AE
(216,208,174)
#DED8BD
(222,216,189)
#E4E0CC
(228,224,204)
#EAE8DB
(234,232,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A054 color. Also use rgb(180,160,84) instead hex code.

Text Font Color

.myTextColor { color: #B4A054; }

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

This text font color is #B4A054.

Background Color

.myBgColor { background-color: #B4A054; }

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

This div background color is #B4A054.

Border color

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

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

This div border color is #B4A054.

Opacity

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

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

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

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

This text has shadow with #B4A054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A054.

Preview

Color preview on black background

This text has color #B4A054 on black background.


Color preview on white background

This text has color #B4A054 on white background.


Black color preview on #B4A054 background

This text has black color on #B4A054 background.


White color preview on #B4A054 background

This text has white color on #B4A054 background.


Related colors

Complementary color

Complementary color for #hex is #4B5FAB.


I love getcolorcode.com

Triadic colors

1 #54B4A0 and #A054B4 with #B4A054 are triadic colors.

2 #54A0B4 and #A0B454 with #B4A054 are triadic colors.