COLOR #B88978

HEX: #B88978 RGB: (184,137,120)

Color info

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

RGB color model

#B88978 color RGB value is (184,137,120).

RGB: (184,137,120) (72%, 54%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 120 of 255 = 47%

184
137
120

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

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 120 = 441 (100%)
R 184 of 441 ~ 41.72%
G 137 of 441 ~ 31.07%
B 120 of 441 ~ 27.21'%

%41.72
%31.07
%27.21

CMYK color model

#B88978 color CMYK value is (0,26,35,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 34.78%
  • key color value is 27.84%

CMYK: (0,26,35,28)
C0M26Y35K28 (0%, 26%, 35%, 28%)
(0.00 / 0.26 / 0.35 / 0.28)

CMYK percentages

%0
%25.54
%34.78
%27.84

Codes

Color #B88978 in popluar color models

B8 89 78
RGB 184 137 120
HSL 16° 31.07% 59.61%
HSB/HSV 16° 34.78% 72.16%
CMYK 0.00% 25.54% 34.78%
27.84%

Color #B88978 in popluar number systems.

HEX B8 89 78
Decimal 184 137 120
Binary 10111000 10001001 1111000
Octal 270 211 170

Shades and tints

Shades of #B88978

#B88978
(184,137,120)
#A87D6E
(168,125,110)
#987164
(152,113,100)
#88655A
(136,101,90)
#785950
(120,89,80)
#684D46
(104,77,70)
#58413C
(88,65,60)
#483532
(72,53,50)
#382928
(56,41,40)
#281D1E
(40,29,30)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #B88978

#B88978
(184,137,120)
#BE9384
(190,147,132)
#C49D90
(196,157,144)
#CAA79C
(202,167,156)
#D0B1A8
(208,177,168)
#D6BBB4
(214,187,180)
#DCC5C0
(220,197,192)
#E2CFCC
(226,207,204)
#E8D9D8
(232,217,216)
#EEE3E4
(238,227,228)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88978; }

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

This text font color is #B88978.

Background Color

.myBgColor { background-color: #B88978; }

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

This div background color is #B88978.

Border color

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

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

This div border color is #B88978.

Opacity

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

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

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

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

This text has shadow with #B88978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88978.

Preview

Color preview on black background

This text has color #B88978 on black background.


Color preview on white background

This text has color #B88978 on white background.


Black color preview on #B88978 background

This text has black color on #B88978 background.


White color preview on #B88978 background

This text has white color on #B88978 background.


Related colors

Complementary color

Complementary color for #hex is #477687.


I love getcolorcode.com

Triadic colors

1 #78B889 and #8978B8 with #B88978 are triadic colors.

2 #7889B8 and #89B878 with #B88978 are triadic colors.