COLOR #B89B8D

HEX: #B89B8D RGB: (184,155,141)

Color info

#B89B8D contains red, green and blue colors in about the same proportion. Web safe color of #B89B8D is #CC9999 (or #C99).

RGB color model

#B89B8D color RGB value is (184,155,141).

RGB: (184,155,141) (72%, 61%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 155 of 255 = 61%
B 141 of 255 = 55%

184
155
141

R + G + B ~ 63%. #B89B8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 155 + 141 = 480 (100%)
R 184 of 480 ~ 38.33%
G 155 of 480 ~ 32.29%
B 141 of 480 ~ 29.38'%

%38.33
%32.29
%29.38

CMYK color model

#B89B8D color CMYK value is (0,16,23,28).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (0,16,23,28)
C0M16Y23K28 (0%, 16%, 23%, 28%)
(0.00 / 0.16 / 0.23 / 0.28)

CMYK percentages

%0
%15.76
%23.37
%27.84

Codes

Color #B89B8D in popluar color models

B8 9B 8D
RGB 184 155 141
HSL 20° 23.24% 63.73%
HSB/HSV 20° 23.37% 72.16%
CMYK 0.00% 15.76% 23.37%
27.84%

Color #B89B8D in popluar number systems.

HEX B8 9B 8D
Decimal 184 155 141
Binary 10111000 10011011 10001101
Octal 270 233 215

Shades and tints

Shades of #B89B8D

#B89B8D
(184,155,141)
#A88D81
(168,141,129)
#987F75
(152,127,117)
#887169
(136,113,105)
#78635D
(120,99,93)
#685551
(104,85,81)
#584745
(88,71,69)
#483939
(72,57,57)
#382B2D
(56,43,45)
#281D21
(40,29,33)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #B89B8D

#B89B8D
(184,155,141)
#BEA497
(190,164,151)
#C4ADA1
(196,173,161)
#CAB6AB
(202,182,171)
#D0BFB5
(208,191,181)
#D6C8BF
(214,200,191)
#DCD1C9
(220,209,201)
#E2DAD3
(226,218,211)
#E8E3DD
(232,227,221)
#EEECE7
(238,236,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89B8D; }

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

This text font color is #B89B8D.

Background Color

.myBgColor { background-color: #B89B8D; }

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

This div background color is #B89B8D.

Border color

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

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

This div border color is #B89B8D.

Opacity

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

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

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

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

This text has shadow with #B89B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89B8D.

Preview

Color preview on black background

This text has color #B89B8D on black background.


Color preview on white background

This text has color #B89B8D on white background.


Black color preview on #B89B8D background

This text has black color on #B89B8D background.


White color preview on #B89B8D background

This text has white color on #B89B8D background.


Related colors

Complementary color

Complementary color for #hex is #476472.


I love getcolorcode.com

Triadic colors

1 #8DB89B and #9B8DB8 with #B89B8D are triadic colors.

2 #8D9BB8 and #9BB88D with #B89B8D are triadic colors.