COLOR #B4887A

HEX: #B4887A RGB: (180,136,122)

Color info

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

RGB color model

#B4887A color RGB value is (180,136,122).

RGB: (180,136,122) (71%, 53%, 48%)

RGB channels and saturation

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

180
136
122

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

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 122 = 438 (100%)
R 180 of 438 ~ 41.1%
G 136 of 438 ~ 31.05%
B 122 of 438 ~ 27.85'%

%41.1
%31.05
%27.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 32.22%
  • 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
%32.22
%29.41

Codes

Color #B4887A in popluar color models

B4 88 7A
RGB 180 136 122
HSL 14° 27.88% 59.22%
HSB/HSV 14° 32.22% 70.59%
CMYK 0.00% 24.44% 32.22%
29.41%

Color #B4887A in popluar number systems.

HEX B4 88 7A
Decimal 180 136 122
Binary 10110100 10001000 1111010
Octal 264 210 172

Shades and tints

Shades of #B4887A

#B4887A
(180,136,122)
#A47C6F
(164,124,111)
#947064
(148,112,100)
#846459
(132,100,89)
#74584E
(116,88,78)
#644C43
(100,76,67)
#544038
(84,64,56)
#44342D
(68,52,45)
#342822
(52,40,34)
#241C17
(36,28,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #B4887A

#B4887A
(180,136,122)
#BA9286
(186,146,134)
#C09C92
(192,156,146)
#C6A69E
(198,166,158)
#CCB0AA
(204,176,170)
#D2BAB6
(210,186,182)
#D8C4C2
(216,196,194)
#DECECE
(222,206,206)
#E4D8DA
(228,216,218)
#EAE2E6
(234,226,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4887A; }

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

This text font color is #B4887A.

Background Color

.myBgColor { background-color: #B4887A; }

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

This div background color is #B4887A.

Border color

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

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

This div border color is #B4887A.

Opacity

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

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

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

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

This text has shadow with #B4887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4887A.

Preview

Color preview on black background

This text has color #B4887A on black background.


Color preview on white background

This text has color #B4887A on white background.


Black color preview on #B4887A background

This text has black color on #B4887A background.


White color preview on #B4887A background

This text has white color on #B4887A background.


Related colors

Complementary color

Complementary color for #hex is #4B7785.


I love getcolorcode.com

Triadic colors

1 #7AB488 and #887AB4 with #B4887A are triadic colors.

2 #7A88B4 and #88B47A with #B4887A are triadic colors.