COLOR #B5988C

HEX: #B5988C RGB: (181,152,140)

Color info

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

RGB color model

#B5988C color RGB value is (181,152,140).

RGB: (181,152,140) (71%, 60%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 140 of 255 = 55%

181
152
140

R + G + B ~ 62%. #B5988C is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 152 + 140 = 473 (100%)
R 181 of 473 ~ 38.27%
G 152 of 473 ~ 32.14%
B 140 of 473 ~ 29.6'%

%38.27
%32.14
%29.6

CMYK color model

#B5988C color CMYK value is (0,16,23,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK: (0,16,23,29) C0M16Y23K29 (0%,16%,23%,29%) (0.00/0.16/0.23/0.29) 

CMYK percentages

%0
%16.02
%22.65
%29.02

Codes

Color #B5988C in popluar color models

B5 98 8C
RGB 181 152 140
HSL 18° 21.69% 62.94%
HSB/HSV 18° 22.65% 70.98%
CMYK 0.00% 16.02% 22.65%
29.02%

Color #B5988C in popluar number systems.

HEX B5 98 8C
Decimal 181 152 140
Binary 10110101 10011000 10001100
Octal 265 230 214

Shades and tints

Shades of #B5988C

#B5988C
(181,152,140)
#A58B80
(165,139,128)
#957E74
(149,126,116)
#857168
(133,113,104)
#75645C
(117,100,92)
#655750
(101,87,80)
#554A44
(85,74,68)
#453D38
(69,61,56)
#35302C
(53,48,44)
#252320
(37,35,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5988C

#B5988C
(181,152,140)
#BBA196
(187,161,150)
#C1AAA0
(193,170,160)
#C7B3AA
(199,179,170)
#CDBCB4
(205,188,180)
#D3C5BE
(211,197,190)
#D9CEC8
(217,206,200)
#DFD7D2
(223,215,210)
#E5E0DC
(229,224,220)
#EBE9E6
(235,233,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5988C color. Also use rgb(181,152,140) instead hex code.

Text Font Color

.myTextColor { color: #B5988C; }

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

This text font color is #B5988C.

Background Color

.myBgColor { background-color: #B5988C; }

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

This div background color is #B5988C.

Border color

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

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

This div border color is #B5988C.

Opacity

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

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

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

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

This text has shadow with #B5988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5988C.

Preview

Color preview on black background

This text has color #B5988C on black background.


Color preview on white background

This text has color #B5988C on white background.


Black color preview on #B5988C background

This text has black color on #B5988C background.


White color preview on #B5988C background

This text has white color on #B5988C background.


Related colors

Complementary color

Complementary color for #hex is #4A6773.


I love getcolorcode.com

Triadic colors

1 #8CB598 and #988CB5 with #B5988C are triadic colors.

2 #8C98B5 and #98B58C with #B5988C are triadic colors.