COLOR #B4AE81

HEX: #B4AE81
RGB: (180,174,129)

Color info

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

RGB color model

#B4AE81 color RGB value is (180,174,129).

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

RGB channels and saturation

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

180
174
129

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

Portions of RGB colors in percentages

R + G + B =
180 + 174 + 129 = 483 (100%)
R 180 of 483 ~ 37.27%
G 174 of 483 ~ 36.02%
B 129 of 483 ~ 26.71%

%37.27
%36.02
%26.71

CMYK color model

#B4AE81 color CMYK value is (0,3,28,29).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(0,3,28,29)
C0M3Y28K29 
(0%,3%,28%,29%)
(0.00/0.03/0.28/0.29)	

CMYK percentages

%0
%3.33
%28.33
%29.41

Codes

Color #B4AE81 in popluar color models

B4AE81
RGB180174129
HSL53°25.37%60.59%
HSB/HSV53°28.33%70.59%
CMYK0.00%3.33%28.33%
29.41%

Color #B4AE81 in popluar number systems.

HEXB4AE81
Decimal180174129
Binary101101001010111010000001
Octal264256201

Shades and tints

Shades of #B4AE81

#B4AE81
(180,174,129)
#A49F76
(164,159,118)
#94906B
(148,144,107)
#848160
(132,129,96)
#747255
(116,114,85)
#64634A
(100,99,74)
#54543F
(84,84,63)
#444534
(68,69,52)
#343629
(52,54,41)
#24271E
(36,39,30)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #B4AE81

#B4AE81
(180,174,129)
#BAB58C
(186,181,140)
#C0BC97
(192,188,151)
#C6C3A2
(198,195,162)
#CCCAAD
(204,202,173)
#D2D1B8
(210,209,184)
#D8D8C3
(216,216,195)
#DEDFCE
(222,223,206)
#E4E6D9
(228,230,217)
#EAEDE4
(234,237,228)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AE81; }

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

This text font color is #B4AE81.


Background Color

.myBgColor { background-color: #B4AE81; }

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

This div background color is #B4AE81.


Border color

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

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

This div border color is #B4AE81.


Opacity

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

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

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

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

This text has shadow with #B4AE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AE81 on black background.


Color preview on white background

This text has color #B4AE81 on white background.



Black color preview on #B4AE81 background

This text has black color on #B4AE81 background.


White color preview on #B4AE81 background

This text has white color on #B4AE81 background.