COLOR #B7A596

HEX: #B7A596
RGB: (183,165,150)

Color info

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

RGB color model

#B7A596 color RGB value is (183,165,150).

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

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 150 of 255 = 59%

183
165
150

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

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 150 = 498 (100%)
R 183 of 498 ~ 36.75%
G 165 of 498 ~ 33.13%
B 150 of 498 ~ 30.12%

%36.75
%33.13
%30.12

CMYK color model

#B7A596 color CMYK value is (0,10,18,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 18.03%
  • key color value is 28.24%
CMYK:
(0,10,18,28)
C0M10Y18K28 
(0%,10%,18%,28%)
(0.00/0.10/0.18/0.28)	

CMYK percentages

%0
%9.84
%18.03
%28.24

Codes

Color #B7A596 in popluar color models

B7A596
RGB183165150
HSL27°18.64%65.29%
HSB/HSV27°18.03%71.76%
CMYK0.00%9.84%18.03%
28.24%

Color #B7A596 in popluar number systems.

HEXB7A596
Decimal183165150
Binary101101111010010110010110
Octal267245226

Shades and tints

Shades of #B7A596

#B7A596
(183,165,150)
#A79689
(167,150,137)
#97877C
(151,135,124)
#87786F
(135,120,111)
#776962
(119,105,98)
#675A55
(103,90,85)
#574B48
(87,75,72)
#473C3B
(71,60,59)
#372D2E
(55,45,46)
#271E21
(39,30,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #B7A596

#B7A596
(183,165,150)
#BDAD9F
(189,173,159)
#C3B5A8
(195,181,168)
#C9BDB1
(201,189,177)
#CFC5BA
(207,197,186)
#D5CDC3
(213,205,195)
#DBD5CC
(219,213,204)
#E1DDD5
(225,221,213)
#E7E5DE
(231,229,222)
#EDEDE7
(237,237,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A596; }

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

This text font color is #B7A596.


Background Color

.myBgColor { background-color: #B7A596; }

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

This div background color is #B7A596.


Border color

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

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

This div border color is #B7A596.


Opacity

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

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

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

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

This text has shadow with #B7A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A596 on black background.


Color preview on white background

This text has color #B7A596 on white background.



Black color preview on #B7A596 background

This text has black color on #B7A596 background.


White color preview on #B7A596 background

This text has white color on #B7A596 background.