COLOR #B48985

HEX: #B48985
RGB: (180,137,133)

Color info

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

RGB color model

#B48985 color RGB value is (180,137,133).

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

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 133 of 255 = 52%

180
137
133

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 133 = 450 (100%)
R 180 of 450 ~ 40%
G 137 of 450 ~ 30.44%
B 133 of 450 ~ 29.56%

%40
%30.44
%29.56

CMYK color model

#B48985 color CMYK value is (0,24,26,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 26.11%
  • key color value is 29.41%
CMYK:
(0,24,26,29)
C0M24Y26K29 
(0%,24%,26%,29%)
(0.00/0.24/0.26/0.29)	

CMYK percentages

%0
%23.89
%26.11
%29.41

Codes

Color #B48985 in popluar color models

B48985
RGB180137133
HSL23.86%61.37%
HSB/HSV26.11%70.59%
CMYK0.00%23.89%26.11%
29.41%

Color #B48985 in popluar number systems.

HEXB48985
Decimal180137133
Binary101101001000100110000101
Octal264211205

Shades and tints

Shades of #B48985

#B48985
(180,137,133)
#A47D79
(164,125,121)
#94716D
(148,113,109)
#846561
(132,101,97)
#745955
(116,89,85)
#644D49
(100,77,73)
#54413D
(84,65,61)
#443531
(68,53,49)
#342925
(52,41,37)
#241D19
(36,29,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B48985

#B48985
(180,137,133)
#BA9390
(186,147,144)
#C09D9B
(192,157,155)
#C6A7A6
(198,167,166)
#CCB1B1
(204,177,177)
#D2BBBC
(210,187,188)
#D8C5C7
(216,197,199)
#DECFD2
(222,207,210)
#E4D9DD
(228,217,221)
#EAE3E8
(234,227,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48985; }

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

This text font color is #B48985.


Background Color

.myBgColor { background-color: #B48985; }

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

This div background color is #B48985.


Border color

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

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

This div border color is #B48985.


Opacity

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

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

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

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

This text has shadow with #B48985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48985 on black background.


Color preview on white background

This text has color #B48985 on white background.



Black color preview on #B48985 background

This text has black color on #B48985 background.


White color preview on #B48985 background

This text has white color on #B48985 background.