COLOR #B48D85

HEX: #B48D85
RGB: (180,141,133)

Color info

#B48D85 contains red, green and blue colors in about the same proportion. Web safe color of #B48D85 is #CC9999 (or #C99).

RGB color model

#B48D85 color RGB value is (180,141,133).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 133 of 255 = 52%

180
141
133

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 133 = 454 (100%)
R 180 of 454 ~ 39.65%
G 141 of 454 ~ 31.06%
B 133 of 454 ~ 29.3%

%39.65
%31.06
%29.3

CMYK color model

#B48D85 color CMYK value is (0,22,26,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 26.11%
  • key color value is 29.41%
CMYK:
(0,22,26,29)
C0M22Y26K29 
(0%,22%,26%,29%)
(0.00/0.22/0.26/0.29)	

CMYK percentages

%0
%21.67
%26.11
%29.41

Codes

Color #B48D85 in popluar color models

B48D85
RGB180141133
HSL10°23.86%61.37%
HSB/HSV10°26.11%70.59%
CMYK0.00%21.67%26.11%
29.41%

Color #B48D85 in popluar number systems.

HEXB48D85
Decimal180141133
Binary101101001000110110000101
Octal264215205

Shades and tints

Shades of #B48D85

#B48D85
(180,141,133)
#A48179
(164,129,121)
#94756D
(148,117,109)
#846961
(132,105,97)
#745D55
(116,93,85)
#645149
(100,81,73)
#54453D
(84,69,61)
#443931
(68,57,49)
#342D25
(52,45,37)
#242119
(36,33,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #B48D85

#B48D85
(180,141,133)
#BA9790
(186,151,144)
#C0A19B
(192,161,155)
#C6ABA6
(198,171,166)
#CCB5B1
(204,181,177)
#D2BFBC
(210,191,188)
#D8C9C7
(216,201,199)
#DED3D2
(222,211,210)
#E4DDDD
(228,221,221)
#EAE7E8
(234,231,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48D85; }

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

This text font color is #B48D85.


Background Color

.myBgColor { background-color: #B48D85; }

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

This div background color is #B48D85.


Border color

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

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

This div border color is #B48D85.


Opacity

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

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

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

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

This text has shadow with #B48D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48D85 on black background.


Color preview on white background

This text has color #B48D85 on white background.



Black color preview on #B48D85 background

This text has black color on #B48D85 background.


White color preview on #B48D85 background

This text has white color on #B48D85 background.