COLOR #B88956

HEX: #B88956
RGB: (184,137,86)

Color info

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

RGB color model

#B88956 color RGB value is (184,137,86).

  • red value is 184;
  • green value is 137;
  • blue value is 86.
RGB:
(184,137,86)
(72%,54%,34%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 86 of 255 = 34%

184
137
86

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

Portions of RGB colors in percentages

R + G + B =
184 + 137 + 86 = 407 (100%)
R 184 of 407 ~ 45.21%
G 137 of 407 ~ 33.66%
B 86 of 407 ~ 21.13%

%45.21
%33.66
%21.13

CMYK color model

#B88956 color CMYK value is (0,26,53,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 53.26%
  • key color value is 27.84%
CMYK:
(0,26,53,28)
C0M26Y53K28 
(0%,26%,53%,28%)
(0.00/0.26/0.53/0.28)	

CMYK percentages

%0
%25.54
%53.26
%27.84

Codes

Color #B88956 in popluar color models

B88956
RGB18413786
HSL31°40.83%52.94%
HSB/HSV31°53.26%72.16%
CMYK0.00%25.54%53.26%
27.84%

Color #B88956 in popluar number systems.

HEXB88956
Decimal18413786
Binary10111000100010011010110
Octal270211126

Shades and tints

Shades of #B88956

#B88956
(184,137,86)
#A87D4F
(168,125,79)
#987148
(152,113,72)
#886541
(136,101,65)
#78593A
(120,89,58)
#684D33
(104,77,51)
#58412C
(88,65,44)
#483525
(72,53,37)
#38291E
(56,41,30)
#281D17
(40,29,23)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B88956

#B88956
(184,137,86)
#BE9365
(190,147,101)
#C49D74
(196,157,116)
#CAA783
(202,167,131)
#D0B192
(208,177,146)
#D6BBA1
(214,187,161)
#DCC5B0
(220,197,176)
#E2CFBF
(226,207,191)
#E8D9CE
(232,217,206)
#EEE3DD
(238,227,221)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88956 color. Also use rgb(184,137,86) instead hex code.

Text Font Color

.myTextColor { color: #B88956; }

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

This text font color is #B88956.


Background Color

.myBgColor { background-color: #B88956; }

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

This div background color is #B88956.


Border color

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

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

This div border color is #B88956.


Opacity

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

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

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

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

This text has shadow with #B88956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88956 on black background.


Color preview on white background

This text has color #B88956 on white background.



Black color preview on #B88956 background

This text has black color on #B88956 background.


White color preview on #B88956 background

This text has white color on #B88956 background.