COLOR #B48C76

HEX: #B48C76
RGB: (180,140,118)

Color info

#B48C76 contains mainly red and green colors. Web safe color of #B48C76 is #CC9966 (or #C96).

RGB color model

#B48C76 color RGB value is (180,140,118).

  • red value is 180;
  • green value is 140;
  • blue value is 118.
RGB:
(180,140,118)
(71%,55%,46%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 118 of 255 = 46%

180
140
118

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

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 118 = 438 (100%)
R 180 of 438 ~ 41.1%
G 140 of 438 ~ 31.96%
B 118 of 438 ~ 26.94%

%41.1
%31.96
%26.94

CMYK color model

#B48C76 color CMYK value is (0,22,34,29).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(0,22,34,29)
C0M22Y34K29 
(0%,22%,34%,29%)
(0.00/0.22/0.34/0.29)	

CMYK percentages

%0
%22.22
%34.44
%29.41

Codes

Color #B48C76 in popluar color models

B48C76
RGB180140118
HSL21°29.25%58.43%
HSB/HSV21°34.44%70.59%
CMYK0.00%22.22%34.44%
29.41%

Color #B48C76 in popluar number systems.

HEXB48C76
Decimal180140118
Binary10110100100011001110110
Octal264214166

Shades and tints

Shades of #B48C76

#B48C76
(180,140,118)
#A4806C
(164,128,108)
#947462
(148,116,98)
#846858
(132,104,88)
#745C4E
(116,92,78)
#645044
(100,80,68)
#54443A
(84,68,58)
#443830
(68,56,48)
#342C26
(52,44,38)
#24201C
(36,32,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B48C76

#B48C76
(180,140,118)
#BA9682
(186,150,130)
#C0A08E
(192,160,142)
#C6AA9A
(198,170,154)
#CCB4A6
(204,180,166)
#D2BEB2
(210,190,178)
#D8C8BE
(216,200,190)
#DED2CA
(222,210,202)
#E4DCD6
(228,220,214)
#EAE6E2
(234,230,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48C76 color. Also use rgb(180,140,118) instead hex code.

Text Font Color

.myTextColor { color: #B48C76; }

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

This text font color is #B48C76.


Background Color

.myBgColor { background-color: #B48C76; }

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

This div background color is #B48C76.


Border color

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

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

This div border color is #B48C76.


Opacity

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

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

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

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

This text has shadow with #B48C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48C76 on black background.


Color preview on white background

This text has color #B48C76 on white background.



Black color preview on #B48C76 background

This text has black color on #B48C76 background.


White color preview on #B48C76 background

This text has white color on #B48C76 background.