COLOR #B89E6C

HEX: #B89E6C RGB: (184,158,108)

Color info

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

RGB color model

#B89E6C color RGB value is (184,158,108).

RGB: (184,158,108) (72%, 62%, 42%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 108 of 255 = 42%

184
158
108

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

Portions of RGB colors in percentages

R + G + B = 184 + 158 + 108 = 450 (100%)
R 184 of 450 ~ 40.89%
G 158 of 450 ~ 35.11%
B 108 of 450 ~ 24'%

%40.89
%35.11
%24

CMYK color model

#B89E6C color CMYK value is (0,14,41,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 41.30%
  • key color value is 27.84%
CMYK: (0,14,41,28) C0M14Y41K28 (0%,14%,41%,28%) (0.00/0.14/0.41/0.28) 

CMYK percentages

%0
%14.13
%41.3
%27.84

Codes

Color #B89E6C in popluar color models

B8 9E 6C
RGB 184 158 108
HSL 39° 34.86% 57.25%
HSB/HSV 39° 41.30% 72.16%
CMYK 0.00% 14.13% 41.30%
27.84%

Color #B89E6C in popluar number systems.

HEX B8 9E 6C
Decimal 184 158 108
Binary 10111000 10011110 1101100
Octal 270 236 154

Shades and tints

Shades of #B89E6C

#B89E6C
(184,158,108)
#A89063
(168,144,99)
#98825A
(152,130,90)
#887451
(136,116,81)
#786648
(120,102,72)
#68583F
(104,88,63)
#584A36
(88,74,54)
#483C2D
(72,60,45)
#382E24
(56,46,36)
#28201B
(40,32,27)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B89E6C

#B89E6C
(184,158,108)
#BEA679
(190,166,121)
#C4AE86
(196,174,134)
#CAB693
(202,182,147)
#D0BEA0
(208,190,160)
#D6C6AD
(214,198,173)
#DCCEBA
(220,206,186)
#E2D6C7
(226,214,199)
#E8DED4
(232,222,212)
#EEE6E1
(238,230,225)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89E6C; }

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

This text font color is #B89E6C.

Background Color

.myBgColor { background-color: #B89E6C; }

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

This div background color is #B89E6C.

Border color

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

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

This div border color is #B89E6C.

Opacity

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

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

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

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

This text has shadow with #B89E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89E6C.

Preview

Color preview on black background

This text has color #B89E6C on black background.


Color preview on white background

This text has color #B89E6C on white background.


Black color preview on #B89E6C background

This text has black color on #B89E6C background.


White color preview on #B89E6C background

This text has white color on #B89E6C background.


Related colors

Complementary color

Complementary color for #hex is #476193.


I love getcolorcode.com

Triadic colors

1 #6CB89E and #9E6CB8 with #B89E6C are triadic colors.

2 #6C9EB8 and #9EB86C with #B89E6C are triadic colors.