COLOR #B88D82

HEX: #B88D82 RGB: (184,141,130)

Color info

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

RGB color model

#B88D82 color RGB value is (184,141,130).

RGB: (184,141,130) (72%, 55%, 51%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 130 of 255 = 51%

184
141
130

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

Portions of RGB colors in percentages

R + G + B = 184 + 141 + 130 = 455 (100%)
R 184 of 455 ~ 40.44%
G 141 of 455 ~ 30.99%
B 130 of 455 ~ 28.57'%

%40.44
%30.99
%28.57

CMYK color model

#B88D82 color CMYK value is (0,23,29,28).

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

CMYK: (0,23,29,28)
C0M23Y29K28 (0%, 23%, 29%, 28%)
(0.00 / 0.23 / 0.29 / 0.28)

CMYK percentages

%0
%23.37
%29.35
%27.84

Codes

Color #B88D82 in popluar color models

B8 8D 82
RGB 184 141 130
HSL 12° 27.55% 61.57%
HSB/HSV 12° 29.35% 72.16%
CMYK 0.00% 23.37% 29.35%
27.84%

Color #B88D82 in popluar number systems.

HEX B8 8D 82
Decimal 184 141 130
Binary 10111000 10001101 10000010
Octal 270 215 202

Shades and tints

Shades of #B88D82

#B88D82
(184,141,130)
#A88177
(168,129,119)
#98756C
(152,117,108)
#886961
(136,105,97)
#785D56
(120,93,86)
#68514B
(104,81,75)
#584540
(88,69,64)
#483935
(72,57,53)
#382D2A
(56,45,42)
#28211F
(40,33,31)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B88D82

#B88D82
(184,141,130)
#BE978D
(190,151,141)
#C4A198
(196,161,152)
#CAABA3
(202,171,163)
#D0B5AE
(208,181,174)
#D6BFB9
(214,191,185)
#DCC9C4
(220,201,196)
#E2D3CF
(226,211,207)
#E8DDDA
(232,221,218)
#EEE7E5
(238,231,229)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88D82; }

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

This text font color is #B88D82.

Background Color

.myBgColor { background-color: #B88D82; }

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

This div background color is #B88D82.

Border color

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

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

This div border color is #B88D82.

Opacity

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

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

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

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

This text has shadow with #B88D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88D82.

Preview

Color preview on black background

This text has color #B88D82 on black background.


Color preview on white background

This text has color #B88D82 on white background.


Black color preview on #B88D82 background

This text has black color on #B88D82 background.


White color preview on #B88D82 background

This text has white color on #B88D82 background.


Related colors

Complementary color

Complementary color for #hex is #47727D.


I love getcolorcode.com

Triadic colors

1 #82B88D and #8D82B8 with #B88D82 are triadic colors.

2 #828DB8 and #8DB882 with #B88D82 are triadic colors.