COLOR #B4A78E

HEX: #B4A78E RGB: (180,167,142)

Color info

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

RGB color model

#B4A78E color RGB value is (180,167,142).

RGB: (180,167,142) (71%, 65%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 142 of 255 = 56%

180
167
142

R + G + B ~ 64%. #B4A78E is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 167 + 142 = 489 (100%)
R 180 of 489 ~ 36.81%
G 167 of 489 ~ 34.15%
B 142 of 489 ~ 29.04'%

%36.81
%34.15
%29.04

CMYK color model

#B4A78E color CMYK value is (0,7,21,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 21.11%
  • key color value is 29.41%

CMYK: (0,7,21,29)
C0M7Y21K29 (0%, 7%, 21%, 29%)
(0.00 / 0.07 / 0.21 / 0.29)

CMYK percentages

%0
%7.22
%21.11
%29.41

Codes

Color #B4A78E in popluar color models

B4 A7 8E
RGB 180 167 142
HSL 39° 20.21% 63.14%
HSB/HSV 39° 21.11% 70.59%
CMYK 0.00% 7.22% 21.11%
29.41%

Color #B4A78E in popluar number systems.

HEX B4 A7 8E
Decimal 180 167 142
Binary 10110100 10100111 10001110
Octal 264 247 216

Shades and tints

Shades of #B4A78E

#B4A78E
(180,167,142)
#A49882
(164,152,130)
#948976
(148,137,118)
#847A6A
(132,122,106)
#746B5E
(116,107,94)
#645C52
(100,92,82)
#544D46
(84,77,70)
#443E3A
(68,62,58)
#342F2E
(52,47,46)
#242022
(36,32,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B4A78E

#B4A78E
(180,167,142)
#BAAF98
(186,175,152)
#C0B7A2
(192,183,162)
#C6BFAC
(198,191,172)
#CCC7B6
(204,199,182)
#D2CFC0
(210,207,192)
#D8D7CA
(216,215,202)
#DEDFD4
(222,223,212)
#E4E7DE
(228,231,222)
#EAEFE8
(234,239,232)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A78E; }

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

This text font color is #B4A78E.

Background Color

.myBgColor { background-color: #B4A78E; }

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

This div background color is #B4A78E.

Border color

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

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

This div border color is #B4A78E.

Opacity

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

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

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

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

This text has shadow with #B4A78E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A78E.

Preview

Color preview on black background

This text has color #B4A78E on black background.


Color preview on white background

This text has color #B4A78E on white background.


Black color preview on #B4A78E background

This text has black color on #B4A78E background.


White color preview on #B4A78E background

This text has white color on #B4A78E background.


Related colors

Complementary color

Complementary color for #hex is #4B5871.


I love getcolorcode.com

Triadic colors

1 #8EB4A7 and #A78EB4 with #B4A78E are triadic colors.

2 #8EA7B4 and #A7B48E with #B4A78E are triadic colors.