COLOR #B4A79A

HEX: #B4A79A RGB: (180,167,154)

Color info

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

RGB color model

#B4A79A color RGB value is (180,167,154).

RGB: (180,167,154) (71%, 65%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 154 of 255 = 60%

180
167
154

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

Portions of RGB colors in percentages

R + G + B = 180 + 167 + 154 = 501 (100%)
R 180 of 501 ~ 35.93%
G 167 of 501 ~ 33.33%
B 154 of 501 ~ 30.74'%

%35.93
%33.33
%30.74

CMYK color model

#B4A79A color CMYK value is (0,7,14,29).

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

CMYK: (0,7,14,29)
C0M7Y14K29 (0%, 7%, 14%, 29%)
(0.00 / 0.07 / 0.14 / 0.29)

CMYK percentages

%0
%7.22
%14.44
%29.41

Codes

Color #B4A79A in popluar color models

B4 A7 9A
RGB 180 167 154
HSL 30° 14.77% 65.49%
HSB/HSV 30° 14.44% 70.59%
CMYK 0.00% 7.22% 14.44%
29.41%

Color #B4A79A in popluar number systems.

HEX B4 A7 9A
Decimal 180 167 154
Binary 10110100 10100111 10011010
Octal 264 247 232

Shades and tints

Shades of #B4A79A

#B4A79A
(180,167,154)
#A4988C
(164,152,140)
#94897E
(148,137,126)
#847A70
(132,122,112)
#746B62
(116,107,98)
#645C54
(100,92,84)
#544D46
(84,77,70)
#443E38
(68,62,56)
#342F2A
(52,47,42)
#24201C
(36,32,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #B4A79A

#B4A79A
(180,167,154)
#BAAFA3
(186,175,163)
#C0B7AC
(192,183,172)
#C6BFB5
(198,191,181)
#CCC7BE
(204,199,190)
#D2CFC7
(210,207,199)
#D8D7D0
(216,215,208)
#DEDFD9
(222,223,217)
#E4E7E2
(228,231,226)
#EAEFEB
(234,239,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A79A; }

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

This text font color is #B4A79A.

Background Color

.myBgColor { background-color: #B4A79A; }

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

This div background color is #B4A79A.

Border color

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

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

This div border color is #B4A79A.

Opacity

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

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

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

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

This text has shadow with #B4A79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A79A.

Preview

Color preview on black background

This text has color #B4A79A on black background.


Color preview on white background

This text has color #B4A79A on white background.


Black color preview on #B4A79A background

This text has black color on #B4A79A background.


White color preview on #B4A79A background

This text has white color on #B4A79A background.


Related colors

Complementary color

Complementary color for #hex is #4B5865.


I love getcolorcode.com

Triadic colors

1 #9AB4A7 and #A79AB4 with #B4A79A are triadic colors.

2 #9AA7B4 and #A7B49A with #B4A79A are triadic colors.