COLOR #B7AA95

HEX: #B7AA95 RGB: (183,170,149)

Color info

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

RGB color model

#B7AA95 color RGB value is (183,170,149).

RGB: (183,170,149) (72%, 67%, 58%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 149 of 255 = 58%

183
170
149

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

Portions of RGB colors in percentages

R + G + B = 183 + 170 + 149 = 502 (100%)
R 183 of 502 ~ 36.45%
G 170 of 502 ~ 33.86%
B 149 of 502 ~ 29.68'%

%36.45
%33.86
%29.68

CMYK color model

#B7AA95 color CMYK value is (0,7,19,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 18.58%
  • key color value is 28.24%

CMYK: (0,7,19,28)
C0M7Y19K28 (0%, 7%, 19%, 28%)
(0.00 / 0.07 / 0.19 / 0.28)

CMYK percentages

%0
%7.1
%18.58
%28.24

Codes

Color #B7AA95 in popluar color models

B7 AA 95
RGB 183 170 149
HSL 37° 19.10% 65.10%
HSB/HSV 37° 18.58% 71.76%
CMYK 0.00% 7.10% 18.58%
28.24%

Color #B7AA95 in popluar number systems.

HEX B7 AA 95
Decimal 183 170 149
Binary 10110111 10101010 10010101
Octal 267 252 225

Shades and tints

Shades of #B7AA95

#B7AA95
(183,170,149)
#A79B88
(167,155,136)
#978C7B
(151,140,123)
#877D6E
(135,125,110)
#776E61
(119,110,97)
#675F54
(103,95,84)
#575047
(87,80,71)
#47413A
(71,65,58)
#37322D
(55,50,45)
#272320
(39,35,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7AA95

#B7AA95
(183,170,149)
#BDB19E
(189,177,158)
#C3B8A7
(195,184,167)
#C9BFB0
(201,191,176)
#CFC6B9
(207,198,185)
#D5CDC2
(213,205,194)
#DBD4CB
(219,212,203)
#E1DBD4
(225,219,212)
#E7E2DD
(231,226,221)
#EDE9E6
(237,233,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AA95; }

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

This text font color is #B7AA95.

Background Color

.myBgColor { background-color: #B7AA95; }

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

This div background color is #B7AA95.

Border color

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

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

This div border color is #B7AA95.

Opacity

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

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

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

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

This text has shadow with #B7AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AA95.

Preview

Color preview on black background

This text has color #B7AA95 on black background.


Color preview on white background

This text has color #B7AA95 on white background.


Black color preview on #B7AA95 background

This text has black color on #B7AA95 background.


White color preview on #B7AA95 background

This text has white color on #B7AA95 background.


Related colors

Complementary color

Complementary color for #hex is #48556A.


I love getcolorcode.com

Triadic colors

1 #95B7AA and #AA95B7 with #B7AA95 are triadic colors.

2 #95AAB7 and #AAB795 with #B7AA95 are triadic colors.