COLOR #B8887D

HEX: #B8887D RGB: (184,136,125)

Color info

#B8887D contains red, green and blue colors in about the same proportion. Web safe color of #B8887D is #CC9966 (or #C96).

RGB color model

#B8887D color RGB value is (184,136,125).

RGB: (184,136,125) (72%, 53%, 49%)

RGB channels and saturation

R 184 of 255 = 72%
G 136 of 255 = 53%
B 125 of 255 = 49%

184
136
125

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

Portions of RGB colors in percentages

R + G + B = 184 + 136 + 125 = 445 (100%)
R 184 of 445 ~ 41.35%
G 136 of 445 ~ 30.56%
B 125 of 445 ~ 28.09'%

%41.35
%30.56
%28.09

CMYK color model

#B8887D color CMYK value is (0,26,32,28).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK: (0,26,32,28) C0M26Y32K28 (0%,26%,32%,28%) (0.00/0.26/0.32/0.28) 

CMYK percentages

%0
%26.09
%32.07
%27.84

Codes

Color #B8887D in popluar color models

B8 88 7D
RGB 184 136 125
HSL 11° 29.35% 60.59%
HSB/HSV 11° 32.07% 72.16%
CMYK 0.00% 26.09% 32.07%
27.84%

Color #B8887D in popluar number systems.

HEX B8 88 7D
Decimal 184 136 125
Binary 10111000 10001000 1111101
Octal 270 210 175

Shades and tints

Shades of #B8887D

#B8887D
(184,136,125)
#A87C72
(168,124,114)
#987067
(152,112,103)
#88645C
(136,100,92)
#785851
(120,88,81)
#684C46
(104,76,70)
#58403B
(88,64,59)
#483430
(72,52,48)
#382825
(56,40,37)
#281C1A
(40,28,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #B8887D

#B8887D
(184,136,125)
#BE9288
(190,146,136)
#C49C93
(196,156,147)
#CAA69E
(202,166,158)
#D0B0A9
(208,176,169)
#D6BAB4
(214,186,180)
#DCC4BF
(220,196,191)
#E2CECA
(226,206,202)
#E8D8D5
(232,216,213)
#EEE2E0
(238,226,224)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8887D color. Also use rgb(184,136,125) instead hex code.

Text Font Color

.myTextColor { color: #B8887D; }

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

This text font color is #B8887D.

Background Color

.myBgColor { background-color: #B8887D; }

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

This div background color is #B8887D.

Border color

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

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

This div border color is #B8887D.

Opacity

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

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

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

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

This text has shadow with #B8887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8887D.

Preview

Color preview on black background

This text has color #B8887D on black background.


Color preview on white background

This text has color #B8887D on white background.


Black color preview on #B8887D background

This text has black color on #B8887D background.


White color preview on #B8887D background

This text has white color on #B8887D background.


Related colors

Complementary color

Complementary color for #hex is #477782.


I love getcolorcode.com

Triadic colors

1 #7DB888 and #887DB8 with #B8887D are triadic colors.

2 #7D88B8 and #88B87D with #B8887D are triadic colors.