COLOR #B89A6C

HEX: #B89A6C
RGB: (184,154,108)

Color info

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

RGB color model

#B89A6C color RGB value is (184,154,108).

  • red value is 184;
  • green value is 154;
  • blue value is 108.
RGB:
(184,154,108)
(72%,60%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 154 of 255 = 60%
B 108 of 255 = 42%

184
154
108

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

Portions of RGB colors in percentages

R + G + B =
184 + 154 + 108 = 446 (100%)
R 184 of 446 ~ 41.26%
G 154 of 446 ~ 34.53%
B 108 of 446 ~ 24.22%

%41.26
%34.53
%24.22

CMYK color model

#B89A6C color CMYK value is (0,16,41,28).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 41.30%
  • key color value is 27.84%
CMYK:
(0,16,41,28)
C0M16Y41K28 
(0%,16%,41%,28%)
(0.00/0.16/0.41/0.28)	

CMYK percentages

%0
%16.3
%41.3
%27.84

Codes

Color #B89A6C in popluar color models

B89A6C
RGB184154108
HSL36°34.86%57.25%
HSB/HSV36°41.30%72.16%
CMYK0.00%16.30%41.30%
27.84%

Color #B89A6C in popluar number systems.

HEXB89A6C
Decimal184154108
Binary10111000100110101101100
Octal270232154

Shades and tints

Shades of #B89A6C

#B89A6C
(184,154,108)
#A88C63
(168,140,99)
#987E5A
(152,126,90)
#887051
(136,112,81)
#786248
(120,98,72)
#68543F
(104,84,63)
#584636
(88,70,54)
#48382D
(72,56,45)
#382A24
(56,42,36)
#281C1B
(40,28,27)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #B89A6C

#B89A6C
(184,154,108)
#BEA379
(190,163,121)
#C4AC86
(196,172,134)
#CAB593
(202,181,147)
#D0BEA0
(208,190,160)
#D6C7AD
(214,199,173)
#DCD0BA
(220,208,186)
#E2D9C7
(226,217,199)
#E8E2D4
(232,226,212)
#EEEBE1
(238,235,225)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89A6C; }

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

This text font color is #B89A6C.


Background Color

.myBgColor { background-color: #B89A6C; }

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

This div background color is #B89A6C.


Border color

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

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

This div border color is #B89A6C.


Opacity

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

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

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

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

This text has shadow with #B89A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89A6C on black background.


Color preview on white background

This text has color #B89A6C on white background.



Black color preview on #B89A6C background

This text has black color on #B89A6C background.


White color preview on #B89A6C background

This text has white color on #B89A6C background.