COLOR #B4794E

HEX: #B4794E RGB: (180,121,78)

Color info

#B4794E contains mainly red and green colors. Web safe color of #B4794E is #CC6666 (or #C66).

RGB color model

#B4794E color RGB value is (180,121,78).

RGB: (180,121,78) (71%, 47%, 31%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 78 of 255 = 31%

180
121
78

R + G + B ~ 50%. #B4794E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 121 + 78 = 379 (100%)
R 180 of 379 ~ 47.49%
G 121 of 379 ~ 31.93%
B 78 of 379 ~ 20.58'%

%47.49
%31.93
%20.58

CMYK color model

#B4794E color CMYK value is (0,33,57,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 56.67%
  • key color value is 29.41%
CMYK: (0,33,57,29) C0M33Y57K29 (0%,33%,57%,29%) (0.00/0.33/0.57/0.29) 

CMYK percentages

%0
%32.78
%56.67
%29.41

Codes

Color #B4794E in popluar color models

B4 79 4E
RGB 180 121 78
HSL 25° 40.48% 50.59%
HSB/HSV 25° 56.67% 70.59%
CMYK 0.00% 32.78% 56.67%
29.41%

Color #B4794E in popluar number systems.

HEX B4 79 4E
Decimal 180 121 78
Binary 10110100 1111001 1001110
Octal 264 171 116

Shades and tints

Shades of #B4794E

#B4794E
(180,121,78)
#A46E47
(164,110,71)
#946340
(148,99,64)
#845839
(132,88,57)
#744D32
(116,77,50)
#64422B
(100,66,43)
#543724
(84,55,36)
#442C1D
(68,44,29)
#342116
(52,33,22)
#24160F
(36,22,15)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #B4794E

#B4794E
(180,121,78)
#BA855E
(186,133,94)
#C0916E
(192,145,110)
#C69D7E
(198,157,126)
#CCA98E
(204,169,142)
#D2B59E
(210,181,158)
#D8C1AE
(216,193,174)
#DECDBE
(222,205,190)
#E4D9CE
(228,217,206)
#EAE5DE
(234,229,222)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4794E color. Also use rgb(180,121,78) instead hex code.

Text Font Color

.myTextColor { color: #B4794E; }

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

This text font color is #B4794E.

Background Color

.myBgColor { background-color: #B4794E; }

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

This div background color is #B4794E.

Border color

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

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

This div border color is #B4794E.

Opacity

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

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

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

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

This text has shadow with #B4794E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4794E.

Preview

Color preview on black background

This text has color #B4794E on black background.


Color preview on white background

This text has color #B4794E on white background.


Black color preview on #B4794E background

This text has black color on #B4794E background.


White color preview on #B4794E background

This text has white color on #B4794E background.


Related colors

Complementary color

Complementary color for #hex is #4B86B1.


I love getcolorcode.com

Triadic colors

1 #4EB479 and #794EB4 with #B4794E are triadic colors.

2 #4E79B4 and #79B44E with #B4794E are triadic colors.