COLOR #B4824C

HEX: #B4824C RGB: (180,130,76)

Color info

#B4824C contains mainly red and green colors. Web safe color of #B4824C is #CC9933 (or #C93).

RGB color model

#B4824C color RGB value is (180,130,76).

RGB: (180,130,76) (71%, 51%, 30%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 76 of 255 = 30%

180
130
76

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

Portions of RGB colors in percentages

R + G + B = 180 + 130 + 76 = 386 (100%)
R 180 of 386 ~ 46.63%
G 130 of 386 ~ 33.68%
B 76 of 386 ~ 19.69'%

%46.63
%33.68
%19.69

CMYK color model

#B4824C color CMYK value is (0,28,58,29).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 57.78%
  • key color value is 29.41%

CMYK: (0,28,58,29)
C0M28Y58K29 (0%, 28%, 58%, 29%)
(0.00 / 0.28 / 0.58 / 0.29)

CMYK percentages

%0
%27.78
%57.78
%29.41

Codes

Color #B4824C in popluar color models

B4 82 4C
RGB 180 130 76
HSL 31° 40.94% 50.20%
HSB/HSV 31° 57.78% 70.59%
CMYK 0.00% 27.78% 57.78%
29.41%

Color #B4824C in popluar number systems.

HEX B4 82 4C
Decimal 180 130 76
Binary 10110100 10000010 1001100
Octal 264 202 114

Shades and tints

Shades of #B4824C

#B4824C
(180,130,76)
#A47746
(164,119,70)
#946C40
(148,108,64)
#84613A
(132,97,58)
#745634
(116,86,52)
#644B2E
(100,75,46)
#544028
(84,64,40)
#443522
(68,53,34)
#342A1C
(52,42,28)
#241F16
(36,31,22)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4824C

#B4824C
(180,130,76)
#BA8D5C
(186,141,92)
#C0986C
(192,152,108)
#C6A37C
(198,163,124)
#CCAE8C
(204,174,140)
#D2B99C
(210,185,156)
#D8C4AC
(216,196,172)
#DECFBC
(222,207,188)
#E4DACC
(228,218,204)
#EAE5DC
(234,229,220)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4824C color. Also use rgb(180,130,76) instead hex code.

Text Font Color

.myTextColor { color: #B4824C; }

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

This text font color is #B4824C.

Background Color

.myBgColor { background-color: #B4824C; }

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

This div background color is #B4824C.

Border color

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

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

This div border color is #B4824C.

Opacity

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

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

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

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

This text has shadow with #B4824C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4824C.

Preview

Color preview on black background

This text has color #B4824C on black background.


Color preview on white background

This text has color #B4824C on white background.


Black color preview on #B4824C background

This text has black color on #B4824C background.


White color preview on #B4824C background

This text has white color on #B4824C background.


Related colors

Complementary color

Complementary color for #hex is #4B7DB3.


I love getcolorcode.com

Triadic colors

1 #4CB482 and #824CB4 with #B4824C are triadic colors.

2 #4C82B4 and #82B44C with #B4824C are triadic colors.