COLOR #B6A78D

HEX: #B6A78D RGB: (182,167,141)

Color info

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

RGB color model

#B6A78D color RGB value is (182,167,141).

RGB: (182,167,141) (71%, 65%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 167 of 255 = 65%
B 141 of 255 = 55%

182
167
141

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

Portions of RGB colors in percentages

R + G + B = 182 + 167 + 141 = 490 (100%)
R 182 of 490 ~ 37.14%
G 167 of 490 ~ 34.08%
B 141 of 490 ~ 28.78'%

%37.14
%34.08
%28.78

CMYK color model

#B6A78D color CMYK value is (0,8,23,29).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 22.53%
  • key color value is 28.63%

CMYK: (0,8,23,29)
C0M8Y23K29 (0%, 8%, 23%, 29%)
(0.00 / 0.08 / 0.23 / 0.29)

CMYK percentages

%0
%8.24
%22.53
%28.63

Codes

Color #B6A78D in popluar color models

B6 A7 8D
RGB 182 167 141
HSL 38° 21.93% 63.33%
HSB/HSV 38° 22.53% 71.37%
CMYK 0.00% 8.24% 22.53%
28.63%

Color #B6A78D in popluar number systems.

HEX B6 A7 8D
Decimal 182 167 141
Binary 10110110 10100111 10001101
Octal 266 247 215

Shades and tints

Shades of #B6A78D

#B6A78D
(182,167,141)
#A69881
(166,152,129)
#968975
(150,137,117)
#867A69
(134,122,105)
#766B5D
(118,107,93)
#665C51
(102,92,81)
#564D45
(86,77,69)
#463E39
(70,62,57)
#362F2D
(54,47,45)
#262021
(38,32,33)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #B6A78D

#B6A78D
(182,167,141)
#BCAF97
(188,175,151)
#C2B7A1
(194,183,161)
#C8BFAB
(200,191,171)
#CEC7B5
(206,199,181)
#D4CFBF
(212,207,191)
#DAD7C9
(218,215,201)
#E0DFD3
(224,223,211)
#E6E7DD
(230,231,221)
#ECEFE7
(236,239,231)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A78D color. Also use rgb(182,167,141) instead hex code.

Text Font Color

.myTextColor { color: #B6A78D; }

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

This text font color is #B6A78D.

Background Color

.myBgColor { background-color: #B6A78D; }

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

This div background color is #B6A78D.

Border color

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

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

This div border color is #B6A78D.

Opacity

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

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

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

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

This text has shadow with #B6A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A78D.

Preview

Color preview on black background

This text has color #B6A78D on black background.


Color preview on white background

This text has color #B6A78D on white background.


Black color preview on #B6A78D background

This text has black color on #B6A78D background.


White color preview on #B6A78D background

This text has white color on #B6A78D background.


Related colors

Complementary color

Complementary color for #hex is #495872.


I love getcolorcode.com

Triadic colors

1 #8DB6A7 and #A78DB6 with #B6A78D are triadic colors.

2 #8DA7B6 and #A7B68D with #B6A78D are triadic colors.