COLOR #B4AD81

HEX: #B4AD81
RGB: (180,173,129)

Color info

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

RGB color model

#B4AD81 color RGB value is (180,173,129).

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

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 129 of 255 = 51%

180
173
129

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 129 = 482 (100%)
R 180 of 482 ~ 37.34%
G 173 of 482 ~ 35.89%
B 129 of 482 ~ 26.76%

%37.34
%35.89
%26.76

CMYK color model

#B4AD81 color CMYK value is (0,4,28,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(0,4,28,29)
C0M4Y28K29 
(0%,4%,28%,29%)
(0.00/0.04/0.28/0.29)	

CMYK percentages

%0
%3.89
%28.33
%29.41

Codes

Color #B4AD81 in popluar color models

B4AD81
RGB180173129
HSL52°25.37%60.59%
HSB/HSV52°28.33%70.59%
CMYK0.00%3.89%28.33%
29.41%

Color #B4AD81 in popluar number systems.

HEXB4AD81
Decimal180173129
Binary101101001010110110000001
Octal264255201

Shades and tints

Shades of #B4AD81

#B4AD81
(180,173,129)
#A49E76
(164,158,118)
#948F6B
(148,143,107)
#848060
(132,128,96)
#747155
(116,113,85)
#64624A
(100,98,74)
#54533F
(84,83,63)
#444434
(68,68,52)
#343529
(52,53,41)
#24261E
(36,38,30)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4AD81

#B4AD81
(180,173,129)
#BAB48C
(186,180,140)
#C0BB97
(192,187,151)
#C6C2A2
(198,194,162)
#CCC9AD
(204,201,173)
#D2D0B8
(210,208,184)
#D8D7C3
(216,215,195)
#DEDECE
(222,222,206)
#E4E5D9
(228,229,217)
#EAECE4
(234,236,228)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AD81; }

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

This text font color is #B4AD81.


Background Color

.myBgColor { background-color: #B4AD81; }

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

This div background color is #B4AD81.


Border color

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

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

This div border color is #B4AD81.


Opacity

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

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

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

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

This text has shadow with #B4AD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AD81 on black background.


Color preview on white background

This text has color #B4AD81 on white background.



Black color preview on #B4AD81 background

This text has black color on #B4AD81 background.


White color preview on #B4AD81 background

This text has white color on #B4AD81 background.