COLOR #B4887B

HEX: #B4887B
RGB: (180,136,123)

Color info

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

RGB color model

#B4887B color RGB value is (180,136,123).

  • red value is 180;
  • green value is 136;
  • blue value is 123.
RGB:
(180,136,123)
(71%,53%,48%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 123 of 255 = 48%

180
136
123

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 123 = 439 (100%)
R 180 of 439 ~ 41%
G 136 of 439 ~ 30.98%
B 123 of 439 ~ 28.02%

%41
%30.98
%28.02

CMYK color model

#B4887B color CMYK value is (0,24,32,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(0,24,32,29)
C0M24Y32K29 
(0%,24%,32%,29%)
(0.00/0.24/0.32/0.29)	

CMYK percentages

%0
%24.44
%31.67
%29.41

Codes

Color #B4887B in popluar color models

B4887B
RGB180136123
HSL14°27.54%59.41%
HSB/HSV14°31.67%70.59%
CMYK0.00%24.44%31.67%
29.41%

Color #B4887B in popluar number systems.

HEXB4887B
Decimal180136123
Binary10110100100010001111011
Octal264210173

Shades and tints

Shades of #B4887B

#B4887B
(180,136,123)
#A47C70
(164,124,112)
#947065
(148,112,101)
#84645A
(132,100,90)
#74584F
(116,88,79)
#644C44
(100,76,68)
#544039
(84,64,57)
#44342E
(68,52,46)
#342823
(52,40,35)
#241C18
(36,28,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #B4887B

#B4887B
(180,136,123)
#BA9287
(186,146,135)
#C09C93
(192,156,147)
#C6A69F
(198,166,159)
#CCB0AB
(204,176,171)
#D2BAB7
(210,186,183)
#D8C4C3
(216,196,195)
#DECECF
(222,206,207)
#E4D8DB
(228,216,219)
#EAE2E7
(234,226,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4887B color. Also use rgb(180,136,123) instead hex code.

Text Font Color

.myTextColor { color: #B4887B; }

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

This text font color is #B4887B.


Background Color

.myBgColor { background-color: #B4887B; }

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

This div background color is #B4887B.


Border color

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

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

This div border color is #B4887B.


Opacity

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

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

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

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

This text has shadow with #B4887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4887B on black background.


Color preview on white background

This text has color #B4887B on white background.



Black color preview on #B4887B background

This text has black color on #B4887B background.


White color preview on #B4887B background

This text has white color on #B4887B background.