COLOR #B6AA7B

HEX: #B6AA7B
RGB: (182,170,123)

Color info

#B6AA7B contains red, green and blue colors in about the same proportion. Web safe color of #B6AA7B is #CC9966 (or #C96).

RGB color model

#B6AA7B color RGB value is (182,170,123).

  • red value is 182;
  • green value is 170;
  • blue value is 123.
RGB:
(182,170,123)
(71%,67%,48%)

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 123 of 255 = 48%

182
170
123

R + G + B ~ 62%. #B6AA7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 123 = 475 (100%)
R 182 of 475 ~ 38.32%
G 170 of 475 ~ 35.79%
B 123 of 475 ~ 25.89%

%38.32
%35.79
%25.89

CMYK color model

#B6AA7B color CMYK value is (0,7,32,29).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 32.42%
  • key color value is 28.63%
CMYK:
(0,7,32,29)
C0M7Y32K29 
(0%,7%,32%,29%)
(0.00/0.07/0.32/0.29)	

CMYK percentages

%0
%6.59
%32.42
%28.63

Codes

Color #B6AA7B in popluar color models

B6AA7B
RGB182170123
HSL48°28.78%59.80%
HSB/HSV48°32.42%71.37%
CMYK0.00%6.59%32.42%
28.63%

Color #B6AA7B in popluar number systems.

HEXB6AA7B
Decimal182170123
Binary10110110101010101111011
Octal266252173

Shades and tints

Shades of #B6AA7B

#B6AA7B
(182,170,123)
#A69B70
(166,155,112)
#968C65
(150,140,101)
#867D5A
(134,125,90)
#766E4F
(118,110,79)
#665F44
(102,95,68)
#565039
(86,80,57)
#46412E
(70,65,46)
#363223
(54,50,35)
#262318
(38,35,24)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #B6AA7B

#B6AA7B
(182,170,123)
#BCB187
(188,177,135)
#C2B893
(194,184,147)
#C8BF9F
(200,191,159)
#CEC6AB
(206,198,171)
#D4CDB7
(212,205,183)
#DAD4C3
(218,212,195)
#E0DBCF
(224,219,207)
#E6E2DB
(230,226,219)
#ECE9E7
(236,233,231)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AA7B color. Also use rgb(182,170,123) instead hex code.

Text Font Color

.myTextColor { color: #B6AA7B; }

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

This text font color is #B6AA7B.


Background Color

.myBgColor { background-color: #B6AA7B; }

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

This div background color is #B6AA7B.


Border color

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

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

This div border color is #B6AA7B.


Opacity

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

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

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

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

This text has shadow with #B6AA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AA7B on black background.


Color preview on white background

This text has color #B6AA7B on white background.



Black color preview on #B6AA7B background

This text has black color on #B6AA7B background.


White color preview on #B6AA7B background

This text has white color on #B6AA7B background.