COLOR #B6A78E

HEX: #B6A78E
RGB: (182,167,142)

Color info

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

RGB color model

#B6A78E color RGB value is (182,167,142).

  • red value is 182;
  • green value is 167;
  • blue value is 142.
RGB:
(182,167,142)
(71%,65%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 167 of 255 = 65%
B 142 of 255 = 56%

182
167
142

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

Portions of RGB colors in percentages

R + G + B =
182 + 167 + 142 = 491 (100%)
R 182 of 491 ~ 37.07%
G 167 of 491 ~ 34.01%
B 142 of 491 ~ 28.92%

%37.07
%34.01
%28.92

CMYK color model

#B6A78E color CMYK value is (0,8,22,29).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,8,22,29)
C0M8Y22K29 
(0%,8%,22%,29%)
(0.00/0.08/0.22/0.29)	

CMYK percentages

%0
%8.24
%21.98
%28.63

Codes

Color #B6A78E in popluar color models

B6A78E
RGB182167142
HSL38°21.51%63.53%
HSB/HSV38°21.98%71.37%
CMYK0.00%8.24%21.98%
28.63%

Color #B6A78E in popluar number systems.

HEXB6A78E
Decimal182167142
Binary101101101010011110001110
Octal266247216

Shades and tints

Shades of #B6A78E

#B6A78E
(182,167,142)
#A69882
(166,152,130)
#968976
(150,137,118)
#867A6A
(134,122,106)
#766B5E
(118,107,94)
#665C52
(102,92,82)
#564D46
(86,77,70)
#463E3A
(70,62,58)
#362F2E
(54,47,46)
#262022
(38,32,34)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #B6A78E

#B6A78E
(182,167,142)
#BCAF98
(188,175,152)
#C2B7A2
(194,183,162)
#C8BFAC
(200,191,172)
#CEC7B6
(206,199,182)
#D4CFC0
(212,207,192)
#DAD7CA
(218,215,202)
#E0DFD4
(224,223,212)
#E6E7DE
(230,231,222)
#ECEFE8
(236,239,232)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A78E; }

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

This text font color is #B6A78E.


Background Color

.myBgColor { background-color: #B6A78E; }

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

This div background color is #B6A78E.


Border color

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

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

This div border color is #B6A78E.


Opacity

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

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

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

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

This text has shadow with #B6A78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A78E on black background.


Color preview on white background

This text has color #B6A78E on white background.



Black color preview on #B6A78E background

This text has black color on #B6A78E background.


White color preview on #B6A78E background

This text has white color on #B6A78E background.