COLOR #B4A284

HEX: #B4A284
RGB: (180,162,132)

Color info

#B4A284 contains red, green and blue colors in about the same proportion. Web safe color of #B4A284 is #CC9999 (or #C99).

RGB color model

#B4A284 color RGB value is (180,162,132).

  • red value is 180;
  • green value is 162;
  • blue value is 132.
RGB:
(180,162,132)
(71%,64%,52%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 132 of 255 = 52%

180
162
132

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

Portions of RGB colors in percentages

R + G + B =
180 + 162 + 132 = 474 (100%)
R 180 of 474 ~ 37.97%
G 162 of 474 ~ 34.18%
B 132 of 474 ~ 27.85%

%37.97
%34.18
%27.85

CMYK color model

#B4A284 color CMYK value is (0,10,27,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK:
(0,10,27,29)
C0M10Y27K29 
(0%,10%,27%,29%)
(0.00/0.10/0.27/0.29)	

CMYK percentages

%0
%10
%26.67
%29.41

Codes

Color #B4A284 in popluar color models

B4A284
RGB180162132
HSL38°24.24%61.18%
HSB/HSV38°26.67%70.59%
CMYK0.00%10.00%26.67%
29.41%

Color #B4A284 in popluar number systems.

HEXB4A284
Decimal180162132
Binary101101001010001010000100
Octal264242204

Shades and tints

Shades of #B4A284

#B4A284
(180,162,132)
#A49478
(164,148,120)
#94866C
(148,134,108)
#847860
(132,120,96)
#746A54
(116,106,84)
#645C48
(100,92,72)
#544E3C
(84,78,60)
#444030
(68,64,48)
#343224
(52,50,36)
#242418
(36,36,24)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #B4A284

#B4A284
(180,162,132)
#BAAA8F
(186,170,143)
#C0B29A
(192,178,154)
#C6BAA5
(198,186,165)
#CCC2B0
(204,194,176)
#D2CABB
(210,202,187)
#D8D2C6
(216,210,198)
#DEDAD1
(222,218,209)
#E4E2DC
(228,226,220)
#EAEAE7
(234,234,231)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A284; }

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

This text font color is #B4A284.


Background Color

.myBgColor { background-color: #B4A284; }

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

This div background color is #B4A284.


Border color

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

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

This div border color is #B4A284.


Opacity

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

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

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

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

This text has shadow with #B4A284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A284 on black background.


Color preview on white background

This text has color #B4A284 on white background.



Black color preview on #B4A284 background

This text has black color on #B4A284 background.


White color preview on #B4A284 background

This text has white color on #B4A284 background.