COLOR #B4AD7E

HEX: #B4AD7E
RGB: (180,173,126)

Color info

#B4AD7E contains red, green and blue colors in about the same proportion. Web safe color of #B4AD7E is #CC9966 (or #C96).

RGB color model

#B4AD7E color RGB value is (180,173,126).

  • red value is 180;
  • green value is 173;
  • blue value is 126.
RGB:
(180,173,126)
(71%,68%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 126 of 255 = 49%

180
173
126

R + G + B ~ 63%. #B4AD7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 126 = 479 (100%)
R 180 of 479 ~ 37.58%
G 173 of 479 ~ 36.12%
B 126 of 479 ~ 26.3%

%37.58
%36.12
%26.3

CMYK color model

#B4AD7E color CMYK value is (0,4,30,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(0,4,30,29)
C0M4Y30K29 
(0%,4%,30%,29%)
(0.00/0.04/0.30/0.29)	

CMYK percentages

%0
%3.89
%30
%29.41

Codes

Color #B4AD7E in popluar color models

B4AD7E
RGB180173126
HSL52°26.47%60.00%
HSB/HSV52°30.00%70.59%
CMYK0.00%3.89%30.00%
29.41%

Color #B4AD7E in popluar number systems.

HEXB4AD7E
Decimal180173126
Binary10110100101011011111110
Octal264255176

Shades and tints

Shades of #B4AD7E

#B4AD7E
(180,173,126)
#A49E73
(164,158,115)
#948F68
(148,143,104)
#84805D
(132,128,93)
#747152
(116,113,82)
#646247
(100,98,71)
#54533C
(84,83,60)
#444431
(68,68,49)
#343526
(52,53,38)
#24261B
(36,38,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4AD7E

#B4AD7E
(180,173,126)
#BAB489
(186,180,137)
#C0BB94
(192,187,148)
#C6C29F
(198,194,159)
#CCC9AA
(204,201,170)
#D2D0B5
(210,208,181)
#D8D7C0
(216,215,192)
#DEDECB
(222,222,203)
#E4E5D6
(228,229,214)
#EAECE1
(234,236,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AD7E color. Also use rgb(180,173,126) instead hex code.

Text Font Color

.myTextColor { color: #B4AD7E; }

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

This text font color is #B4AD7E.


Background Color

.myBgColor { background-color: #B4AD7E; }

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

This div background color is #B4AD7E.


Border color

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

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

This div border color is #B4AD7E.


Opacity

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

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

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

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

This text has shadow with #B4AD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AD7E on black background.


Color preview on white background

This text has color #B4AD7E on white background.



Black color preview on #B4AD7E background

This text has black color on #B4AD7E background.


White color preview on #B4AD7E background

This text has white color on #B4AD7E background.