COLOR #B88D5C

HEX: #B88D5C
RGB: (184,141,92)

Color info

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

RGB color model

#B88D5C color RGB value is (184,141,92).

  • red value is 184;
  • green value is 141;
  • blue value is 92.
RGB:
(184,141,92)
(72%,55%,36%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 92 of 255 = 36%

184
141
92

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

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 92 = 417 (100%)
R 184 of 417 ~ 44.12%
G 141 of 417 ~ 33.81%
B 92 of 417 ~ 22.06%

%44.12
%33.81
%22.06

CMYK color model

#B88D5C color CMYK value is (0,23,50,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 50.00%
  • key color value is 27.84%
CMYK:
(0,23,50,28)
C0M23Y50K28 
(0%,23%,50%,28%)
(0.00/0.23/0.50/0.28)	

CMYK percentages

%0
%23.37
%50
%27.84

Codes

Color #B88D5C in popluar color models

B88D5C
RGB18414192
HSL32°39.32%54.12%
HSB/HSV32°50.00%72.16%
CMYK0.00%23.37%50.00%
27.84%

Color #B88D5C in popluar number systems.

HEXB88D5C
Decimal18414192
Binary10111000100011011011100
Octal270215134

Shades and tints

Shades of #B88D5C

#B88D5C
(184,141,92)
#A88154
(168,129,84)
#98754C
(152,117,76)
#886944
(136,105,68)
#785D3C
(120,93,60)
#685134
(104,81,52)
#58452C
(88,69,44)
#483924
(72,57,36)
#382D1C
(56,45,28)
#282114
(40,33,20)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #B88D5C

#B88D5C
(184,141,92)
#BE976A
(190,151,106)
#C4A178
(196,161,120)
#CAAB86
(202,171,134)
#D0B594
(208,181,148)
#D6BFA2
(214,191,162)
#DCC9B0
(220,201,176)
#E2D3BE
(226,211,190)
#E8DDCC
(232,221,204)
#EEE7DA
(238,231,218)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88D5C color. Also use rgb(184,141,92) instead hex code.

Text Font Color

.myTextColor { color: #B88D5C; }

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

This text font color is #B88D5C.


Background Color

.myBgColor { background-color: #B88D5C; }

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

This div background color is #B88D5C.


Border color

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

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

This div border color is #B88D5C.


Opacity

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

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

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

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

This text has shadow with #B88D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88D5C on black background.


Color preview on white background

This text has color #B88D5C on white background.



Black color preview on #B88D5C background

This text has black color on #B88D5C background.


White color preview on #B88D5C background

This text has white color on #B88D5C background.