COLOR #B6AE5F

HEX: #B6AE5F
RGB: (182,174,95)

Color info

#B6AE5F contains mainly red and green colors. Web safe color of #B6AE5F is #CC9966 (or #C96).

RGB color model

#B6AE5F color RGB value is (182,174,95).

  • red value is 182;
  • green value is 174;
  • blue value is 95.
RGB:
(182,174,95)
(71%,68%,37%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 95 of 255 = 37%

182
174
95

R + G + B ~ 59%. #B6AE5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 95 = 451 (100%)
R 182 of 451 ~ 40.35%
G 174 of 451 ~ 38.58%
B 95 of 451 ~ 21.06%

%40.35
%38.58
%21.06

CMYK color model

#B6AE5F color CMYK value is (0,4,48,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 47.80%
  • key color value is 28.63%
CMYK:
(0,4,48,29)
C0M4Y48K29 
(0%,4%,48%,29%)
(0.00/0.04/0.48/0.29)	

CMYK percentages

%0
%4.4
%47.8
%28.63

Codes

Color #B6AE5F in popluar color models

B6AE5F
RGB18217495
HSL54°37.34%54.31%
HSB/HSV54°47.80%71.37%
CMYK0.00%4.40%47.80%
28.63%

Color #B6AE5F in popluar number systems.

HEXB6AE5F
Decimal18217495
Binary10110110101011101011111
Octal266256137

Shades and tints

Shades of #B6AE5F

#B6AE5F
(182,174,95)
#A69F57
(166,159,87)
#96904F
(150,144,79)
#868147
(134,129,71)
#76723F
(118,114,63)
#666337
(102,99,55)
#56542F
(86,84,47)
#464527
(70,69,39)
#36361F
(54,54,31)
#262717
(38,39,23)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #B6AE5F

#B6AE5F
(182,174,95)
#BCB56D
(188,181,109)
#C2BC7B
(194,188,123)
#C8C389
(200,195,137)
#CECA97
(206,202,151)
#D4D1A5
(212,209,165)
#DAD8B3
(218,216,179)
#E0DFC1
(224,223,193)
#E6E6CF
(230,230,207)
#ECEDDD
(236,237,221)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AE5F color. Also use rgb(182,174,95) instead hex code.

Text Font Color

.myTextColor { color: #B6AE5F; }

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

This text font color is #B6AE5F.


Background Color

.myBgColor { background-color: #B6AE5F; }

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

This div background color is #B6AE5F.


Border color

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

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

This div border color is #B6AE5F.


Opacity

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

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

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

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

This text has shadow with #B6AE5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AE5F on black background.


Color preview on white background

This text has color #B6AE5F on white background.



Black color preview on #B6AE5F background

This text has black color on #B6AE5F background.


White color preview on #B6AE5F background

This text has white color on #B6AE5F background.