COLOR #B5838C

HEX: #B5838C
RGB: (181,131,140)

Color info

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

RGB color model

#B5838C color RGB value is (181,131,140).

  • red value is 181;
  • green value is 131;
  • blue value is 140.
RGB:
(181,131,140)
(71%,51%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 140 of 255 = 55%

181
131
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 131 + 140 = 452 (100%)
R 181 of 452 ~ 40.04%
G 131 of 452 ~ 28.98%
B 140 of 452 ~ 30.97%

%40.04
%28.98
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,28,23,29)
C0M28Y23K29 
(0%,28%,23%,29%)
(0.00/0.28/0.23/0.29)	

CMYK percentages

%0
%27.62
%22.65
%29.02

Codes

Color #B5838C in popluar color models

B5838C
RGB181131140
HSL349°25.25%61.18%
HSB/HSV349°27.62%70.98%
CMYK0.00%27.62%22.65%
29.02%

Color #B5838C in popluar number systems.

HEXB5838C
Decimal181131140
Binary101101011000001110001100
Octal265203214

Shades and tints

Shades of #B5838C

#B5838C
(181,131,140)
#A57880
(165,120,128)
#956D74
(149,109,116)
#856268
(133,98,104)
#75575C
(117,87,92)
#654C50
(101,76,80)
#554144
(85,65,68)
#453638
(69,54,56)
#352B2C
(53,43,44)
#252020
(37,32,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5838C

#B5838C
(181,131,140)
#BB8E96
(187,142,150)
#C199A0
(193,153,160)
#C7A4AA
(199,164,170)
#CDAFB4
(205,175,180)
#D3BABE
(211,186,190)
#D9C5C8
(217,197,200)
#DFD0D2
(223,208,210)
#E5DBDC
(229,219,220)
#EBE6E6
(235,230,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5838C; }

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

This text font color is #B5838C.


Background Color

.myBgColor { background-color: #B5838C; }

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

This div background color is #B5838C.


Border color

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

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

This div border color is #B5838C.


Opacity

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

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

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

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

This text has shadow with #B5838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5838C on black background.


Color preview on white background

This text has color #B5838C on white background.



Black color preview on #B5838C background

This text has black color on #B5838C background.


White color preview on #B5838C background

This text has white color on #B5838C background.