COLOR #B6A67B

HEX: #B6A67B
RGB: (182,166,123)

Color info

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

RGB color model

#B6A67B color RGB value is (182,166,123).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 123 of 255 = 48%

182
166
123

R + G + B ~ 61%. #B6A67B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 123 = 471 (100%)
R 182 of 471 ~ 38.64%
G 166 of 471 ~ 35.24%
B 123 of 471 ~ 26.11%

%38.64
%35.24
%26.11

CMYK color model

#B6A67B color CMYK value is (0,9,32,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 32.42%
  • key color value is 28.63%
CMYK:
(0,9,32,29)
C0M9Y32K29 
(0%,9%,32%,29%)
(0.00/0.09/0.32/0.29)	

CMYK percentages

%0
%8.79
%32.42
%28.63

Codes

Color #B6A67B in popluar color models

B6A67B
RGB182166123
HSL44°28.78%59.80%
HSB/HSV44°32.42%71.37%
CMYK0.00%8.79%32.42%
28.63%

Color #B6A67B in popluar number systems.

HEXB6A67B
Decimal182166123
Binary10110110101001101111011
Octal266246173

Shades and tints

Shades of #B6A67B

#B6A67B
(182,166,123)
#A69770
(166,151,112)
#968865
(150,136,101)
#86795A
(134,121,90)
#766A4F
(118,106,79)
#665B44
(102,91,68)
#564C39
(86,76,57)
#463D2E
(70,61,46)
#362E23
(54,46,35)
#261F18
(38,31,24)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #B6A67B

#B6A67B
(182,166,123)
#BCAE87
(188,174,135)
#C2B693
(194,182,147)
#C8BE9F
(200,190,159)
#CEC6AB
(206,198,171)
#D4CEB7
(212,206,183)
#DAD6C3
(218,214,195)
#E0DECF
(224,222,207)
#E6E6DB
(230,230,219)
#ECEEE7
(236,238,231)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A67B; }

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

This text font color is #B6A67B.


Background Color

.myBgColor { background-color: #B6A67B; }

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

This div background color is #B6A67B.


Border color

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

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

This div border color is #B6A67B.


Opacity

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

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

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

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

This text has shadow with #B6A67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A67B on black background.


Color preview on white background

This text has color #B6A67B on white background.



Black color preview on #B6A67B background

This text has black color on #B6A67B background.


White color preview on #B6A67B background

This text has white color on #B6A67B background.