COLOR #B47865

HEX: #B47865 RGB: (180,120,101)

Color info

#B47865 contains mainly red color. Web safe color of #B47865 is #CC6666 (or #C66).

RGB color model

#B47865 color RGB value is (180,120,101).

RGB: (180,120,101) (71%, 47%, 40%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 101 of 255 = 40%

180
120
101

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

Portions of RGB colors in percentages

R + G + B = 180 + 120 + 101 = 401 (100%)
R 180 of 401 ~ 44.89%
G 120 of 401 ~ 29.93%
B 101 of 401 ~ 25.19'%

%44.89
%29.93
%25.19

CMYK color model

#B47865 color CMYK value is (0,33,44,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 43.89%
  • key color value is 29.41%

CMYK: (0,33,44,29)
C0M33Y44K29 (0%, 33%, 44%, 29%)
(0.00 / 0.33 / 0.44 / 0.29)

CMYK percentages

%0
%33.33
%43.89
%29.41

Codes

Color #B47865 in popluar color models

B4 78 65
RGB 180 120 101
HSL 14° 34.50% 55.10%
HSB/HSV 14° 43.89% 70.59%
CMYK 0.00% 33.33% 43.89%
29.41%

Color #B47865 in popluar number systems.

HEX B4 78 65
Decimal 180 120 101
Binary 10110100 1111000 1100101
Octal 264 170 145

Shades and tints

Shades of #B47865

#B47865
(180,120,101)
#A46E5C
(164,110,92)
#946453
(148,100,83)
#845A4A
(132,90,74)
#745041
(116,80,65)
#644638
(100,70,56)
#543C2F
(84,60,47)
#443226
(68,50,38)
#34281D
(52,40,29)
#241E14
(36,30,20)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #B47865

#B47865
(180,120,101)
#BA8473
(186,132,115)
#C09081
(192,144,129)
#C69C8F
(198,156,143)
#CCA89D
(204,168,157)
#D2B4AB
(210,180,171)
#D8C0B9
(216,192,185)
#DECCC7
(222,204,199)
#E4D8D5
(228,216,213)
#EAE4E3
(234,228,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47865 color. Also use rgb(180,120,101) instead hex code.

Text Font Color

.myTextColor { color: #B47865; }

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

This text font color is #B47865.

Background Color

.myBgColor { background-color: #B47865; }

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

This div background color is #B47865.

Border color

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

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

This div border color is #B47865.

Opacity

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

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

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

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

This text has shadow with #B47865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47865.

Preview

Color preview on black background

This text has color #B47865 on black background.


Color preview on white background

This text has color #B47865 on white background.


Black color preview on #B47865 background

This text has black color on #B47865 background.


White color preview on #B47865 background

This text has white color on #B47865 background.


Related colors

Complementary color

Complementary color for #hex is #4B879A.


I love getcolorcode.com

Triadic colors

1 #65B478 and #7865B4 with #B47865 are triadic colors.

2 #6578B4 and #78B465 with #B47865 are triadic colors.