COLOR #B48879

HEX: #B48879
RGB: (180,136,121)

Color info

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

RGB color model

#B48879 color RGB value is (180,136,121).

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

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 121 of 255 = 47%

180
136
121

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 121 = 437 (100%)
R 180 of 437 ~ 41.19%
G 136 of 437 ~ 31.12%
B 121 of 437 ~ 27.69%

%41.19
%31.12
%27.69

CMYK color model

#B48879 color CMYK value is (0,24,33,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 32.78%
  • key color value is 29.41%
CMYK:
(0,24,33,29)
C0M24Y33K29 
(0%,24%,33%,29%)
(0.00/0.24/0.33/0.29)	

CMYK percentages

%0
%24.44
%32.78
%29.41

Codes

Color #B48879 in popluar color models

B48879
RGB180136121
HSL15°28.23%59.02%
HSB/HSV15°32.78%70.59%
CMYK0.00%24.44%32.78%
29.41%

Color #B48879 in popluar number systems.

HEXB48879
Decimal180136121
Binary10110100100010001111001
Octal264210171

Shades and tints

Shades of #B48879

#B48879
(180,136,121)
#A47C6E
(164,124,110)
#947063
(148,112,99)
#846458
(132,100,88)
#74584D
(116,88,77)
#644C42
(100,76,66)
#544037
(84,64,55)
#44342C
(68,52,44)
#342821
(52,40,33)
#241C16
(36,28,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #B48879

#B48879
(180,136,121)
#BA9285
(186,146,133)
#C09C91
(192,156,145)
#C6A69D
(198,166,157)
#CCB0A9
(204,176,169)
#D2BAB5
(210,186,181)
#D8C4C1
(216,196,193)
#DECECD
(222,206,205)
#E4D8D9
(228,216,217)
#EAE2E5
(234,226,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48879; }

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

This text font color is #B48879.


Background Color

.myBgColor { background-color: #B48879; }

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

This div background color is #B48879.


Border color

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

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

This div border color is #B48879.


Opacity

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

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

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

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

This text has shadow with #B48879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48879 on black background.


Color preview on white background

This text has color #B48879 on white background.



Black color preview on #B48879 background

This text has black color on #B48879 background.


White color preview on #B48879 background

This text has white color on #B48879 background.