COLOR #B47B6E

HEX: #B47B6E RGB: (180,123,110)

Color info

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

RGB color model

#B47B6E color RGB value is (180,123,110).

RGB: (180,123,110) (71%, 48%, 43%)

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 110 of 255 = 43%

180
123
110

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

Portions of RGB colors in percentages

R + G + B = 180 + 123 + 110 = 413 (100%)
R 180 of 413 ~ 43.58%
G 123 of 413 ~ 29.78%
B 110 of 413 ~ 26.63'%

%43.58
%29.78
%26.63

CMYK color model

#B47B6E color CMYK value is (0,32,39,29).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 38.89%
  • key color value is 29.41%

CMYK: (0,32,39,29)
C0M32Y39K29 (0%, 32%, 39%, 29%)
(0.00 / 0.32 / 0.39 / 0.29)

CMYK percentages

%0
%31.67
%38.89
%29.41

Codes

Color #B47B6E in popluar color models

B4 7B 6E
RGB 180 123 110
HSL 11° 31.82% 56.86%
HSB/HSV 11° 38.89% 70.59%
CMYK 0.00% 31.67% 38.89%
29.41%

Color #B47B6E in popluar number systems.

HEX B4 7B 6E
Decimal 180 123 110
Binary 10110100 1111011 1101110
Octal 264 173 156

Shades and tints

Shades of #B47B6E

#B47B6E
(180,123,110)
#A47064
(164,112,100)
#94655A
(148,101,90)
#845A50
(132,90,80)
#744F46
(116,79,70)
#64443C
(100,68,60)
#543932
(84,57,50)
#442E28
(68,46,40)
#34231E
(52,35,30)
#241814
(36,24,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #B47B6E

#B47B6E
(180,123,110)
#BA877B
(186,135,123)
#C09388
(192,147,136)
#C69F95
(198,159,149)
#CCABA2
(204,171,162)
#D2B7AF
(210,183,175)
#D8C3BC
(216,195,188)
#DECFC9
(222,207,201)
#E4DBD6
(228,219,214)
#EAE7E3
(234,231,227)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47B6E color. Also use rgb(180,123,110) instead hex code.

Text Font Color

.myTextColor { color: #B47B6E; }

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

This text font color is #B47B6E.

Background Color

.myBgColor { background-color: #B47B6E; }

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

This div background color is #B47B6E.

Border color

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

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

This div border color is #B47B6E.

Opacity

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

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

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

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

This text has shadow with #B47B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47B6E.

Preview

Color preview on black background

This text has color #B47B6E on black background.


Color preview on white background

This text has color #B47B6E on white background.


Black color preview on #B47B6E background

This text has black color on #B47B6E background.


White color preview on #B47B6E background

This text has white color on #B47B6E background.


Related colors

Complementary color

Complementary color for #hex is #4B8491.


I love getcolorcode.com

Triadic colors

1 #6EB47B and #7B6EB4 with #B47B6E are triadic colors.

2 #6E7BB4 and #7BB46E with #B47B6E are triadic colors.