COLOR #B88777

HEX: #B88777 RGB: (184,135,119)

Color info

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

RGB color model

#B88777 color RGB value is (184,135,119).

RGB: (184,135,119) (72%, 53%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 119 of 255 = 47%

184
135
119

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

Portions of RGB colors in percentages

R + G + B = 184 + 135 + 119 = 438 (100%)
R 184 of 438 ~ 42.01%
G 135 of 438 ~ 30.82%
B 119 of 438 ~ 27.17'%

%42.01
%30.82
%27.17

CMYK color model

#B88777 color CMYK value is (0,27,35,28).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 35.33%
  • key color value is 27.84%

CMYK: (0,27,35,28)
C0M27Y35K28 (0%, 27%, 35%, 28%)
(0.00 / 0.27 / 0.35 / 0.28)

CMYK percentages

%0
%26.63
%35.33
%27.84

Codes

Color #B88777 in popluar color models

B8 87 77
RGB 184 135 119
HSL 15° 31.40% 59.41%
HSB/HSV 15° 35.33% 72.16%
CMYK 0.00% 26.63% 35.33%
27.84%

Color #B88777 in popluar number systems.

HEX B8 87 77
Decimal 184 135 119
Binary 10111000 10000111 1110111
Octal 270 207 167

Shades and tints

Shades of #B88777

#B88777
(184,135,119)
#A87B6D
(168,123,109)
#986F63
(152,111,99)
#886359
(136,99,89)
#78574F
(120,87,79)
#684B45
(104,75,69)
#583F3B
(88,63,59)
#483331
(72,51,49)
#382727
(56,39,39)
#281B1D
(40,27,29)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #B88777

#B88777
(184,135,119)
#BE9183
(190,145,131)
#C49B8F
(196,155,143)
#CAA59B
(202,165,155)
#D0AFA7
(208,175,167)
#D6B9B3
(214,185,179)
#DCC3BF
(220,195,191)
#E2CDCB
(226,205,203)
#E8D7D7
(232,215,215)
#EEE1E3
(238,225,227)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88777; }

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

This text font color is #B88777.

Background Color

.myBgColor { background-color: #B88777; }

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

This div background color is #B88777.

Border color

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

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

This div border color is #B88777.

Opacity

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

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

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

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

This text has shadow with #B88777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88777.

Preview

Color preview on black background

This text has color #B88777 on black background.


Color preview on white background

This text has color #B88777 on white background.


Black color preview on #B88777 background

This text has black color on #B88777 background.


White color preview on #B88777 background

This text has white color on #B88777 background.


Related colors

Complementary color

Complementary color for #hex is #477888.


I love getcolorcode.com

Triadic colors

1 #77B887 and #8777B8 with #B88777 are triadic colors.

2 #7787B8 and #87B877 with #B88777 are triadic colors.