COLOR #B88E7B

HEX: #B88E7B
RGB: (184,142,123)

Color info

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

RGB color model

#B88E7B color RGB value is (184,142,123).

  • red value is 184;
  • green value is 142;
  • blue value is 123.
RGB:
(184,142,123)
(72%,56%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 123 of 255 = 48%

184
142
123

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

Portions of RGB colors in percentages

R + G + B =
184 + 142 + 123 = 449 (100%)
R 184 of 449 ~ 40.98%
G 142 of 449 ~ 31.63%
B 123 of 449 ~ 27.39%

%40.98
%31.63
%27.39

CMYK color model

#B88E7B color CMYK value is (0,23,33,28).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 33.15%
  • key color value is 27.84%
CMYK:
(0,23,33,28)
C0M23Y33K28 
(0%,23%,33%,28%)
(0.00/0.23/0.33/0.28)	

CMYK percentages

%0
%22.83
%33.15
%27.84

Codes

Color #B88E7B in popluar color models

B88E7B
RGB184142123
HSL19°30.05%60.20%
HSB/HSV19°33.15%72.16%
CMYK0.00%22.83%33.15%
27.84%

Color #B88E7B in popluar number systems.

HEXB88E7B
Decimal184142123
Binary10111000100011101111011
Octal270216173

Shades and tints

Shades of #B88E7B

#B88E7B
(184,142,123)
#A88270
(168,130,112)
#987665
(152,118,101)
#886A5A
(136,106,90)
#785E4F
(120,94,79)
#685244
(104,82,68)
#584639
(88,70,57)
#483A2E
(72,58,46)
#382E23
(56,46,35)
#282218
(40,34,24)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #B88E7B

#B88E7B
(184,142,123)
#BE9887
(190,152,135)
#C4A293
(196,162,147)
#CAAC9F
(202,172,159)
#D0B6AB
(208,182,171)
#D6C0B7
(214,192,183)
#DCCAC3
(220,202,195)
#E2D4CF
(226,212,207)
#E8DEDB
(232,222,219)
#EEE8E7
(238,232,231)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88E7B; }

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

This text font color is #B88E7B.


Background Color

.myBgColor { background-color: #B88E7B; }

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

This div background color is #B88E7B.


Border color

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

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

This div border color is #B88E7B.


Opacity

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

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

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

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

This text has shadow with #B88E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88E7B on black background.


Color preview on white background

This text has color #B88E7B on white background.



Black color preview on #B88E7B background

This text has black color on #B88E7B background.


White color preview on #B88E7B background

This text has white color on #B88E7B background.