COLOR #B6AE60

HEX: #B6AE60
RGB: (182,174,96)

Color info

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

RGB color model

#B6AE60 color RGB value is (182,174,96).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 96 of 255 = 38%

182
174
96

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 96 = 452 (100%)
R 182 of 452 ~ 40.27%
G 174 of 452 ~ 38.5%
B 96 of 452 ~ 21.24%

%40.27
%38.5
%21.24

CMYK color model

#B6AE60 color CMYK value is (0,4,47,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 47.25%
  • key color value is 28.63%
CMYK:
(0,4,47,29)
C0M4Y47K29 
(0%,4%,47%,29%)
(0.00/0.04/0.47/0.29)	

CMYK percentages

%0
%4.4
%47.25
%28.63

Codes

Color #B6AE60 in popluar color models

B6AE60
RGB18217496
HSL54°37.07%54.51%
HSB/HSV54°47.25%71.37%
CMYK0.00%4.40%47.25%
28.63%

Color #B6AE60 in popluar number systems.

HEXB6AE60
Decimal18217496
Binary10110110101011101100000
Octal266256140

Shades and tints

Shades of #B6AE60

#B6AE60
(182,174,96)
#A69F58
(166,159,88)
#969050
(150,144,80)
#868148
(134,129,72)
#767240
(118,114,64)
#666338
(102,99,56)
#565430
(86,84,48)
#464528
(70,69,40)
#363620
(54,54,32)
#262718
(38,39,24)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #B6AE60

#B6AE60
(182,174,96)
#BCB56E
(188,181,110)
#C2BC7C
(194,188,124)
#C8C38A
(200,195,138)
#CECA98
(206,202,152)
#D4D1A6
(212,209,166)
#DAD8B4
(218,216,180)
#E0DFC2
(224,223,194)
#E6E6D0
(230,230,208)
#ECEDDE
(236,237,222)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AE60; }

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

This text font color is #B6AE60.


Background Color

.myBgColor { background-color: #B6AE60; }

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

This div background color is #B6AE60.


Border color

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

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

This div border color is #B6AE60.


Opacity

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

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

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

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

This text has shadow with #B6AE60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AE60 on black background.


Color preview on white background

This text has color #B6AE60 on white background.



Black color preview on #B6AE60 background

This text has black color on #B6AE60 background.


White color preview on #B6AE60 background

This text has white color on #B6AE60 background.