COLOR #B88E61

HEX: #B88E61 RGB: (184,142,97)

Color info

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

RGB color model

#B88E61 color RGB value is (184,142,97).

RGB: (184,142,97) (72%, 56%, 38%)

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 97 of 255 = 38%

184
142
97

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

Portions of RGB colors in percentages

R + G + B = 184 + 142 + 97 = 423 (100%)
R 184 of 423 ~ 43.5%
G 142 of 423 ~ 33.57%
B 97 of 423 ~ 22.93'%

%43.5
%33.57
%22.93

CMYK color model

#B88E61 color CMYK value is (0,23,47,28).

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

CMYK: (0,23,47,28)
C0M23Y47K28 (0%, 23%, 47%, 28%)
(0.00 / 0.23 / 0.47 / 0.28)

CMYK percentages

%0
%22.83
%47.28
%27.84

Codes

Color #B88E61 in popluar color models

B8 8E 61
RGB 184 142 97
HSL 31° 37.99% 55.10%
HSB/HSV 31° 47.28% 72.16%
CMYK 0.00% 22.83% 47.28%
27.84%

Color #B88E61 in popluar number systems.

HEX B8 8E 61
Decimal 184 142 97
Binary 10111000 10001110 1100001
Octal 270 216 141

Shades and tints

Shades of #B88E61

#B88E61
(184,142,97)
#A88259
(168,130,89)
#987651
(152,118,81)
#886A49
(136,106,73)
#785E41
(120,94,65)
#685239
(104,82,57)
#584631
(88,70,49)
#483A29
(72,58,41)
#382E21
(56,46,33)
#282219
(40,34,25)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #B88E61

#B88E61
(184,142,97)
#BE986F
(190,152,111)
#C4A27D
(196,162,125)
#CAAC8B
(202,172,139)
#D0B699
(208,182,153)
#D6C0A7
(214,192,167)
#DCCAB5
(220,202,181)
#E2D4C3
(226,212,195)
#E8DED1
(232,222,209)
#EEE8DF
(238,232,223)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88E61; }

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

This text font color is #B88E61.

Background Color

.myBgColor { background-color: #B88E61; }

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

This div background color is #B88E61.

Border color

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

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

This div border color is #B88E61.

Opacity

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

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

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

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

This text has shadow with #B88E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88E61.

Preview

Color preview on black background

This text has color #B88E61 on black background.


Color preview on white background

This text has color #B88E61 on white background.


Black color preview on #B88E61 background

This text has black color on #B88E61 background.


White color preview on #B88E61 background

This text has white color on #B88E61 background.


Related colors

Complementary color

Complementary color for #hex is #47719E.


I love getcolorcode.com

Triadic colors

1 #61B88E and #8E61B8 with #B88E61 are triadic colors.

2 #618EB8 and #8EB861 with #B88E61 are triadic colors.