COLOR #B88E47

HEX: #B88E47 RGB: (184,142,71)

Color info

#B88E47 contains mainly red and green colors. Web safe color of #B88E47 is #CC9933 (or #C93).

RGB color model

#B88E47 color RGB value is (184,142,71).

RGB: (184,142,71) (72%, 56%, 28%)

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 71 of 255 = 28%

184
142
71

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

Portions of RGB colors in percentages

R + G + B = 184 + 142 + 71 = 397 (100%)
R 184 of 397 ~ 46.35%
G 142 of 397 ~ 35.77%
B 71 of 397 ~ 17.88'%

%46.35
%35.77
%17.88

CMYK color model

#B88E47 color CMYK value is (0,23,61,28).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 61.41%
  • key color value is 27.84%

CMYK: (0,23,61,28)
C0M23Y61K28 (0%, 23%, 61%, 28%)
(0.00 / 0.23 / 0.61 / 0.28)

CMYK percentages

%0
%22.83
%61.41
%27.84

Codes

Color #B88E47 in popluar color models

B8 8E 47
RGB 184 142 71
HSL 38° 44.31% 50.00%
HSB/HSV 38° 61.41% 72.16%
CMYK 0.00% 22.83% 61.41%
27.84%

Color #B88E47 in popluar number systems.

HEX B8 8E 47
Decimal 184 142 71
Binary 10111000 10001110 1000111
Octal 270 216 107

Shades and tints

Shades of #B88E47

#B88E47
(184,142,71)
#A88241
(168,130,65)
#98763B
(152,118,59)
#886A35
(136,106,53)
#785E2F
(120,94,47)
#685229
(104,82,41)
#584623
(88,70,35)
#483A1D
(72,58,29)
#382E17
(56,46,23)
#282211
(40,34,17)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #B88E47

#B88E47
(184,142,71)
#BE9857
(190,152,87)
#C4A267
(196,162,103)
#CAAC77
(202,172,119)
#D0B687
(208,182,135)
#D6C097
(214,192,151)
#DCCAA7
(220,202,167)
#E2D4B7
(226,212,183)
#E8DEC7
(232,222,199)
#EEE8D7
(238,232,215)
#F4F2E7
(244,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88E47 color. Also use rgb(184,142,71) instead hex code.

Text Font Color

.myTextColor { color: #B88E47; }

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

This text font color is #B88E47.

Background Color

.myBgColor { background-color: #B88E47; }

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

This div background color is #B88E47.

Border color

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

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

This div border color is #B88E47.

Opacity

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

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

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

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

This text has shadow with #B88E47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88E47.

Preview

Color preview on black background

This text has color #B88E47 on black background.


Color preview on white background

This text has color #B88E47 on white background.


Black color preview on #B88E47 background

This text has black color on #B88E47 background.


White color preview on #B88E47 background

This text has white color on #B88E47 background.


Related colors

Complementary color

Complementary color for #hex is #4771B8.


I love getcolorcode.com

Triadic colors

1 #47B88E and #8E47B8 with #B88E47 are triadic colors.

2 #478EB8 and #8EB847 with #B88E47 are triadic colors.