COLOR #B89982

HEX: #B89982 RGB: (184,153,130)

Color info

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

RGB color model

#B89982 color RGB value is (184,153,130).

RGB: (184,153,130) (72%, 60%, 51%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 130 of 255 = 51%

184
153
130

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

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 130 = 467 (100%)
R 184 of 467 ~ 39.4%
G 153 of 467 ~ 32.76%
B 130 of 467 ~ 27.84'%

%39.4
%32.76
%27.84

CMYK color model

#B89982 color CMYK value is (0,17,29,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 29.35%
  • key color value is 27.84%

CMYK: (0,17,29,28)
C0M17Y29K28 (0%, 17%, 29%, 28%)
(0.00 / 0.17 / 0.29 / 0.28)

CMYK percentages

%0
%16.85
%29.35
%27.84

Codes

Color #B89982 in popluar color models

B8 99 82
RGB 184 153 130
HSL 26° 27.55% 61.57%
HSB/HSV 26° 29.35% 72.16%
CMYK 0.00% 16.85% 29.35%
27.84%

Color #B89982 in popluar number systems.

HEX B8 99 82
Decimal 184 153 130
Binary 10111000 10011001 10000010
Octal 270 231 202

Shades and tints

Shades of #B89982

#B89982
(184,153,130)
#A88C77
(168,140,119)
#987F6C
(152,127,108)
#887261
(136,114,97)
#786556
(120,101,86)
#68584B
(104,88,75)
#584B40
(88,75,64)
#483E35
(72,62,53)
#38312A
(56,49,42)
#28241F
(40,36,31)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #B89982

#B89982
(184,153,130)
#BEA28D
(190,162,141)
#C4AB98
(196,171,152)
#CAB4A3
(202,180,163)
#D0BDAE
(208,189,174)
#D6C6B9
(214,198,185)
#DCCFC4
(220,207,196)
#E2D8CF
(226,216,207)
#E8E1DA
(232,225,218)
#EEEAE5
(238,234,229)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89982 color. Also use rgb(184,153,130) instead hex code.

Text Font Color

.myTextColor { color: #B89982; }

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

This text font color is #B89982.

Background Color

.myBgColor { background-color: #B89982; }

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

This div background color is #B89982.

Border color

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

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

This div border color is #B89982.

Opacity

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

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

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

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

This text has shadow with #B89982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89982.

Preview

Color preview on black background

This text has color #B89982 on black background.


Color preview on white background

This text has color #B89982 on white background.


Black color preview on #B89982 background

This text has black color on #B89982 background.


White color preview on #B89982 background

This text has white color on #B89982 background.


Related colors

Complementary color

Complementary color for #hex is #47667D.


I love getcolorcode.com

Triadic colors

1 #82B899 and #9982B8 with #B89982 are triadic colors.

2 #8299B8 and #99B882 with #B89982 are triadic colors.