COLOR #B47E5B

HEX: #B47E5B
RGB: (180,126,91)

Color info

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

RGB color model

#B47E5B color RGB value is (180,126,91).

  • red value is 180;
  • green value is 126;
  • blue value is 91.
RGB:
(180,126,91)
(71%,49%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 91 of 255 = 36%

180
126
91

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

Portions of RGB colors in percentages

R + G + B =
180 + 126 + 91 = 397 (100%)
R 180 of 397 ~ 45.34%
G 126 of 397 ~ 31.74%
B 91 of 397 ~ 22.92%

%45.34
%31.74
%22.92

CMYK color model

#B47E5B color CMYK value is (0,30,49,29).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 49.44%
  • key color value is 29.41%
CMYK:
(0,30,49,29)
C0M30Y49K29 
(0%,30%,49%,29%)
(0.00/0.30/0.49/0.29)	

CMYK percentages

%0
%30
%49.44
%29.41

Codes

Color #B47E5B in popluar color models

B47E5B
RGB18012691
HSL24°37.24%53.14%
HSB/HSV24°49.44%70.59%
CMYK0.00%30.00%49.44%
29.41%

Color #B47E5B in popluar number systems.

HEXB47E5B
Decimal18012691
Binary1011010011111101011011
Octal264176133

Shades and tints

Shades of #B47E5B

#B47E5B
(180,126,91)
#A47353
(164,115,83)
#94684B
(148,104,75)
#845D43
(132,93,67)
#74523B
(116,82,59)
#644733
(100,71,51)
#543C2B
(84,60,43)
#443123
(68,49,35)
#34261B
(52,38,27)
#241B13
(36,27,19)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #B47E5B

#B47E5B
(180,126,91)
#BA8969
(186,137,105)
#C09477
(192,148,119)
#C69F85
(198,159,133)
#CCAA93
(204,170,147)
#D2B5A1
(210,181,161)
#D8C0AF
(216,192,175)
#DECBBD
(222,203,189)
#E4D6CB
(228,214,203)
#EAE1D9
(234,225,217)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47E5B color. Also use rgb(180,126,91) instead hex code.

Text Font Color

.myTextColor { color: #B47E5B; }

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

This text font color is #B47E5B.


Background Color

.myBgColor { background-color: #B47E5B; }

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

This div background color is #B47E5B.


Border color

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

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

This div border color is #B47E5B.


Opacity

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

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

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

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

This text has shadow with #B47E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47E5B on black background.


Color preview on white background

This text has color #B47E5B on white background.



Black color preview on #B47E5B background

This text has black color on #B47E5B background.


White color preview on #B47E5B background

This text has white color on #B47E5B background.