COLOR #B4804E

HEX: #B4804E
RGB: (180,128,78)

Color info

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

RGB color model

#B4804E color RGB value is (180,128,78).

  • red value is 180;
  • green value is 128;
  • blue value is 78.
RGB:
(180,128,78)
(71%,50%,31%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 78 of 255 = 31%

180
128
78

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

Portions of RGB colors in percentages

R + G + B =
180 + 128 + 78 = 386 (100%)
R 180 of 386 ~ 46.63%
G 128 of 386 ~ 33.16%
B 78 of 386 ~ 20.21%

%46.63
%33.16
%20.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 56.67%
  • key color value is 29.41%
CMYK:
(0,29,57,29)
C0M29Y57K29 
(0%,29%,57%,29%)
(0.00/0.29/0.57/0.29)	

CMYK percentages

%0
%28.89
%56.67
%29.41

Codes

Color #B4804E in popluar color models

B4804E
RGB18012878
HSL29°40.48%50.59%
HSB/HSV29°56.67%70.59%
CMYK0.00%28.89%56.67%
29.41%

Color #B4804E in popluar number systems.

HEXB4804E
Decimal18012878
Binary10110100100000001001110
Octal264200116

Shades and tints

Shades of #B4804E

#B4804E
(180,128,78)
#A47547
(164,117,71)
#946A40
(148,106,64)
#845F39
(132,95,57)
#745432
(116,84,50)
#64492B
(100,73,43)
#543E24
(84,62,36)
#44331D
(68,51,29)
#342816
(52,40,22)
#241D0F
(36,29,15)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #B4804E

#B4804E
(180,128,78)
#BA8B5E
(186,139,94)
#C0966E
(192,150,110)
#C6A17E
(198,161,126)
#CCAC8E
(204,172,142)
#D2B79E
(210,183,158)
#D8C2AE
(216,194,174)
#DECDBE
(222,205,190)
#E4D8CE
(228,216,206)
#EAE3DE
(234,227,222)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4804E; }

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

This text font color is #B4804E.


Background Color

.myBgColor { background-color: #B4804E; }

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

This div background color is #B4804E.


Border color

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

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

This div border color is #B4804E.


Opacity

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

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

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

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

This text has shadow with #B4804E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4804E on black background.


Color preview on white background

This text has color #B4804E on white background.



Black color preview on #B4804E background

This text has black color on #B4804E background.


White color preview on #B4804E background

This text has white color on #B4804E background.