COLOR #B48D7B

HEX: #B48D7B
RGB: (180,141,123)

Color info

#B48D7B contains red, green and blue colors in about the same proportion. Web safe color of #B48D7B is #CC9966 (or #C96).

RGB color model

#B48D7B color RGB value is (180,141,123).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 123 of 255 = 48%

180
141
123

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 123 = 444 (100%)
R 180 of 444 ~ 40.54%
G 141 of 444 ~ 31.76%
B 123 of 444 ~ 27.7%

%40.54
%31.76
%27.7

CMYK color model

#B48D7B color CMYK value is (0,22,32,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(0,22,32,29)
C0M22Y32K29 
(0%,22%,32%,29%)
(0.00/0.22/0.32/0.29)	

CMYK percentages

%0
%21.67
%31.67
%29.41

Codes

Color #B48D7B in popluar color models

B48D7B
RGB180141123
HSL19°27.54%59.41%
HSB/HSV19°31.67%70.59%
CMYK0.00%21.67%31.67%
29.41%

Color #B48D7B in popluar number systems.

HEXB48D7B
Decimal180141123
Binary10110100100011011111011
Octal264215173

Shades and tints

Shades of #B48D7B

#B48D7B
(180,141,123)
#A48170
(164,129,112)
#947565
(148,117,101)
#84695A
(132,105,90)
#745D4F
(116,93,79)
#645144
(100,81,68)
#544539
(84,69,57)
#44392E
(68,57,46)
#342D23
(52,45,35)
#242118
(36,33,24)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #B48D7B

#B48D7B
(180,141,123)
#BA9787
(186,151,135)
#C0A193
(192,161,147)
#C6AB9F
(198,171,159)
#CCB5AB
(204,181,171)
#D2BFB7
(210,191,183)
#D8C9C3
(216,201,195)
#DED3CF
(222,211,207)
#E4DDDB
(228,221,219)
#EAE7E7
(234,231,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48D7B; }

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

This text font color is #B48D7B.


Background Color

.myBgColor { background-color: #B48D7B; }

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

This div background color is #B48D7B.


Border color

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

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

This div border color is #B48D7B.


Opacity

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

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

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

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

This text has shadow with #B48D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48D7B on black background.


Color preview on white background

This text has color #B48D7B on white background.



Black color preview on #B48D7B background

This text has black color on #B48D7B background.


White color preview on #B48D7B background

This text has white color on #B48D7B background.