COLOR #B7844E

HEX: #B7844E RGB: (183,132,78)

Color info

#B7844E contains mainly red and green colors. Web safe color of #B7844E is #CC9966 (or #C96).

RGB color model

#B7844E color RGB value is (183,132,78).

RGB: (183,132,78) (72%, 52%, 31%)

RGB channels and saturation

R 183 of 255 = 72%
G 132 of 255 = 52%
B 78 of 255 = 31%

183
132
78

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

Portions of RGB colors in percentages

R + G + B = 183 + 132 + 78 = 393 (100%)
R 183 of 393 ~ 46.56%
G 132 of 393 ~ 33.59%
B 78 of 393 ~ 19.85'%

%46.56
%33.59
%19.85

CMYK color model

#B7844E color CMYK value is (0,28,57,28).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 57.38%
  • key color value is 28.24%

CMYK: (0,28,57,28)
C0M28Y57K28 (0%, 28%, 57%, 28%)
(0.00 / 0.28 / 0.57 / 0.28)

CMYK percentages

%0
%27.87
%57.38
%28.24

Codes

Color #B7844E in popluar color models

B7 84 4E
RGB 183 132 78
HSL 31° 42.17% 51.18%
HSB/HSV 31° 57.38% 71.76%
CMYK 0.00% 27.87% 57.38%
28.24%

Color #B7844E in popluar number systems.

HEX B7 84 4E
Decimal 183 132 78
Binary 10110111 10000100 1001110
Octal 267 204 116

Shades and tints

Shades of #B7844E

#B7844E
(183,132,78)
#A77847
(167,120,71)
#976C40
(151,108,64)
#876039
(135,96,57)
#775432
(119,84,50)
#67482B
(103,72,43)
#573C24
(87,60,36)
#47301D
(71,48,29)
#372416
(55,36,22)
#27180F
(39,24,15)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #B7844E

#B7844E
(183,132,78)
#BD8F5E
(189,143,94)
#C39A6E
(195,154,110)
#C9A57E
(201,165,126)
#CFB08E
(207,176,142)
#D5BB9E
(213,187,158)
#DBC6AE
(219,198,174)
#E1D1BE
(225,209,190)
#E7DCCE
(231,220,206)
#EDE7DE
(237,231,222)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7844E color. Also use rgb(183,132,78) instead hex code.

Text Font Color

.myTextColor { color: #B7844E; }

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

This text font color is #B7844E.

Background Color

.myBgColor { background-color: #B7844E; }

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

This div background color is #B7844E.

Border color

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

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

This div border color is #B7844E.

Opacity

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

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

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

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

This text has shadow with #B7844E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7844E.

Preview

Color preview on black background

This text has color #B7844E on black background.


Color preview on white background

This text has color #B7844E on white background.


Black color preview on #B7844E background

This text has black color on #B7844E background.


White color preview on #B7844E background

This text has white color on #B7844E background.


Related colors

Complementary color

Complementary color for #hex is #487BB1.


I love getcolorcode.com

Triadic colors

1 #4EB784 and #844EB7 with #B7844E are triadic colors.

2 #4E84B7 and #84B74E with #B7844E are triadic colors.