COLOR #B89B6B

HEX: #B89B6B
RGB: (184,155,107)

Color info

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

RGB color model

#B89B6B color RGB value is (184,155,107).

  • red value is 184;
  • green value is 155;
  • blue value is 107.
RGB:
(184,155,107)
(72%,61%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 155 of 255 = 61%
B 107 of 255 = 42%

184
155
107

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

Portions of RGB colors in percentages

R + G + B =
184 + 155 + 107 = 446 (100%)
R 184 of 446 ~ 41.26%
G 155 of 446 ~ 34.75%
B 107 of 446 ~ 23.99%

%41.26
%34.75
%23.99

CMYK color model

#B89B6B color CMYK value is (0,16,42,28).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 41.85%
  • key color value is 27.84%
CMYK:
(0,16,42,28)
C0M16Y42K28 
(0%,16%,42%,28%)
(0.00/0.16/0.42/0.28)	

CMYK percentages

%0
%15.76
%41.85
%27.84

Codes

Color #B89B6B in popluar color models

B89B6B
RGB184155107
HSL37°35.16%57.06%
HSB/HSV37°41.85%72.16%
CMYK0.00%15.76%41.85%
27.84%

Color #B89B6B in popluar number systems.

HEXB89B6B
Decimal184155107
Binary10111000100110111101011
Octal270233153

Shades and tints

Shades of #B89B6B

#B89B6B
(184,155,107)
#A88D62
(168,141,98)
#987F59
(152,127,89)
#887150
(136,113,80)
#786347
(120,99,71)
#68553E
(104,85,62)
#584735
(88,71,53)
#48392C
(72,57,44)
#382B23
(56,43,35)
#281D1A
(40,29,26)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #B89B6B

#B89B6B
(184,155,107)
#BEA478
(190,164,120)
#C4AD85
(196,173,133)
#CAB692
(202,182,146)
#D0BF9F
(208,191,159)
#D6C8AC
(214,200,172)
#DCD1B9
(220,209,185)
#E2DAC6
(226,218,198)
#E8E3D3
(232,227,211)
#EEECE0
(238,236,224)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89B6B color. Also use rgb(184,155,107) instead hex code.

Text Font Color

.myTextColor { color: #B89B6B; }

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

This text font color is #B89B6B.


Background Color

.myBgColor { background-color: #B89B6B; }

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

This div background color is #B89B6B.


Border color

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

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

This div border color is #B89B6B.


Opacity

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

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

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

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

This text has shadow with #B89B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89B6B on black background.


Color preview on white background

This text has color #B89B6B on white background.



Black color preview on #B89B6B background

This text has black color on #B89B6B background.


White color preview on #B89B6B background

This text has white color on #B89B6B background.