COLOR #B88E4E

HEX: #B88E4E RGB: (184,142,78)

Color info

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

RGB color model

#B88E4E color RGB value is (184,142,78).

RGB: (184,142,78) (72%, 56%, 31%)

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 78 of 255 = 31%

184
142
78

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

Portions of RGB colors in percentages

R + G + B = 184 + 142 + 78 = 404 (100%)
R 184 of 404 ~ 45.54%
G 142 of 404 ~ 35.15%
B 78 of 404 ~ 19.31'%

%45.54
%35.15
%19.31

CMYK color model

#B88E4E color CMYK value is (0,23,58,28).

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

CMYK: (0,23,58,28)
C0M23Y58K28 (0%, 23%, 58%, 28%)
(0.00 / 0.23 / 0.58 / 0.28)

CMYK percentages

%0
%22.83
%57.61
%27.84

Codes

Color #B88E4E in popluar color models

B8 8E 4E
RGB 184 142 78
HSL 36° 42.74% 51.37%
HSB/HSV 36° 57.61% 72.16%
CMYK 0.00% 22.83% 57.61%
27.84%

Color #B88E4E in popluar number systems.

HEX B8 8E 4E
Decimal 184 142 78
Binary 10111000 10001110 1001110
Octal 270 216 116

Shades and tints

Shades of #B88E4E

#B88E4E
(184,142,78)
#A88247
(168,130,71)
#987640
(152,118,64)
#886A39
(136,106,57)
#785E32
(120,94,50)
#68522B
(104,82,43)
#584624
(88,70,36)
#483A1D
(72,58,29)
#382E16
(56,46,22)
#28220F
(40,34,15)
#181608
(24,22,8)
#000000
(0,0,0)

Tints of #B88E4E

#B88E4E
(184,142,78)
#BE985E
(190,152,94)
#C4A26E
(196,162,110)
#CAAC7E
(202,172,126)
#D0B68E
(208,182,142)
#D6C09E
(214,192,158)
#DCCAAE
(220,202,174)
#E2D4BE
(226,212,190)
#E8DECE
(232,222,206)
#EEE8DE
(238,232,222)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88E4E; }

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

This text font color is #B88E4E.

Background Color

.myBgColor { background-color: #B88E4E; }

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

This div background color is #B88E4E.

Border color

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

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

This div border color is #B88E4E.

Opacity

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

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

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

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

This text has shadow with #B88E4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88E4E.

Preview

Color preview on black background

This text has color #B88E4E on black background.


Color preview on white background

This text has color #B88E4E on white background.


Black color preview on #B88E4E background

This text has black color on #B88E4E background.


White color preview on #B88E4E background

This text has white color on #B88E4E background.


Related colors

Complementary color

Complementary color for #hex is #4771B1.


I love getcolorcode.com

Triadic colors

1 #4EB88E and #8E4EB8 with #B88E4E are triadic colors.

2 #4E8EB8 and #8EB84E with #B88E4E are triadic colors.