COLOR #B7A59E

HEX: #B7A59E
RGB: (183,165,158)

Color info

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

RGB color model

#B7A59E color RGB value is (183,165,158).

  • red value is 183;
  • green value is 165;
  • blue value is 158.
RGB:
(183,165,158)
(72%,65%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 158 of 255 = 62%

183
165
158

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

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 158 = 506 (100%)
R 183 of 506 ~ 36.17%
G 165 of 506 ~ 32.61%
B 158 of 506 ~ 31.23%

%36.17
%32.61
%31.23

CMYK color model

#B7A59E color CMYK value is (0,10,14,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(0,10,14,28)
C0M10Y14K28 
(0%,10%,14%,28%)
(0.00/0.10/0.14/0.28)	

CMYK percentages

%0
%9.84
%13.66
%28.24

Codes

Color #B7A59E in popluar color models

B7A59E
RGB183165158
HSL17°14.79%66.86%
HSB/HSV17°13.66%71.76%
CMYK0.00%9.84%13.66%
28.24%

Color #B7A59E in popluar number systems.

HEXB7A59E
Decimal183165158
Binary101101111010010110011110
Octal267245236

Shades and tints

Shades of #B7A59E

#B7A59E
(183,165,158)
#A79690
(167,150,144)
#978782
(151,135,130)
#877874
(135,120,116)
#776966
(119,105,102)
#675A58
(103,90,88)
#574B4A
(87,75,74)
#473C3C
(71,60,60)
#372D2E
(55,45,46)
#271E20
(39,30,32)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B7A59E

#B7A59E
(183,165,158)
#BDADA6
(189,173,166)
#C3B5AE
(195,181,174)
#C9BDB6
(201,189,182)
#CFC5BE
(207,197,190)
#D5CDC6
(213,205,198)
#DBD5CE
(219,213,206)
#E1DDD6
(225,221,214)
#E7E5DE
(231,229,222)
#EDEDE6
(237,237,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A59E color. Also use rgb(183,165,158) instead hex code.

Text Font Color

.myTextColor { color: #B7A59E; }

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

This text font color is #B7A59E.


Background Color

.myBgColor { background-color: #B7A59E; }

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

This div background color is #B7A59E.


Border color

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

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

This div border color is #B7A59E.


Opacity

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

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

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

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

This text has shadow with #B7A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A59E on black background.


Color preview on white background

This text has color #B7A59E on white background.



Black color preview on #B7A59E background

This text has black color on #B7A59E background.


White color preview on #B7A59E background

This text has white color on #B7A59E background.