COLOR #B2AD72

HEX: #B2AD72
RGB: (178,173,114)

Color info

#B2AD72 contains mainly red and green colors. Web safe color of #B2AD72 is #999966 (or #996).

RGB color model

#B2AD72 color RGB value is (178,173,114).

  • red value is 178;
  • green value is 173;
  • blue value is 114.
RGB:
(178,173,114)
(70%,68%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 114 of 255 = 45%

178
173
114

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 114 = 465 (100%)
R 178 of 465 ~ 38.28%
G 173 of 465 ~ 37.2%
B 114 of 465 ~ 24.52%

%38.28
%37.2
%24.52

CMYK color model

#B2AD72 color CMYK value is (0,3,36,30).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 35.96%
  • key color value is 30.20%
CMYK:
(0,3,36,30)
C0M3Y36K30 
(0%,3%,36%,30%)
(0.00/0.03/0.36/0.30)	

CMYK percentages

%0
%2.81
%35.96
%30.2

Codes

Color #B2AD72 in popluar color models

B2AD72
RGB178173114
HSL55°29.36%57.25%
HSB/HSV55°35.96%69.80%
CMYK0.00%2.81%35.96%
30.20%

Color #B2AD72 in popluar number systems.

HEXB2AD72
Decimal178173114
Binary10110010101011011110010
Octal262255162

Shades and tints

Shades of #B2AD72

#B2AD72
(178,173,114)
#A29E68
(162,158,104)
#928F5E
(146,143,94)
#828054
(130,128,84)
#72714A
(114,113,74)
#626240
(98,98,64)
#525336
(82,83,54)
#42442C
(66,68,44)
#323522
(50,53,34)
#222618
(34,38,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #B2AD72

#B2AD72
(178,173,114)
#B9B47E
(185,180,126)
#C0BB8A
(192,187,138)
#C7C296
(199,194,150)
#CEC9A2
(206,201,162)
#D5D0AE
(213,208,174)
#DCD7BA
(220,215,186)
#E3DEC6
(227,222,198)
#EAE5D2
(234,229,210)
#F1ECDE
(241,236,222)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AD72 color. Also use rgb(178,173,114) instead hex code.

Text Font Color

.myTextColor { color: #B2AD72; }

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

This text font color is #B2AD72.


Background Color

.myBgColor { background-color: #B2AD72; }

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

This div background color is #B2AD72.


Border color

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

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

This div border color is #B2AD72.


Opacity

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

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

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

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

This text has shadow with #B2AD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AD72 on black background.


Color preview on white background

This text has color #B2AD72 on white background.



Black color preview on #B2AD72 background

This text has black color on #B2AD72 background.


White color preview on #B2AD72 background

This text has white color on #B2AD72 background.