COLOR #B8867D

HEX: #B8867D
RGB: (184,134,125)

Color info

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

RGB color model

#B8867D color RGB value is (184,134,125).

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

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 125 of 255 = 49%

184
134
125

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

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 125 = 443 (100%)
R 184 of 443 ~ 41.53%
G 134 of 443 ~ 30.25%
B 125 of 443 ~ 28.22%

%41.53
%30.25
%28.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,27,32,28)
C0M27Y32K28 
(0%,27%,32%,28%)
(0.00/0.27/0.32/0.28)	

CMYK percentages

%0
%27.17
%32.07
%27.84

Codes

Color #B8867D in popluar color models

B8867D
RGB184134125
HSL29.35%60.59%
HSB/HSV32.07%72.16%
CMYK0.00%27.17%32.07%
27.84%

Color #B8867D in popluar number systems.

HEXB8867D
Decimal184134125
Binary10111000100001101111101
Octal270206175

Shades and tints

Shades of #B8867D

#B8867D
(184,134,125)
#A87A72
(168,122,114)
#986E67
(152,110,103)
#88625C
(136,98,92)
#785651
(120,86,81)
#684A46
(104,74,70)
#583E3B
(88,62,59)
#483230
(72,50,48)
#382625
(56,38,37)
#281A1A
(40,26,26)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #B8867D

#B8867D
(184,134,125)
#BE9188
(190,145,136)
#C49C93
(196,156,147)
#CAA79E
(202,167,158)
#D0B2A9
(208,178,169)
#D6BDB4
(214,189,180)
#DCC8BF
(220,200,191)
#E2D3CA
(226,211,202)
#E8DED5
(232,222,213)
#EEE9E0
(238,233,224)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8867D; }

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

This text font color is #B8867D.


Background Color

.myBgColor { background-color: #B8867D; }

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

This div background color is #B8867D.


Border color

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

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

This div border color is #B8867D.


Opacity

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

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

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

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

This text has shadow with #B8867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8867D on black background.


Color preview on white background

This text has color #B8867D on white background.



Black color preview on #B8867D background

This text has black color on #B8867D background.


White color preview on #B8867D background

This text has white color on #B8867D background.