COLOR #B7A599

HEX: #B7A599
RGB: (183,165,153)

Color info

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

RGB color model

#B7A599 color RGB value is (183,165,153).

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

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 153 of 255 = 60%

183
165
153

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

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 153 = 501 (100%)
R 183 of 501 ~ 36.53%
G 165 of 501 ~ 32.93%
B 153 of 501 ~ 30.54%

%36.53
%32.93
%30.54

CMYK color model

#B7A599 color CMYK value is (0,10,16,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(0,10,16,28)
C0M10Y16K28 
(0%,10%,16%,28%)
(0.00/0.10/0.16/0.28)	

CMYK percentages

%0
%9.84
%16.39
%28.24

Codes

Color #B7A599 in popluar color models

B7A599
RGB183165153
HSL24°17.24%65.88%
HSB/HSV24°16.39%71.76%
CMYK0.00%9.84%16.39%
28.24%

Color #B7A599 in popluar number systems.

HEXB7A599
Decimal183165153
Binary101101111010010110011001
Octal267245231

Shades and tints

Shades of #B7A599

#B7A599
(183,165,153)
#A7968C
(167,150,140)
#97877F
(151,135,127)
#877872
(135,120,114)
#776965
(119,105,101)
#675A58
(103,90,88)
#574B4B
(87,75,75)
#473C3E
(71,60,62)
#372D31
(55,45,49)
#271E24
(39,30,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #B7A599

#B7A599
(183,165,153)
#BDADA2
(189,173,162)
#C3B5AB
(195,181,171)
#C9BDB4
(201,189,180)
#CFC5BD
(207,197,189)
#D5CDC6
(213,205,198)
#DBD5CF
(219,213,207)
#E1DDD8
(225,221,216)
#E7E5E1
(231,229,225)
#EDEDEA
(237,237,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A599; }

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

This text font color is #B7A599.


Background Color

.myBgColor { background-color: #B7A599; }

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

This div background color is #B7A599.


Border color

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

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

This div border color is #B7A599.


Opacity

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

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

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

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

This text has shadow with #B7A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A599 on black background.


Color preview on white background

This text has color #B7A599 on white background.



Black color preview on #B7A599 background

This text has black color on #B7A599 background.


White color preview on #B7A599 background

This text has white color on #B7A599 background.