COLOR #B47F5D

HEX: #B47F5D
RGB: (180,127,93)

Color info

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

RGB color model

#B47F5D color RGB value is (180,127,93).

  • red value is 180;
  • green value is 127;
  • blue value is 93.
RGB:
(180,127,93)
(71%,50%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 127 of 255 = 50%
B 93 of 255 = 36%

180
127
93

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

Portions of RGB colors in percentages

R + G + B =
180 + 127 + 93 = 400 (100%)
R 180 of 400 ~ 45%
G 127 of 400 ~ 31.75%
B 93 of 400 ~ 23.25%

%45
%31.75
%23.25

CMYK color model

#B47F5D color CMYK value is (0,29,48,29).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 48.33%
  • key color value is 29.41%
CMYK:
(0,29,48,29)
C0M29Y48K29 
(0%,29%,48%,29%)
(0.00/0.29/0.48/0.29)	

CMYK percentages

%0
%29.44
%48.33
%29.41

Codes

Color #B47F5D in popluar color models

B47F5D
RGB18012793
HSL23°36.71%53.53%
HSB/HSV23°48.33%70.59%
CMYK0.00%29.44%48.33%
29.41%

Color #B47F5D in popluar number systems.

HEXB47F5D
Decimal18012793
Binary1011010011111111011101
Octal264177135

Shades and tints

Shades of #B47F5D

#B47F5D
(180,127,93)
#A47455
(164,116,85)
#94694D
(148,105,77)
#845E45
(132,94,69)
#74533D
(116,83,61)
#644835
(100,72,53)
#543D2D
(84,61,45)
#443225
(68,50,37)
#34271D
(52,39,29)
#241C15
(36,28,21)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B47F5D

#B47F5D
(180,127,93)
#BA8A6B
(186,138,107)
#C09579
(192,149,121)
#C6A087
(198,160,135)
#CCAB95
(204,171,149)
#D2B6A3
(210,182,163)
#D8C1B1
(216,193,177)
#DECCBF
(222,204,191)
#E4D7CD
(228,215,205)
#EAE2DB
(234,226,219)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47F5D color. Also use rgb(180,127,93) instead hex code.

Text Font Color

.myTextColor { color: #B47F5D; }

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

This text font color is #B47F5D.


Background Color

.myBgColor { background-color: #B47F5D; }

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

This div background color is #B47F5D.


Border color

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

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

This div border color is #B47F5D.


Opacity

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

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

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

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

This text has shadow with #B47F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47F5D on black background.


Color preview on white background

This text has color #B47F5D on white background.



Black color preview on #B47F5D background

This text has black color on #B47F5D background.


White color preview on #B47F5D background

This text has white color on #B47F5D background.