COLOR #B48D69

HEX: #B48D69
RGB: (180,141,105)

Color info

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

RGB color model

#B48D69 color RGB value is (180,141,105).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 105 of 255 = 41%

180
141
105

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 105 = 426 (100%)
R 180 of 426 ~ 42.25%
G 141 of 426 ~ 33.1%
B 105 of 426 ~ 24.65%

%42.25
%33.1
%24.65

CMYK color model

#B48D69 color CMYK value is (0,22,42,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 41.67%
  • key color value is 29.41%
CMYK:
(0,22,42,29)
C0M22Y42K29 
(0%,22%,42%,29%)
(0.00/0.22/0.42/0.29)	

CMYK percentages

%0
%21.67
%41.67
%29.41

Codes

Color #B48D69 in popluar color models

B48D69
RGB180141105
HSL29°33.33%55.88%
HSB/HSV29°41.67%70.59%
CMYK0.00%21.67%41.67%
29.41%

Color #B48D69 in popluar number systems.

HEXB48D69
Decimal180141105
Binary10110100100011011101001
Octal264215151

Shades and tints

Shades of #B48D69

#B48D69
(180,141,105)
#A48160
(164,129,96)
#947557
(148,117,87)
#84694E
(132,105,78)
#745D45
(116,93,69)
#64513C
(100,81,60)
#544533
(84,69,51)
#44392A
(68,57,42)
#342D21
(52,45,33)
#242118
(36,33,24)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #B48D69

#B48D69
(180,141,105)
#BA9776
(186,151,118)
#C0A183
(192,161,131)
#C6AB90
(198,171,144)
#CCB59D
(204,181,157)
#D2BFAA
(210,191,170)
#D8C9B7
(216,201,183)
#DED3C4
(222,211,196)
#E4DDD1
(228,221,209)
#EAE7DE
(234,231,222)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48D69; }

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

This text font color is #B48D69.


Background Color

.myBgColor { background-color: #B48D69; }

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

This div background color is #B48D69.


Border color

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

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

This div border color is #B48D69.


Opacity

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

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

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

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

This text has shadow with #B48D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48D69 on black background.


Color preview on white background

This text has color #B48D69 on white background.



Black color preview on #B48D69 background

This text has black color on #B48D69 background.


White color preview on #B48D69 background

This text has white color on #B48D69 background.