COLOR #B48D74

HEX: #B48D74
RGB: (180,141,116)

Color info

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

RGB color model

#B48D74 color RGB value is (180,141,116).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 116 of 255 = 45%

180
141
116

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 116 = 437 (100%)
R 180 of 437 ~ 41.19%
G 141 of 437 ~ 32.27%
B 116 of 437 ~ 26.54%

%41.19
%32.27
%26.54

CMYK color model

#B48D74 color CMYK value is (0,22,36,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 35.56%
  • key color value is 29.41%
CMYK:
(0,22,36,29)
C0M22Y36K29 
(0%,22%,36%,29%)
(0.00/0.22/0.36/0.29)	

CMYK percentages

%0
%21.67
%35.56
%29.41

Codes

Color #B48D74 in popluar color models

B48D74
RGB180141116
HSL23°29.91%58.04%
HSB/HSV23°35.56%70.59%
CMYK0.00%21.67%35.56%
29.41%

Color #B48D74 in popluar number systems.

HEXB48D74
Decimal180141116
Binary10110100100011011110100
Octal264215164

Shades and tints

Shades of #B48D74

#B48D74
(180,141,116)
#A4816A
(164,129,106)
#947560
(148,117,96)
#846956
(132,105,86)
#745D4C
(116,93,76)
#645142
(100,81,66)
#544538
(84,69,56)
#44392E
(68,57,46)
#342D24
(52,45,36)
#24211A
(36,33,26)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #B48D74

#B48D74
(180,141,116)
#BA9780
(186,151,128)
#C0A18C
(192,161,140)
#C6AB98
(198,171,152)
#CCB5A4
(204,181,164)
#D2BFB0
(210,191,176)
#D8C9BC
(216,201,188)
#DED3C8
(222,211,200)
#E4DDD4
(228,221,212)
#EAE7E0
(234,231,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48D74 color. Also use rgb(180,141,116) instead hex code.

Text Font Color

.myTextColor { color: #B48D74; }

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

This text font color is #B48D74.


Background Color

.myBgColor { background-color: #B48D74; }

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

This div background color is #B48D74.


Border color

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

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

This div border color is #B48D74.


Opacity

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

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

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

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

This text has shadow with #B48D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48D74 on black background.


Color preview on white background

This text has color #B48D74 on white background.



Black color preview on #B48D74 background

This text has black color on #B48D74 background.


White color preview on #B48D74 background

This text has white color on #B48D74 background.