COLOR #B5A79E

HEX: #B5A79E
RGB: (181,167,158)

Color info

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

RGB color model

#B5A79E color RGB value is (181,167,158).

  • red value is 181;
  • green value is 167;
  • blue value is 158.
RGB:
(181,167,158)
(71%,65%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 158 of 255 = 62%

181
167
158

R + G + B ~ 66%. #B5A79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 167 + 158 = 506 (100%)
R 181 of 506 ~ 35.77%
G 167 of 506 ~ 33%
B 158 of 506 ~ 31.23%

%35.77
%33
%31.23

CMYK color model

#B5A79E color CMYK value is (0,8,13,29).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,8,13,29)
C0M8Y13K29 
(0%,8%,13%,29%)
(0.00/0.08/0.13/0.29)	

CMYK percentages

%0
%7.73
%12.71
%29.02

Codes

Color #B5A79E in popluar color models

B5A79E
RGB181167158
HSL23°13.45%66.47%
HSB/HSV23°12.71%70.98%
CMYK0.00%7.73%12.71%
29.02%

Color #B5A79E in popluar number systems.

HEXB5A79E
Decimal181167158
Binary101101011010011110011110
Octal265247236

Shades and tints

Shades of #B5A79E

#B5A79E
(181,167,158)
#A59890
(165,152,144)
#958982
(149,137,130)
#857A74
(133,122,116)
#756B66
(117,107,102)
#655C58
(101,92,88)
#554D4A
(85,77,74)
#453E3C
(69,62,60)
#352F2E
(53,47,46)
#252020
(37,32,32)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B5A79E

#B5A79E
(181,167,158)
#BBAFA6
(187,175,166)
#C1B7AE
(193,183,174)
#C7BFB6
(199,191,182)
#CDC7BE
(205,199,190)
#D3CFC6
(211,207,198)
#D9D7CE
(217,215,206)
#DFDFD6
(223,223,214)
#E5E7DE
(229,231,222)
#EBEFE6
(235,239,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A79E color. Also use rgb(181,167,158) instead hex code.

Text Font Color

.myTextColor { color: #B5A79E; }

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

This text font color is #B5A79E.


Background Color

.myBgColor { background-color: #B5A79E; }

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

This div background color is #B5A79E.


Border color

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

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

This div border color is #B5A79E.


Opacity

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

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

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

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

This text has shadow with #B5A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A79E on black background.


Color preview on white background

This text has color #B5A79E on white background.



Black color preview on #B5A79E background

This text has black color on #B5A79E background.


White color preview on #B5A79E background

This text has white color on #B5A79E background.