COLOR #B89E7F

HEX: #B89E7F RGB: (184,158,127)

Color info

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

RGB color model

#B89E7F color RGB value is (184,158,127).

RGB: (184,158,127) (72%, 62%, 50%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 127 of 255 = 50%

184
158
127

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

Portions of RGB colors in percentages

R + G + B = 184 + 158 + 127 = 469 (100%)
R 184 of 469 ~ 39.23%
G 158 of 469 ~ 33.69%
B 127 of 469 ~ 27.08'%

%39.23
%33.69
%27.08

CMYK color model

#B89E7F color CMYK value is (0,14,31,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 30.98%
  • key color value is 27.84%

CMYK: (0,14,31,28)
C0M14Y31K28 (0%, 14%, 31%, 28%)
(0.00 / 0.14 / 0.31 / 0.28)

CMYK percentages

%0
%14.13
%30.98
%27.84

Codes

Color #B89E7F in popluar color models

B8 9E 7F
RGB 184 158 127
HSL 33° 28.64% 60.98%
HSB/HSV 33° 30.98% 72.16%
CMYK 0.00% 14.13% 30.98%
27.84%

Color #B89E7F in popluar number systems.

HEX B8 9E 7F
Decimal 184 158 127
Binary 10111000 10011110 1111111
Octal 270 236 177

Shades and tints

Shades of #B89E7F

#B89E7F
(184,158,127)
#A89074
(168,144,116)
#988269
(152,130,105)
#88745E
(136,116,94)
#786653
(120,102,83)
#685848
(104,88,72)
#584A3D
(88,74,61)
#483C32
(72,60,50)
#382E27
(56,46,39)
#28201C
(40,32,28)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #B89E7F

#B89E7F
(184,158,127)
#BEA68A
(190,166,138)
#C4AE95
(196,174,149)
#CAB6A0
(202,182,160)
#D0BEAB
(208,190,171)
#D6C6B6
(214,198,182)
#DCCEC1
(220,206,193)
#E2D6CC
(226,214,204)
#E8DED7
(232,222,215)
#EEE6E2
(238,230,226)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89E7F color. Also use rgb(184,158,127) instead hex code.

Text Font Color

.myTextColor { color: #B89E7F; }

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

This text font color is #B89E7F.

Background Color

.myBgColor { background-color: #B89E7F; }

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

This div background color is #B89E7F.

Border color

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

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

This div border color is #B89E7F.

Opacity

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

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

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

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

This text has shadow with #B89E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89E7F.

Preview

Color preview on black background

This text has color #B89E7F on black background.


Color preview on white background

This text has color #B89E7F on white background.


Black color preview on #B89E7F background

This text has black color on #B89E7F background.


White color preview on #B89E7F background

This text has white color on #B89E7F background.


Related colors

Complementary color

Complementary color for #hex is #476180.


I love getcolorcode.com

Triadic colors

1 #7FB89E and #9E7FB8 with #B89E7F are triadic colors.

2 #7F9EB8 and #9EB87F with #B89E7F are triadic colors.