COLOR #B88778

HEX: #B88778
RGB: (184,135,120)

Color info

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

RGB color model

#B88778 color RGB value is (184,135,120).

  • red value is 184;
  • green value is 135;
  • blue value is 120.
RGB:
(184,135,120)
(72%,53%,47%)

RGB channels and saturation

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

184
135
120

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

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 120 = 439 (100%)
R 184 of 439 ~ 41.91%
G 135 of 439 ~ 30.75%
B 120 of 439 ~ 27.33%

%41.91
%30.75
%27.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 34.78%
  • 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
%34.78
%27.84

Codes

Color #B88778 in popluar color models

B88778
RGB184135120
HSL14°31.07%59.61%
HSB/HSV14°34.78%72.16%
CMYK0.00%26.63%34.78%
27.84%

Color #B88778 in popluar number systems.

HEXB88778
Decimal184135120
Binary10111000100001111111000
Octal270207170

Shades and tints

Shades of #B88778

#B88778
(184,135,120)
#A87B6E
(168,123,110)
#986F64
(152,111,100)
#88635A
(136,99,90)
#785750
(120,87,80)
#684B46
(104,75,70)
#583F3C
(88,63,60)
#483332
(72,51,50)
#382728
(56,39,40)
#281B1E
(40,27,30)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #B88778

#B88778
(184,135,120)
#BE9184
(190,145,132)
#C49B90
(196,155,144)
#CAA59C
(202,165,156)
#D0AFA8
(208,175,168)
#D6B9B4
(214,185,180)
#DCC3C0
(220,195,192)
#E2CDCC
(226,205,204)
#E8D7D8
(232,215,216)
#EEE1E4
(238,225,228)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88778; }

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

This text font color is #B88778.


Background Color

.myBgColor { background-color: #B88778; }

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

This div background color is #B88778.


Border color

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

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

This div border color is #B88778.


Opacity

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

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

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

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

This text has shadow with #B88778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88778 on black background.


Color preview on white background

This text has color #B88778 on white background.



Black color preview on #B88778 background

This text has black color on #B88778 background.


White color preview on #B88778 background

This text has white color on #B88778 background.