COLOR #B89976

HEX: #B89976
RGB: (184,153,118)

Color info

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

RGB color model

#B89976 color RGB value is (184,153,118).

  • red value is 184;
  • green value is 153;
  • blue value is 118.
RGB:
(184,153,118)
(72%,60%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 118 of 255 = 46%

184
153
118

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

Portions of RGB colors in percentages

R + G + B =
184 + 153 + 118 = 455 (100%)
R 184 of 455 ~ 40.44%
G 153 of 455 ~ 33.63%
B 118 of 455 ~ 25.93%

%40.44
%33.63
%25.93

CMYK color model

#B89976 color CMYK value is (0,17,36,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(0,17,36,28)
C0M17Y36K28 
(0%,17%,36%,28%)
(0.00/0.17/0.36/0.28)	

CMYK percentages

%0
%16.85
%35.87
%27.84

Codes

Color #B89976 in popluar color models

B89976
RGB184153118
HSL32°31.73%59.22%
HSB/HSV32°35.87%72.16%
CMYK0.00%16.85%35.87%
27.84%

Color #B89976 in popluar number systems.

HEXB89976
Decimal184153118
Binary10111000100110011110110
Octal270231166

Shades and tints

Shades of #B89976

#B89976
(184,153,118)
#A88C6C
(168,140,108)
#987F62
(152,127,98)
#887258
(136,114,88)
#78654E
(120,101,78)
#685844
(104,88,68)
#584B3A
(88,75,58)
#483E30
(72,62,48)
#383126
(56,49,38)
#28241C
(40,36,28)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B89976

#B89976
(184,153,118)
#BEA282
(190,162,130)
#C4AB8E
(196,171,142)
#CAB49A
(202,180,154)
#D0BDA6
(208,189,166)
#D6C6B2
(214,198,178)
#DCCFBE
(220,207,190)
#E2D8CA
(226,216,202)
#E8E1D6
(232,225,214)
#EEEAE2
(238,234,226)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89976 color. Also use rgb(184,153,118) instead hex code.

Text Font Color

.myTextColor { color: #B89976; }

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

This text font color is #B89976.


Background Color

.myBgColor { background-color: #B89976; }

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

This div background color is #B89976.


Border color

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

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

This div border color is #B89976.


Opacity

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

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

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

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

This text has shadow with #B89976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89976 on black background.


Color preview on white background

This text has color #B89976 on white background.



Black color preview on #B89976 background

This text has black color on #B89976 background.


White color preview on #B89976 background

This text has white color on #B89976 background.