COLOR #B4A354

HEX: #B4A354
RGB: (180,163,84)

Color info

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

RGB color model

#B4A354 color RGB value is (180,163,84).

  • red value is 180;
  • green value is 163;
  • blue value is 84.
RGB:
(180,163,84)
(71%,64%,33%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 84 of 255 = 33%

180
163
84

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 84 = 427 (100%)
R 180 of 427 ~ 42.15%
G 163 of 427 ~ 38.17%
B 84 of 427 ~ 19.67%

%42.15
%38.17
%19.67

CMYK color model

#B4A354 color CMYK value is (0,9,53,29).

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 53.33%
  • key color value is 29.41%
CMYK:
(0,9,53,29)
C0M9Y53K29 
(0%,9%,53%,29%)
(0.00/0.09/0.53/0.29)	

CMYK percentages

%0
%9.44
%53.33
%29.41

Codes

Color #B4A354 in popluar color models

B4A354
RGB18016384
HSL49°39.02%51.76%
HSB/HSV49°53.33%70.59%
CMYK0.00%9.44%53.33%
29.41%

Color #B4A354 in popluar number systems.

HEXB4A354
Decimal18016384
Binary10110100101000111010100
Octal264243124

Shades and tints

Shades of #B4A354

#B4A354
(180,163,84)
#A4954D
(164,149,77)
#948746
(148,135,70)
#84793F
(132,121,63)
#746B38
(116,107,56)
#645D31
(100,93,49)
#544F2A
(84,79,42)
#444123
(68,65,35)
#34331C
(52,51,28)
#242515
(36,37,21)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #B4A354

#B4A354
(180,163,84)
#BAAB63
(186,171,99)
#C0B372
(192,179,114)
#C6BB81
(198,187,129)
#CCC390
(204,195,144)
#D2CB9F
(210,203,159)
#D8D3AE
(216,211,174)
#DEDBBD
(222,219,189)
#E4E3CC
(228,227,204)
#EAEBDB
(234,235,219)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A354; }

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

This text font color is #B4A354.


Background Color

.myBgColor { background-color: #B4A354; }

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

This div background color is #B4A354.


Border color

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

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

This div border color is #B4A354.


Opacity

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

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

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

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

This text has shadow with #B4A354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A354 on black background.


Color preview on white background

This text has color #B4A354 on white background.



Black color preview on #B4A354 background

This text has black color on #B4A354 background.


White color preview on #B4A354 background

This text has white color on #B4A354 background.