COLOR #B48C77

HEX: #B48C77 RGB: (180,140,119)

Color info

#B48C77 contains mainly red and green colors. Web safe color of #B48C77 is #CC9966 (or #C96).

RGB color model

#B48C77 color RGB value is (180,140,119).

RGB: (180,140,119) (71%, 55%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 119 of 255 = 47%

180
140
119

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

Portions of RGB colors in percentages

R + G + B = 180 + 140 + 119 = 439 (100%)
R 180 of 439 ~ 41%
G 140 of 439 ~ 31.89%
B 119 of 439 ~ 27.11'%

%41
%31.89
%27.11

CMYK color model

#B48C77 color CMYK value is (0,22,34,29).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 33.89%
  • key color value is 29.41%

CMYK: (0,22,34,29)
C0M22Y34K29 (0%, 22%, 34%, 29%)
(0.00 / 0.22 / 0.34 / 0.29)

CMYK percentages

%0
%22.22
%33.89
%29.41

Codes

Color #B48C77 in popluar color models

B4 8C 77
RGB 180 140 119
HSL 21° 28.91% 58.63%
HSB/HSV 21° 33.89% 70.59%
CMYK 0.00% 22.22% 33.89%
29.41%

Color #B48C77 in popluar number systems.

HEX B4 8C 77
Decimal 180 140 119
Binary 10110100 10001100 1110111
Octal 264 214 167

Shades and tints

Shades of #B48C77

#B48C77
(180,140,119)
#A4806D
(164,128,109)
#947463
(148,116,99)
#846859
(132,104,89)
#745C4F
(116,92,79)
#645045
(100,80,69)
#54443B
(84,68,59)
#443831
(68,56,49)
#342C27
(52,44,39)
#24201D
(36,32,29)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B48C77

#B48C77
(180,140,119)
#BA9683
(186,150,131)
#C0A08F
(192,160,143)
#C6AA9B
(198,170,155)
#CCB4A7
(204,180,167)
#D2BEB3
(210,190,179)
#D8C8BF
(216,200,191)
#DED2CB
(222,210,203)
#E4DCD7
(228,220,215)
#EAE6E3
(234,230,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48C77 color. Also use rgb(180,140,119) instead hex code.

Text Font Color

.myTextColor { color: #B48C77; }

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

This text font color is #B48C77.

Background Color

.myBgColor { background-color: #B48C77; }

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

This div background color is #B48C77.

Border color

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

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

This div border color is #B48C77.

Opacity

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

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

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

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

This text has shadow with #B48C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48C77.

Preview

Color preview on black background

This text has color #B48C77 on black background.


Color preview on white background

This text has color #B48C77 on white background.


Black color preview on #B48C77 background

This text has black color on #B48C77 background.


White color preview on #B48C77 background

This text has white color on #B48C77 background.


Related colors

Complementary color

Complementary color for #hex is #4B7388.


I love getcolorcode.com

Triadic colors

1 #77B48C and #8C77B4 with #B48C77 are triadic colors.

2 #778CB4 and #8CB477 with #B48C77 are triadic colors.