COLOR #B4AE8E

HEX: #B4AE8E
RGB: (180,174,142)

Color info

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

RGB color model

#B4AE8E color RGB value is (180,174,142).

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

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 142 of 255 = 56%

180
174
142

R + G + B ~ 65%. #B4AE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 174 + 142 = 496 (100%)
R 180 of 496 ~ 36.29%
G 174 of 496 ~ 35.08%
B 142 of 496 ~ 28.63%

%36.29
%35.08
%28.63

CMYK color model

#B4AE8E color CMYK value is (0,3,21,29).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK: (0,3,21,29) C0M3Y21K29 (0%,3%,21%,29%) (0.00/0.03/0.21/0.29)

CMYK percentages

%0
%3.33
%21.11
%29.41

Codes

Color #B4AE8E in popluar color models

B4AE8E
RGB180174142
HSL51°20.21%63.14%
HSB/HSV51°21.11%70.59%
CMYK0.00%3.33%21.11%
29.41%

Color #B4AE8E in popluar number systems.

HEXB4AE8E
Decimal180174142
Binary101101001010111010001110
Octal264256216

Shades and tints

Shades of #B4AE8E

#B4AE8E
(180,174,142)
#A49F82
(164,159,130)
#949076
(148,144,118)
#84816A
(132,129,106)
#74725E
(116,114,94)
#646352
(100,99,82)
#545446
(84,84,70)
#44453A
(68,69,58)
#34362E
(52,54,46)
#242722
(36,39,34)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #B4AE8E

#B4AE8E
(180,174,142)
#BAB598
(186,181,152)
#C0BCA2
(192,188,162)
#C6C3AC
(198,195,172)
#CCCAB6
(204,202,182)
#D2D1C0
(210,209,192)
#D8D8CA
(216,216,202)
#DEDFD4
(222,223,212)
#E4E6DE
(228,230,222)
#EAEDE8
(234,237,232)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AE8E; }

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

This text font color is #B4AE8E.


Background Color

.myBgColor { background-color: #B4AE8E; }

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

This div background color is #B4AE8E.


Border color

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

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

This div border color is #B4AE8E.


Opacity

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

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

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

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

This text has shadow with #B4AE8E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4AE8E on black background.


Color preview on white background

This text has color #B4AE8E on white background.



Black color preview on #B4AE8E background

This text has black color on #B4AE8E background.


White color preview on #B4AE8E background

This text has white color on #B4AE8E background.