COLOR #B48777

HEX: #B48777 RGB: (180,135,119)

Color info

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

RGB color model

#B48777 color RGB value is (180,135,119).

RGB: (180,135,119) (71%, 53%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 119 of 255 = 47%

180
135
119

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

Portions of RGB colors in percentages

R + G + B = 180 + 135 + 119 = 434 (100%)
R 180 of 434 ~ 41.47%
G 135 of 434 ~ 31.11%
B 119 of 434 ~ 27.42'%

%41.47
%31.11
%27.42

CMYK color model

#B48777 color CMYK value is (0,25,34,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 33.89%
  • key color value is 29.41%
CMYK: (0,25,34,29) C0M25Y34K29 (0%,25%,34%,29%) (0.00/0.25/0.34/0.29) 

CMYK percentages

%0
%25
%33.89
%29.41

Codes

Color #B48777 in popluar color models

B4 87 77
RGB 180 135 119
HSL 16° 28.91% 58.63%
HSB/HSV 16° 33.89% 70.59%
CMYK 0.00% 25.00% 33.89%
29.41%

Color #B48777 in popluar number systems.

HEX B4 87 77
Decimal 180 135 119
Binary 10110100 10000111 1110111
Octal 264 207 167

Shades and tints

Shades of #B48777

#B48777
(180,135,119)
#A47B6D
(164,123,109)
#946F63
(148,111,99)
#846359
(132,99,89)
#74574F
(116,87,79)
#644B45
(100,75,69)
#543F3B
(84,63,59)
#443331
(68,51,49)
#342727
(52,39,39)
#241B1D
(36,27,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #B48777

#B48777
(180,135,119)
#BA9183
(186,145,131)
#C09B8F
(192,155,143)
#C6A59B
(198,165,155)
#CCAFA7
(204,175,167)
#D2B9B3
(210,185,179)
#D8C3BF
(216,195,191)
#DECDCB
(222,205,203)
#E4D7D7
(228,215,215)
#EAE1E3
(234,225,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48777; }

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

This text font color is #B48777.

Background Color

.myBgColor { background-color: #B48777; }

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

This div background color is #B48777.

Border color

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

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

This div border color is #B48777.

Opacity

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

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

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

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

This text has shadow with #B48777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48777.

Preview

Color preview on black background

This text has color #B48777 on black background.


Color preview on white background

This text has color #B48777 on white background.


Black color preview on #B48777 background

This text has black color on #B48777 background.


White color preview on #B48777 background

This text has white color on #B48777 background.


Related colors

Complementary color

Complementary color for #hex is #4B7888.


I love getcolorcode.com

Triadic colors

1 #77B487 and #8777B4 with #B48777 are triadic colors.

2 #7787B4 and #87B477 with #B48777 are triadic colors.