COLOR #B48B77

HEX: #B48B77 RGB: (180,139,119)

Color info

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

RGB color model

#B48B77 color RGB value is (180,139,119).

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

RGB channels and saturation

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

180
139
119

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

Portions of RGB colors in percentages

R + G + B = 180 + 139 + 119 = 438 (100%)
R 180 of 438 ~ 41.1%
G 139 of 438 ~ 31.74%
B 119 of 438 ~ 27.17'%

%41.1
%31.74
%27.17

CMYK color model

#B48B77 color CMYK value is (0,23,34,29).

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

CMYK: (0,23,34,29)
C0M23Y34K29 (0%, 23%, 34%, 29%)
(0.00 / 0.23 / 0.34 / 0.29)

CMYK percentages

%0
%22.78
%33.89
%29.41

Codes

Color #B48B77 in popluar color models

B4 8B 77
RGB 180 139 119
HSL 20° 28.91% 58.63%
HSB/HSV 20° 33.89% 70.59%
CMYK 0.00% 22.78% 33.89%
29.41%

Color #B48B77 in popluar number systems.

HEX B4 8B 77
Decimal 180 139 119
Binary 10110100 10001011 1110111
Octal 264 213 167

Shades and tints

Shades of #B48B77

#B48B77
(180,139,119)
#A47F6D
(164,127,109)
#947363
(148,115,99)
#846759
(132,103,89)
#745B4F
(116,91,79)
#644F45
(100,79,69)
#54433B
(84,67,59)
#443731
(68,55,49)
#342B27
(52,43,39)
#241F1D
(36,31,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B48B77

#B48B77
(180,139,119)
#BA9583
(186,149,131)
#C09F8F
(192,159,143)
#C6A99B
(198,169,155)
#CCB3A7
(204,179,167)
#D2BDB3
(210,189,179)
#D8C7BF
(216,199,191)
#DED1CB
(222,209,203)
#E4DBD7
(228,219,215)
#EAE5E3
(234,229,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48B77; }

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

This text font color is #B48B77.

Background Color

.myBgColor { background-color: #B48B77; }

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

This div background color is #B48B77.

Border color

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

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

This div border color is #B48B77.

Opacity

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

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

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

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

This text has shadow with #B48B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48B77.

Preview

Color preview on black background

This text has color #B48B77 on black background.


Color preview on white background

This text has color #B48B77 on white background.


Black color preview on #B48B77 background

This text has black color on #B48B77 background.


White color preview on #B48B77 background

This text has white color on #B48B77 background.


Related colors

Complementary color

Complementary color for #hex is #4B7488.


I love getcolorcode.com

Triadic colors

1 #77B48B and #8B77B4 with #B48B77 are triadic colors.

2 #778BB4 and #8BB477 with #B48B77 are triadic colors.