COLOR #B48B73

HEX: #B48B73
RGB: (180,139,115)

Color info

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

RGB color model

#B48B73 color RGB value is (180,139,115).

  • red value is 180;
  • green value is 139;
  • blue value is 115.
RGB:
(180,139,115)
(71%,55%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 115 of 255 = 45%

180
139
115

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 115 = 434 (100%)
R 180 of 434 ~ 41.47%
G 139 of 434 ~ 32.03%
B 115 of 434 ~ 26.5%

%41.47
%32.03
%26.5

CMYK color model

#B48B73 color CMYK value is (0,23,36,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(0,23,36,29)
C0M23Y36K29 
(0%,23%,36%,29%)
(0.00/0.23/0.36/0.29)	

CMYK percentages

%0
%22.78
%36.11
%29.41

Codes

Color #B48B73 in popluar color models

B48B73
RGB180139115
HSL22°30.23%57.84%
HSB/HSV22°36.11%70.59%
CMYK0.00%22.78%36.11%
29.41%

Color #B48B73 in popluar number systems.

HEXB48B73
Decimal180139115
Binary10110100100010111110011
Octal264213163

Shades and tints

Shades of #B48B73

#B48B73
(180,139,115)
#A47F69
(164,127,105)
#94735F
(148,115,95)
#846755
(132,103,85)
#745B4B
(116,91,75)
#644F41
(100,79,65)
#544337
(84,67,55)
#44372D
(68,55,45)
#342B23
(52,43,35)
#241F19
(36,31,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B48B73

#B48B73
(180,139,115)
#BA957F
(186,149,127)
#C09F8B
(192,159,139)
#C6A997
(198,169,151)
#CCB3A3
(204,179,163)
#D2BDAF
(210,189,175)
#D8C7BB
(216,199,187)
#DED1C7
(222,209,199)
#E4DBD3
(228,219,211)
#EAE5DF
(234,229,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48B73 color. Also use rgb(180,139,115) instead hex code.

Text Font Color

.myTextColor { color: #B48B73; }

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

This text font color is #B48B73.


Background Color

.myBgColor { background-color: #B48B73; }

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

This div background color is #B48B73.


Border color

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

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

This div border color is #B48B73.


Opacity

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

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

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

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

This text has shadow with #B48B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B73 on black background.


Color preview on white background

This text has color #B48B73 on white background.



Black color preview on #B48B73 background

This text has black color on #B48B73 background.


White color preview on #B48B73 background

This text has white color on #B48B73 background.