COLOR #B7AA87

HEX: #B7AA87
RGB: (183,170,135)

Color info

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

RGB color model

#B7AA87 color RGB value is (183,170,135).

  • red value is 183;
  • green value is 170;
  • blue value is 135.
RGB:
(183,170,135)
(72%,67%,53%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 135 of 255 = 53%

183
170
135

R + G + B ~ 64%. #B7AA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 135 = 488 (100%)
R 183 of 488 ~ 37.5%
G 170 of 488 ~ 34.84%
B 135 of 488 ~ 27.66%

%37.5
%34.84
%27.66

CMYK color model

#B7AA87 color CMYK value is (0,7,26,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 26.23%
  • key color value is 28.24%
CMYK:
(0,7,26,28)
C0M7Y26K28 
(0%,7%,26%,28%)
(0.00/0.07/0.26/0.28)	

CMYK percentages

%0
%7.1
%26.23
%28.24

Codes

Color #B7AA87 in popluar color models

B7AA87
RGB183170135
HSL44°25.00%62.35%
HSB/HSV44°26.23%71.76%
CMYK0.00%7.10%26.23%
28.24%

Color #B7AA87 in popluar number systems.

HEXB7AA87
Decimal183170135
Binary101101111010101010000111
Octal267252207

Shades and tints

Shades of #B7AA87

#B7AA87
(183,170,135)
#A79B7B
(167,155,123)
#978C6F
(151,140,111)
#877D63
(135,125,99)
#776E57
(119,110,87)
#675F4B
(103,95,75)
#57503F
(87,80,63)
#474133
(71,65,51)
#373227
(55,50,39)
#27231B
(39,35,27)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #B7AA87

#B7AA87
(183,170,135)
#BDB191
(189,177,145)
#C3B89B
(195,184,155)
#C9BFA5
(201,191,165)
#CFC6AF
(207,198,175)
#D5CDB9
(213,205,185)
#DBD4C3
(219,212,195)
#E1DBCD
(225,219,205)
#E7E2D7
(231,226,215)
#EDE9E1
(237,233,225)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AA87 color. Also use rgb(183,170,135) instead hex code.

Text Font Color

.myTextColor { color: #B7AA87; }

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

This text font color is #B7AA87.


Background Color

.myBgColor { background-color: #B7AA87; }

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

This div background color is #B7AA87.


Border color

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

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

This div border color is #B7AA87.


Opacity

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

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

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

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

This text has shadow with #B7AA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AA87 on black background.


Color preview on white background

This text has color #B7AA87 on white background.



Black color preview on #B7AA87 background

This text has black color on #B7AA87 background.


White color preview on #B7AA87 background

This text has white color on #B7AA87 background.