COLOR #B2A291

HEX: #B2A291
RGB: (178,162,145)

Color info

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

RGB color model

#B2A291 color RGB value is (178,162,145).

  • red value is 178;
  • green value is 162;
  • blue value is 145.
RGB:
(178,162,145)
(70%,64%,57%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 145 of 255 = 57%

178
162
145

R + G + B ~ 64%. #B2A291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 162 + 145 = 485 (100%)
R 178 of 485 ~ 36.7%
G 162 of 485 ~ 33.4%
B 145 of 485 ~ 29.9%

%36.7
%33.4
%29.9

CMYK color model

#B2A291 color CMYK value is (0,9,19,30).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(0,9,19,30)
C0M9Y19K30 
(0%,9%,19%,30%)
(0.00/0.09/0.19/0.30)	

CMYK percentages

%0
%8.99
%18.54
%30.2

Codes

Color #B2A291 in popluar color models

B2A291
RGB178162145
HSL31°17.65%63.33%
HSB/HSV31°18.54%69.80%
CMYK0.00%8.99%18.54%
30.20%

Color #B2A291 in popluar number systems.

HEXB2A291
Decimal178162145
Binary101100101010001010010001
Octal262242221

Shades and tints

Shades of #B2A291

#B2A291
(178,162,145)
#A29484
(162,148,132)
#928677
(146,134,119)
#82786A
(130,120,106)
#726A5D
(114,106,93)
#625C50
(98,92,80)
#524E43
(82,78,67)
#424036
(66,64,54)
#323229
(50,50,41)
#22241C
(34,36,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #B2A291

#B2A291
(178,162,145)
#B9AA9B
(185,170,155)
#C0B2A5
(192,178,165)
#C7BAAF
(199,186,175)
#CEC2B9
(206,194,185)
#D5CAC3
(213,202,195)
#DCD2CD
(220,210,205)
#E3DAD7
(227,218,215)
#EAE2E1
(234,226,225)
#F1EAEB
(241,234,235)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A291 color. Also use rgb(178,162,145) instead hex code.

Text Font Color

.myTextColor { color: #B2A291; }

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

This text font color is #B2A291.


Background Color

.myBgColor { background-color: #B2A291; }

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

This div background color is #B2A291.


Border color

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

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

This div border color is #B2A291.


Opacity

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

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

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

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

This text has shadow with #B2A291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A291 on black background.


Color preview on white background

This text has color #B2A291 on white background.



Black color preview on #B2A291 background

This text has black color on #B2A291 background.


White color preview on #B2A291 background

This text has white color on #B2A291 background.