COLOR #B8847D

HEX: #B8847D
RGB: (184,132,125)

Color info

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

RGB color model

#B8847D color RGB value is (184,132,125).

  • red value is 184;
  • green value is 132;
  • blue value is 125.
RGB:
(184,132,125)
(72%,52%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 125 of 255 = 49%

184
132
125

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

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 125 = 441 (100%)
R 184 of 441 ~ 41.72%
G 132 of 441 ~ 29.93%
B 125 of 441 ~ 28.34%

%41.72
%29.93
%28.34

CMYK color model

#B8847D color CMYK value is (0,28,32,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,28,32,28)
C0M28Y32K28 
(0%,28%,32%,28%)
(0.00/0.28/0.32/0.28)	

CMYK percentages

%0
%28.26
%32.07
%27.84

Codes

Color #B8847D in popluar color models

B8847D
RGB184132125
HSL29.35%60.59%
HSB/HSV32.07%72.16%
CMYK0.00%28.26%32.07%
27.84%

Color #B8847D in popluar number systems.

HEXB8847D
Decimal184132125
Binary10111000100001001111101
Octal270204175

Shades and tints

Shades of #B8847D

#B8847D
(184,132,125)
#A87872
(168,120,114)
#986C67
(152,108,103)
#88605C
(136,96,92)
#785451
(120,84,81)
#684846
(104,72,70)
#583C3B
(88,60,59)
#483030
(72,48,48)
#382425
(56,36,37)
#28181A
(40,24,26)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #B8847D

#B8847D
(184,132,125)
#BE8F88
(190,143,136)
#C49A93
(196,154,147)
#CAA59E
(202,165,158)
#D0B0A9
(208,176,169)
#D6BBB4
(214,187,180)
#DCC6BF
(220,198,191)
#E2D1CA
(226,209,202)
#E8DCD5
(232,220,213)
#EEE7E0
(238,231,224)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8847D color. Also use rgb(184,132,125) instead hex code.

Text Font Color

.myTextColor { color: #B8847D; }

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

This text font color is #B8847D.


Background Color

.myBgColor { background-color: #B8847D; }

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

This div background color is #B8847D.


Border color

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

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

This div border color is #B8847D.


Opacity

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

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

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

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

This text has shadow with #B8847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8847D on black background.


Color preview on white background

This text has color #B8847D on white background.



Black color preview on #B8847D background

This text has black color on #B8847D background.


White color preview on #B8847D background

This text has white color on #B8847D background.