COLOR #B88D8B

HEX: #B88D8B RGB: (184,141,139)

Color info

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

RGB color model

#B88D8B color RGB value is (184,141,139).

RGB: (184,141,139) (72%, 55%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 139 of 255 = 55%

184
141
139

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

Portions of RGB colors in percentages

R + G + B = 184 + 141 + 139 = 464 (100%)
R 184 of 464 ~ 39.66%
G 141 of 464 ~ 30.39%
B 139 of 464 ~ 29.96'%

%39.66
%30.39
%29.96

CMYK color model

#B88D8B color CMYK value is (0,23,24,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK: (0,23,24,28) C0M23Y24K28 (0%,23%,24%,28%) (0.00/0.23/0.24/0.28) 

CMYK percentages

%0
%23.37
%24.46
%27.84

Codes

Color #B88D8B in popluar color models

B8 8D 8B
RGB 184 141 139
HSL 24.06% 63.33%
HSB/HSV 24.46% 72.16%
CMYK 0.00% 23.37% 24.46%
27.84%

Color #B88D8B in popluar number systems.

HEX B8 8D 8B
Decimal 184 141 139
Binary 10111000 10001101 10001011
Octal 270 215 213

Shades and tints

Shades of #B88D8B

#B88D8B
(184,141,139)
#A8817F
(168,129,127)
#987573
(152,117,115)
#886967
(136,105,103)
#785D5B
(120,93,91)
#68514F
(104,81,79)
#584543
(88,69,67)
#483937
(72,57,55)
#382D2B
(56,45,43)
#28211F
(40,33,31)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #B88D8B

#B88D8B
(184,141,139)
#BE9795
(190,151,149)
#C4A19F
(196,161,159)
#CAABA9
(202,171,169)
#D0B5B3
(208,181,179)
#D6BFBD
(214,191,189)
#DCC9C7
(220,201,199)
#E2D3D1
(226,211,209)
#E8DDDB
(232,221,219)
#EEE7E5
(238,231,229)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88D8B; }

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

This text font color is #B88D8B.

Background Color

.myBgColor { background-color: #B88D8B; }

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

This div background color is #B88D8B.

Border color

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

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

This div border color is #B88D8B.

Opacity

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

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

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

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

This text has shadow with #B88D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88D8B.

Preview

Color preview on black background

This text has color #B88D8B on black background.


Color preview on white background

This text has color #B88D8B on white background.


Black color preview on #B88D8B background

This text has black color on #B88D8B background.


White color preview on #B88D8B background

This text has white color on #B88D8B background.


Related colors

Complementary color

Complementary color for #hex is #477274.


I love getcolorcode.com

Triadic colors

1 #8BB88D and #8D8BB8 with #B88D8B are triadic colors.

2 #8B8DB8 and #8DB88B with #B88D8B are triadic colors.