COLOR #B6A87F

HEX: #B6A87F
RGB: (182,168,127)

Color info

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

RGB color model

#B6A87F color RGB value is (182,168,127).

  • red value is 182;
  • green value is 168;
  • blue value is 127.
RGB:
(182,168,127)
(71%,66%,50%)

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 127 of 255 = 50%

182
168
127

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

Portions of RGB colors in percentages

R + G + B =
182 + 168 + 127 = 477 (100%)
R 182 of 477 ~ 38.16%
G 168 of 477 ~ 35.22%
B 127 of 477 ~ 26.62%

%38.16
%35.22
%26.62

CMYK color model

#B6A87F color CMYK value is (0,8,30,29).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(0,8,30,29)
C0M8Y30K29 
(0%,8%,30%,29%)
(0.00/0.08/0.30/0.29)	

CMYK percentages

%0
%7.69
%30.22
%28.63

Codes

Color #B6A87F in popluar color models

B6A87F
RGB182168127
HSL45°27.36%60.59%
HSB/HSV45°30.22%71.37%
CMYK0.00%7.69%30.22%
28.63%

Color #B6A87F in popluar number systems.

HEXB6A87F
Decimal182168127
Binary10110110101010001111111
Octal266250177

Shades and tints

Shades of #B6A87F

#B6A87F
(182,168,127)
#A69974
(166,153,116)
#968A69
(150,138,105)
#867B5E
(134,123,94)
#766C53
(118,108,83)
#665D48
(102,93,72)
#564E3D
(86,78,61)
#463F32
(70,63,50)
#363027
(54,48,39)
#26211C
(38,33,28)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6A87F

#B6A87F
(182,168,127)
#BCAF8A
(188,175,138)
#C2B695
(194,182,149)
#C8BDA0
(200,189,160)
#CEC4AB
(206,196,171)
#D4CBB6
(212,203,182)
#DAD2C1
(218,210,193)
#E0D9CC
(224,217,204)
#E6E0D7
(230,224,215)
#ECE7E2
(236,231,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A87F color. Also use rgb(182,168,127) instead hex code.

Text Font Color

.myTextColor { color: #B6A87F; }

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

This text font color is #B6A87F.


Background Color

.myBgColor { background-color: #B6A87F; }

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

This div background color is #B6A87F.


Border color

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

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

This div border color is #B6A87F.


Opacity

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

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

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

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

This text has shadow with #B6A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A87F on black background.


Color preview on white background

This text has color #B6A87F on white background.



Black color preview on #B6A87F background

This text has black color on #B6A87F background.


White color preview on #B6A87F background

This text has white color on #B6A87F background.