COLOR #B6AF8B

HEX: #B6AF8B
RGB: (182,175,139)

Color info

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

RGB color model

#B6AF8B color RGB value is (182,175,139).

  • red value is 182;
  • green value is 175;
  • blue value is 139.
RGB:
(182,175,139)
(71%,69%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 139 of 255 = 55%

182
175
139

R + G + B ~ 65%. #B6AF8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 139 = 496 (100%)
R 182 of 496 ~ 36.69%
G 175 of 496 ~ 35.28%
B 139 of 496 ~ 28.02%

%36.69
%35.28
%28.02

CMYK color model

#B6AF8B color CMYK value is (0,4,24,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(0,4,24,29)
C0M4Y24K29 
(0%,4%,24%,29%)
(0.00/0.04/0.24/0.29)	

CMYK percentages

%0
%3.85
%23.63
%28.63

Codes

Color #B6AF8B in popluar color models

B6AF8B
RGB182175139
HSL50°22.75%62.94%
HSB/HSV50°23.63%71.37%
CMYK0.00%3.85%23.63%
28.63%

Color #B6AF8B in popluar number systems.

HEXB6AF8B
Decimal182175139
Binary101101101010111110001011
Octal266257213

Shades and tints

Shades of #B6AF8B

#B6AF8B
(182,175,139)
#A6A07F
(166,160,127)
#969173
(150,145,115)
#868267
(134,130,103)
#76735B
(118,115,91)
#66644F
(102,100,79)
#565543
(86,85,67)
#464637
(70,70,55)
#36372B
(54,55,43)
#26281F
(38,40,31)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #B6AF8B

#B6AF8B
(182,175,139)
#BCB695
(188,182,149)
#C2BD9F
(194,189,159)
#C8C4A9
(200,196,169)
#CECBB3
(206,203,179)
#D4D2BD
(212,210,189)
#DAD9C7
(218,217,199)
#E0E0D1
(224,224,209)
#E6E7DB
(230,231,219)
#ECEEE5
(236,238,229)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AF8B color. Also use rgb(182,175,139) instead hex code.

Text Font Color

.myTextColor { color: #B6AF8B; }

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

This text font color is #B6AF8B.


Background Color

.myBgColor { background-color: #B6AF8B; }

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

This div background color is #B6AF8B.


Border color

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

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

This div border color is #B6AF8B.


Opacity

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

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

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

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

This text has shadow with #B6AF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AF8B on black background.


Color preview on white background

This text has color #B6AF8B on white background.



Black color preview on #B6AF8B background

This text has black color on #B6AF8B background.


White color preview on #B6AF8B background

This text has white color on #B6AF8B background.