COLOR #B47A40

HEX: #B47A40
RGB: (180,122,64)

Color info

#B47A40 contains mainly red and green colors. Web safe color of #B47A40 is #CC6633 (or #C63).

RGB color model

#B47A40 color RGB value is (180,122,64).

  • red value is 180;
  • green value is 122;
  • blue value is 64.
RGB:
(180,122,64)
(71%,48%,25%)

RGB channels and saturation

R 180 of 255 = 71%
G 122 of 255 = 48%
B 64 of 255 = 25%

180
122
64

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

Portions of RGB colors in percentages

R + G + B =
180 + 122 + 64 = 366 (100%)
R 180 of 366 ~ 49.18%
G 122 of 366 ~ 33.33%
B 64 of 366 ~ 17.49%

%49.18
%33.33
%17.49

CMYK color model

#B47A40 color CMYK value is (0,32,64,29).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 64.44%
  • key color value is 29.41%
CMYK:
(0,32,64,29)
C0M32Y64K29 
(0%,32%,64%,29%)
(0.00/0.32/0.64/0.29)	

CMYK percentages

%0
%32.22
%64.44
%29.41

Codes

Color #B47A40 in popluar color models

B47A40
RGB18012264
HSL30°47.54%47.84%
HSB/HSV30°64.44%70.59%
CMYK0.00%32.22%64.44%
29.41%

Color #B47A40 in popluar number systems.

HEXB47A40
Decimal18012264
Binary1011010011110101000000
Octal264172100

Shades and tints

Shades of #B47A40

#B47A40
(180,122,64)
#A46F3B
(164,111,59)
#946436
(148,100,54)
#845931
(132,89,49)
#744E2C
(116,78,44)
#644327
(100,67,39)
#543822
(84,56,34)
#442D1D
(68,45,29)
#342218
(52,34,24)
#241713
(36,23,19)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #B47A40

#B47A40
(180,122,64)
#BA8651
(186,134,81)
#C09262
(192,146,98)
#C69E73
(198,158,115)
#CCAA84
(204,170,132)
#D2B695
(210,182,149)
#D8C2A6
(216,194,166)
#DECEB7
(222,206,183)
#E4DAC8
(228,218,200)
#EAE6D9
(234,230,217)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47A40 color. Also use rgb(180,122,64) instead hex code.

Text Font Color

.myTextColor { color: #B47A40; }

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

This text font color is #B47A40.


Background Color

.myBgColor { background-color: #B47A40; }

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

This div background color is #B47A40.


Border color

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

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

This div border color is #B47A40.


Opacity

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

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

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

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

This text has shadow with #B47A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47A40 on black background.


Color preview on white background

This text has color #B47A40 on white background.



Black color preview on #B47A40 background

This text has black color on #B47A40 background.


White color preview on #B47A40 background

This text has white color on #B47A40 background.