COLOR #B6AA78

HEX: #B6AA78
RGB: (182,170,120)

Color info

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

RGB color model

#B6AA78 color RGB value is (182,170,120).

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

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 120 of 255 = 47%

182
170
120

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 120 = 472 (100%)
R 182 of 472 ~ 38.56%
G 170 of 472 ~ 36.02%
B 120 of 472 ~ 25.42%

%38.56
%36.02
%25.42

CMYK color model

#B6AA78 color CMYK value is (0,7,34,29).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,7,34,29)
C0M7Y34K29 
(0%,7%,34%,29%)
(0.00/0.07/0.34/0.29)	

CMYK percentages

%0
%6.59
%34.07
%28.63

Codes

Color #B6AA78 in popluar color models

B6AA78
RGB182170120
HSL48°29.81%59.22%
HSB/HSV48°34.07%71.37%
CMYK0.00%6.59%34.07%
28.63%

Color #B6AA78 in popluar number systems.

HEXB6AA78
Decimal182170120
Binary10110110101010101111000
Octal266252170

Shades and tints

Shades of #B6AA78

#B6AA78
(182,170,120)
#A69B6E
(166,155,110)
#968C64
(150,140,100)
#867D5A
(134,125,90)
#766E50
(118,110,80)
#665F46
(102,95,70)
#56503C
(86,80,60)
#464132
(70,65,50)
#363228
(54,50,40)
#26231E
(38,35,30)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6AA78

#B6AA78
(182,170,120)
#BCB184
(188,177,132)
#C2B890
(194,184,144)
#C8BF9C
(200,191,156)
#CEC6A8
(206,198,168)
#D4CDB4
(212,205,180)
#DAD4C0
(218,212,192)
#E0DBCC
(224,219,204)
#E6E2D8
(230,226,216)
#ECE9E4
(236,233,228)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AA78; }

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

This text font color is #B6AA78.


Background Color

.myBgColor { background-color: #B6AA78; }

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

This div background color is #B6AA78.


Border color

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

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

This div border color is #B6AA78.


Opacity

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

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

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

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

This text has shadow with #B6AA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AA78 on black background.


Color preview on white background

This text has color #B6AA78 on white background.



Black color preview on #B6AA78 background

This text has black color on #B6AA78 background.


White color preview on #B6AA78 background

This text has white color on #B6AA78 background.