COLOR #B5847F

HEX: #B5847F
RGB: (181,132,127)

Color info

#B5847F contains red, green and blue colors in about the same proportion. Web safe color of #B5847F is #CC9966 (or #C96).

RGB color model

#B5847F color RGB value is (181,132,127).

  • red value is 181;
  • green value is 132;
  • blue value is 127.
RGB:
(181,132,127)
(71%,52%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 132 of 255 = 52%
B 127 of 255 = 50%

181
132
127

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

Portions of RGB colors in percentages

R + G + B =
181 + 132 + 127 = 440 (100%)
R 181 of 440 ~ 41.14%
G 132 of 440 ~ 30%
B 127 of 440 ~ 28.86%

%41.14
%30
%28.86

CMYK color model

#B5847F color CMYK value is (0,27,30,29).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(0,27,30,29)
C0M27Y30K29 
(0%,27%,30%,29%)
(0.00/0.27/0.30/0.29)	

CMYK percentages

%0
%27.07
%29.83
%29.02

Codes

Color #B5847F in popluar color models

B5847F
RGB181132127
HSL26.73%60.39%
HSB/HSV29.83%70.98%
CMYK0.00%27.07%29.83%
29.02%

Color #B5847F in popluar number systems.

HEXB5847F
Decimal181132127
Binary10110101100001001111111
Octal265204177

Shades and tints

Shades of #B5847F

#B5847F
(181,132,127)
#A57874
(165,120,116)
#956C69
(149,108,105)
#85605E
(133,96,94)
#755453
(117,84,83)
#654848
(101,72,72)
#553C3D
(85,60,61)
#453032
(69,48,50)
#352427
(53,36,39)
#25181C
(37,24,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #B5847F

#B5847F
(181,132,127)
#BB8F8A
(187,143,138)
#C19A95
(193,154,149)
#C7A5A0
(199,165,160)
#CDB0AB
(205,176,171)
#D3BBB6
(211,187,182)
#D9C6C1
(217,198,193)
#DFD1CC
(223,209,204)
#E5DCD7
(229,220,215)
#EBE7E2
(235,231,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5847F color. Also use rgb(181,132,127) instead hex code.

Text Font Color

.myTextColor { color: #B5847F; }

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

This text font color is #B5847F.


Background Color

.myBgColor { background-color: #B5847F; }

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

This div background color is #B5847F.


Border color

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

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

This div border color is #B5847F.


Opacity

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

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

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

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

This text has shadow with #B5847F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5847F on black background.


Color preview on white background

This text has color #B5847F on white background.



Black color preview on #B5847F background

This text has black color on #B5847F background.


White color preview on #B5847F background

This text has white color on #B5847F background.