COLOR #B4867D

HEX: #B4867D
RGB: (180,134,125)

Color info

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

RGB color model

#B4867D color RGB value is (180,134,125).

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

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 125 of 255 = 49%

180
134
125

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

Portions of RGB colors in percentages

R + G + B =
180 + 134 + 125 = 439 (100%)
R 180 of 439 ~ 41%
G 134 of 439 ~ 30.52%
B 125 of 439 ~ 28.47%

%41
%30.52
%28.47

CMYK color model

#B4867D color CMYK value is (0,26,31,29).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 30.56%
  • key color value is 29.41%
CMYK:
(0,26,31,29)
C0M26Y31K29 
(0%,26%,31%,29%)
(0.00/0.26/0.31/0.29)	

CMYK percentages

%0
%25.56
%30.56
%29.41

Codes

Color #B4867D in popluar color models

B4867D
RGB180134125
HSL10°26.83%59.80%
HSB/HSV10°30.56%70.59%
CMYK0.00%25.56%30.56%
29.41%

Color #B4867D in popluar number systems.

HEXB4867D
Decimal180134125
Binary10110100100001101111101
Octal264206175

Shades and tints

Shades of #B4867D

#B4867D
(180,134,125)
#A47A72
(164,122,114)
#946E67
(148,110,103)
#84625C
(132,98,92)
#745651
(116,86,81)
#644A46
(100,74,70)
#543E3B
(84,62,59)
#443230
(68,50,48)
#342625
(52,38,37)
#241A1A
(36,26,26)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #B4867D

#B4867D
(180,134,125)
#BA9188
(186,145,136)
#C09C93
(192,156,147)
#C6A79E
(198,167,158)
#CCB2A9
(204,178,169)
#D2BDB4
(210,189,180)
#D8C8BF
(216,200,191)
#DED3CA
(222,211,202)
#E4DED5
(228,222,213)
#EAE9E0
(234,233,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4867D; }

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

This text font color is #B4867D.


Background Color

.myBgColor { background-color: #B4867D; }

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

This div background color is #B4867D.


Border color

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

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

This div border color is #B4867D.


Opacity

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

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

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

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

This text has shadow with #B4867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4867D on black background.


Color preview on white background

This text has color #B4867D on white background.



Black color preview on #B4867D background

This text has black color on #B4867D background.


White color preview on #B4867D background

This text has white color on #B4867D background.