COLOR #B7A494

HEX: #B7A494
RGB: (183,164,148)

Color info

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

RGB color model

#B7A494 color RGB value is (183,164,148).

  • red value is 183;
  • green value is 164;
  • blue value is 148.
RGB:
(183,164,148)
(72%,64%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 164 of 255 = 64%
B 148 of 255 = 58%

183
164
148

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

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 148 = 495 (100%)
R 183 of 495 ~ 36.97%
G 164 of 495 ~ 33.13%
B 148 of 495 ~ 29.9%

%36.97
%33.13
%29.9

CMYK color model

#B7A494 color CMYK value is (0,10,19,28).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 19.13%
  • key color value is 28.24%
CMYK:
(0,10,19,28)
C0M10Y19K28 
(0%,10%,19%,28%)
(0.00/0.10/0.19/0.28)	

CMYK percentages

%0
%10.38
%19.13
%28.24

Codes

Color #B7A494 in popluar color models

B7A494
RGB183164148
HSL27°19.55%64.90%
HSB/HSV27°19.13%71.76%
CMYK0.00%10.38%19.13%
28.24%

Color #B7A494 in popluar number systems.

HEXB7A494
Decimal183164148
Binary101101111010010010010100
Octal267244224

Shades and tints

Shades of #B7A494

#B7A494
(183,164,148)
#A79687
(167,150,135)
#97887A
(151,136,122)
#877A6D
(135,122,109)
#776C60
(119,108,96)
#675E53
(103,94,83)
#575046
(87,80,70)
#474239
(71,66,57)
#37342C
(55,52,44)
#27261F
(39,38,31)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7A494

#B7A494
(183,164,148)
#BDAC9D
(189,172,157)
#C3B4A6
(195,180,166)
#C9BCAF
(201,188,175)
#CFC4B8
(207,196,184)
#D5CCC1
(213,204,193)
#DBD4CA
(219,212,202)
#E1DCD3
(225,220,211)
#E7E4DC
(231,228,220)
#EDECE5
(237,236,229)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A494 color. Also use rgb(183,164,148) instead hex code.

Text Font Color

.myTextColor { color: #B7A494; }

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

This text font color is #B7A494.


Background Color

.myBgColor { background-color: #B7A494; }

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

This div background color is #B7A494.


Border color

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

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

This div border color is #B7A494.


Opacity

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

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

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

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

This text has shadow with #B7A494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A494 on black background.


Color preview on white background

This text has color #B7A494 on white background.



Black color preview on #B7A494 background

This text has black color on #B7A494 background.


White color preview on #B7A494 background

This text has white color on #B7A494 background.