COLOR #B89D7E

HEX: #B89D7E
RGB: (184,157,126)

Color info

#B89D7E contains red, green and blue colors in about the same proportion. Web safe color of #B89D7E is #CC9966 (or #C96).

RGB color model

#B89D7E color RGB value is (184,157,126).

  • red value is 184;
  • green value is 157;
  • blue value is 126.
RGB:
(184,157,126)
(72%,62%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 126 of 255 = 49%

184
157
126

R + G + B ~ 61%. #B89D7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 126 = 467 (100%)
R 184 of 467 ~ 39.4%
G 157 of 467 ~ 33.62%
B 126 of 467 ~ 26.98%

%39.4
%33.62
%26.98

CMYK color model

#B89D7E color CMYK value is (0,15,32,28).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(0,15,32,28)
C0M15Y32K28 
(0%,15%,32%,28%)
(0.00/0.15/0.32/0.28)	

CMYK percentages

%0
%14.67
%31.52
%27.84

Codes

Color #B89D7E in popluar color models

B89D7E
RGB184157126
HSL32°29.00%60.78%
HSB/HSV32°31.52%72.16%
CMYK0.00%14.67%31.52%
27.84%

Color #B89D7E in popluar number systems.

HEXB89D7E
Decimal184157126
Binary10111000100111011111110
Octal270235176

Shades and tints

Shades of #B89D7E

#B89D7E
(184,157,126)
#A88F73
(168,143,115)
#988168
(152,129,104)
#88735D
(136,115,93)
#786552
(120,101,82)
#685747
(104,87,71)
#58493C
(88,73,60)
#483B31
(72,59,49)
#382D26
(56,45,38)
#281F1B
(40,31,27)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B89D7E

#B89D7E
(184,157,126)
#BEA589
(190,165,137)
#C4AD94
(196,173,148)
#CAB59F
(202,181,159)
#D0BDAA
(208,189,170)
#D6C5B5
(214,197,181)
#DCCDC0
(220,205,192)
#E2D5CB
(226,213,203)
#E8DDD6
(232,221,214)
#EEE5E1
(238,229,225)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89D7E color. Also use rgb(184,157,126) instead hex code.

Text Font Color

.myTextColor { color: #B89D7E; }

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

This text font color is #B89D7E.


Background Color

.myBgColor { background-color: #B89D7E; }

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

This div background color is #B89D7E.


Border color

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

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

This div border color is #B89D7E.


Opacity

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

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

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

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

This text has shadow with #B89D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89D7E on black background.


Color preview on white background

This text has color #B89D7E on white background.



Black color preview on #B89D7E background

This text has black color on #B89D7E background.


White color preview on #B89D7E background

This text has white color on #B89D7E background.