COLOR #B48B60

HEX: #B48B60
RGB: (180,139,96)

Color info

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

RGB color model

#B48B60 color RGB value is (180,139,96).

  • red value is 180;
  • green value is 139;
  • blue value is 96.
RGB:
(180,139,96)
(71%,55%,38%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 96 of 255 = 38%

180
139
96

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 96 = 415 (100%)
R 180 of 415 ~ 43.37%
G 139 of 415 ~ 33.49%
B 96 of 415 ~ 23.13%

%43.37
%33.49
%23.13

CMYK color model

#B48B60 color CMYK value is (0,23,47,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 46.67%
  • key color value is 29.41%
CMYK:
(0,23,47,29)
C0M23Y47K29 
(0%,23%,47%,29%)
(0.00/0.23/0.47/0.29)	

CMYK percentages

%0
%22.78
%46.67
%29.41

Codes

Color #B48B60 in popluar color models

B48B60
RGB18013996
HSL31°35.90%54.12%
HSB/HSV31°46.67%70.59%
CMYK0.00%22.78%46.67%
29.41%

Color #B48B60 in popluar number systems.

HEXB48B60
Decimal18013996
Binary10110100100010111100000
Octal264213140

Shades and tints

Shades of #B48B60

#B48B60
(180,139,96)
#A47F58
(164,127,88)
#947350
(148,115,80)
#846748
(132,103,72)
#745B40
(116,91,64)
#644F38
(100,79,56)
#544330
(84,67,48)
#443728
(68,55,40)
#342B20
(52,43,32)
#241F18
(36,31,24)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #B48B60

#B48B60
(180,139,96)
#BA956E
(186,149,110)
#C09F7C
(192,159,124)
#C6A98A
(198,169,138)
#CCB398
(204,179,152)
#D2BDA6
(210,189,166)
#D8C7B4
(216,199,180)
#DED1C2
(222,209,194)
#E4DBD0
(228,219,208)
#EAE5DE
(234,229,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48B60 color. Also use rgb(180,139,96) instead hex code.

Text Font Color

.myTextColor { color: #B48B60; }

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

This text font color is #B48B60.


Background Color

.myBgColor { background-color: #B48B60; }

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

This div background color is #B48B60.


Border color

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

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

This div border color is #B48B60.


Opacity

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

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

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

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

This text has shadow with #B48B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B60 on black background.


Color preview on white background

This text has color #B48B60 on white background.



Black color preview on #B48B60 background

This text has black color on #B48B60 background.


White color preview on #B48B60 background

This text has white color on #B48B60 background.