COLOR #B6AF93

HEX: #B6AF93
RGB: (182,175,147)

Color info

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

RGB color model

#B6AF93 color RGB value is (182,175,147).

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

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 147 of 255 = 58%

182
175
147

R + G + B ~ 66%. #B6AF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 147 = 504 (100%)
R 182 of 504 ~ 36.11%
G 175 of 504 ~ 34.72%
B 147 of 504 ~ 29.17%

%36.11
%34.72
%29.17

CMYK color model

#B6AF93 color CMYK value is (0,4,19,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(0,4,19,29)
C0M4Y19K29 
(0%,4%,19%,29%)
(0.00/0.04/0.19/0.29)	

CMYK percentages

%0
%3.85
%19.23
%28.63

Codes

Color #B6AF93 in popluar color models

B6AF93
RGB182175147
HSL48°19.34%64.51%
HSB/HSV48°19.23%71.37%
CMYK0.00%3.85%19.23%
28.63%

Color #B6AF93 in popluar number systems.

HEXB6AF93
Decimal182175147
Binary101101101010111110010011
Octal266257223

Shades and tints

Shades of #B6AF93

#B6AF93
(182,175,147)
#A6A086
(166,160,134)
#969179
(150,145,121)
#86826C
(134,130,108)
#76735F
(118,115,95)
#666452
(102,100,82)
#565545
(86,85,69)
#464638
(70,70,56)
#36372B
(54,55,43)
#26281E
(38,40,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #B6AF93

#B6AF93
(182,175,147)
#BCB69C
(188,182,156)
#C2BDA5
(194,189,165)
#C8C4AE
(200,196,174)
#CECBB7
(206,203,183)
#D4D2C0
(212,210,192)
#DAD9C9
(218,217,201)
#E0E0D2
(224,224,210)
#E6E7DB
(230,231,219)
#ECEEE4
(236,238,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AF93; }

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

This text font color is #B6AF93.


Background Color

.myBgColor { background-color: #B6AF93; }

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

This div background color is #B6AF93.


Border color

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

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

This div border color is #B6AF93.


Opacity

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

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

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

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

This text has shadow with #B6AF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AF93 on black background.


Color preview on white background

This text has color #B6AF93 on white background.



Black color preview on #B6AF93 background

This text has black color on #B6AF93 background.


White color preview on #B6AF93 background

This text has white color on #B6AF93 background.