COLOR #B2A79B

HEX: #B2A79B
RGB: (178,167,155)

Color info

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

RGB color model

#B2A79B color RGB value is (178,167,155).

  • red value is 178;
  • green value is 167;
  • blue value is 155.
RGB:
(178,167,155)
(70%,65%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 155 of 255 = 61%

178
167
155

R + G + B ~ 65%. #B2A79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 155 = 500 (100%)
R 178 of 500 ~ 35.6%
G 167 of 500 ~ 33.4%
B 155 of 500 ~ 31%

%35.6
%33.4
%31

CMYK color model

#B2A79B color CMYK value is (0,6,13,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(0,6,13,30)
C0M6Y13K30 
(0%,6%,13%,30%)
(0.00/0.06/0.13/0.30)	

CMYK percentages

%0
%6.18
%12.92
%30.2

Codes

Color #B2A79B in popluar color models

B2A79B
RGB178167155
HSL31°12.99%65.29%
HSB/HSV31°12.92%69.80%
CMYK0.00%6.18%12.92%
30.20%

Color #B2A79B in popluar number systems.

HEXB2A79B
Decimal178167155
Binary101100101010011110011011
Octal262247233

Shades and tints

Shades of #B2A79B

#B2A79B
(178,167,155)
#A2988D
(162,152,141)
#92897F
(146,137,127)
#827A71
(130,122,113)
#726B63
(114,107,99)
#625C55
(98,92,85)
#524D47
(82,77,71)
#423E39
(66,62,57)
#322F2B
(50,47,43)
#22201D
(34,32,29)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #B2A79B

#B2A79B
(178,167,155)
#B9AFA4
(185,175,164)
#C0B7AD
(192,183,173)
#C7BFB6
(199,191,182)
#CEC7BF
(206,199,191)
#D5CFC8
(213,207,200)
#DCD7D1
(220,215,209)
#E3DFDA
(227,223,218)
#EAE7E3
(234,231,227)
#F1EFEC
(241,239,236)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A79B color. Also use rgb(178,167,155) instead hex code.

Text Font Color

.myTextColor { color: #B2A79B; }

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

This text font color is #B2A79B.


Background Color

.myBgColor { background-color: #B2A79B; }

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

This div background color is #B2A79B.


Border color

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

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

This div border color is #B2A79B.


Opacity

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

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

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

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

This text has shadow with #B2A79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A79B on black background.


Color preview on white background

This text has color #B2A79B on white background.



Black color preview on #B2A79B background

This text has black color on #B2A79B background.


White color preview on #B2A79B background

This text has white color on #B2A79B background.