COLOR #B7AA6C

HEX: #B7AA6C
RGB: (183,170,108)

Color info

#B7AA6C contains mainly red and green colors. Web safe color of #B7AA6C is #CC9966 (or #C96).

RGB color model

#B7AA6C color RGB value is (183,170,108).

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

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 108 of 255 = 42%

183
170
108

R + G + B ~ 60%. #B7AA6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 108 = 461 (100%)
R 183 of 461 ~ 39.7%
G 170 of 461 ~ 36.88%
B 108 of 461 ~ 23.43%

%39.7
%36.88
%23.43

CMYK color model

#B7AA6C color CMYK value is (0,7,41,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 40.98%
  • key color value is 28.24%
CMYK:
(0,7,41,28)
C0M7Y41K28 
(0%,7%,41%,28%)
(0.00/0.07/0.41/0.28)	

CMYK percentages

%0
%7.1
%40.98
%28.24

Codes

Color #B7AA6C in popluar color models

B7AA6C
RGB183170108
HSL50°34.25%57.06%
HSB/HSV50°40.98%71.76%
CMYK0.00%7.10%40.98%
28.24%

Color #B7AA6C in popluar number systems.

HEXB7AA6C
Decimal183170108
Binary10110111101010101101100
Octal267252154

Shades and tints

Shades of #B7AA6C

#B7AA6C
(183,170,108)
#A79B63
(167,155,99)
#978C5A
(151,140,90)
#877D51
(135,125,81)
#776E48
(119,110,72)
#675F3F
(103,95,63)
#575036
(87,80,54)
#47412D
(71,65,45)
#373224
(55,50,36)
#27231B
(39,35,27)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #B7AA6C

#B7AA6C
(183,170,108)
#BDB179
(189,177,121)
#C3B886
(195,184,134)
#C9BF93
(201,191,147)
#CFC6A0
(207,198,160)
#D5CDAD
(213,205,173)
#DBD4BA
(219,212,186)
#E1DBC7
(225,219,199)
#E7E2D4
(231,226,212)
#EDE9E1
(237,233,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AA6C; }

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

This text font color is #B7AA6C.


Background Color

.myBgColor { background-color: #B7AA6C; }

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

This div background color is #B7AA6C.


Border color

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

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

This div border color is #B7AA6C.


Opacity

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

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

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

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

This text has shadow with #B7AA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AA6C on black background.


Color preview on white background

This text has color #B7AA6C on white background.



Black color preview on #B7AA6C background

This text has black color on #B7AA6C background.


White color preview on #B7AA6C background

This text has white color on #B7AA6C background.