COLOR #B2A884

HEX: #B2A884
RGB: (178,168,132)

Color info

#B2A884 contains red, green and blue colors in about the same proportion. Web safe color of #B2A884 is #999999 (or #999).

RGB color model

#B2A884 color RGB value is (178,168,132).

  • red value is 178;
  • green value is 168;
  • blue value is 132.
RGB:
(178,168,132)
(70%,66%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 132 of 255 = 52%

178
168
132

R + G + B ~ 63%. #B2A884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 132 = 478 (100%)
R 178 of 478 ~ 37.24%
G 168 of 478 ~ 35.15%
B 132 of 478 ~ 27.62%

%37.24
%35.15
%27.62

CMYK color model

#B2A884 color CMYK value is (0,6,26,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(0,6,26,30)
C0M6Y26K30 
(0%,6%,26%,30%)
(0.00/0.06/0.26/0.30)	

CMYK percentages

%0
%5.62
%25.84
%30.2

Codes

Color #B2A884 in popluar color models

B2A884
RGB178168132
HSL47°23.00%60.78%
HSB/HSV47°25.84%69.80%
CMYK0.00%5.62%25.84%
30.20%

Color #B2A884 in popluar number systems.

HEXB2A884
Decimal178168132
Binary101100101010100010000100
Octal262250204

Shades and tints

Shades of #B2A884

#B2A884
(178,168,132)
#A29978
(162,153,120)
#928A6C
(146,138,108)
#827B60
(130,123,96)
#726C54
(114,108,84)
#625D48
(98,93,72)
#524E3C
(82,78,60)
#423F30
(66,63,48)
#323024
(50,48,36)
#222118
(34,33,24)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #B2A884

#B2A884
(178,168,132)
#B9AF8F
(185,175,143)
#C0B69A
(192,182,154)
#C7BDA5
(199,189,165)
#CEC4B0
(206,196,176)
#D5CBBB
(213,203,187)
#DCD2C6
(220,210,198)
#E3D9D1
(227,217,209)
#EAE0DC
(234,224,220)
#F1E7E7
(241,231,231)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A884 color. Also use rgb(178,168,132) instead hex code.

Text Font Color

.myTextColor { color: #B2A884; }

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

This text font color is #B2A884.


Background Color

.myBgColor { background-color: #B2A884; }

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

This div background color is #B2A884.


Border color

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

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

This div border color is #B2A884.


Opacity

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

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

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

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

This text has shadow with #B2A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A884 on black background.


Color preview on white background

This text has color #B2A884 on white background.



Black color preview on #B2A884 background

This text has black color on #B2A884 background.


White color preview on #B2A884 background

This text has white color on #B2A884 background.