COLOR #B48963

HEX: #B48963
RGB: (180,137,99)

Color info

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

RGB color model

#B48963 color RGB value is (180,137,99).

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

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 99 of 255 = 39%

180
137
99

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 99 = 416 (100%)
R 180 of 416 ~ 43.27%
G 137 of 416 ~ 32.93%
B 99 of 416 ~ 23.8%

%43.27
%32.93
%23.8

CMYK color model

#B48963 color CMYK value is (0,24,45,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 45.00%
  • key color value is 29.41%
CMYK:
(0,24,45,29)
C0M24Y45K29 
(0%,24%,45%,29%)
(0.00/0.24/0.45/0.29)	

CMYK percentages

%0
%23.89
%45
%29.41

Codes

Color #B48963 in popluar color models

B48963
RGB18013799
HSL28°35.06%54.71%
HSB/HSV28°45.00%70.59%
CMYK0.00%23.89%45.00%
29.41%

Color #B48963 in popluar number systems.

HEXB48963
Decimal18013799
Binary10110100100010011100011
Octal264211143

Shades and tints

Shades of #B48963

#B48963
(180,137,99)
#A47D5A
(164,125,90)
#947151
(148,113,81)
#846548
(132,101,72)
#74593F
(116,89,63)
#644D36
(100,77,54)
#54412D
(84,65,45)
#443524
(68,53,36)
#34291B
(52,41,27)
#241D12
(36,29,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #B48963

#B48963
(180,137,99)
#BA9371
(186,147,113)
#C09D7F
(192,157,127)
#C6A78D
(198,167,141)
#CCB19B
(204,177,155)
#D2BBA9
(210,187,169)
#D8C5B7
(216,197,183)
#DECFC5
(222,207,197)
#E4D9D3
(228,217,211)
#EAE3E1
(234,227,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48963; }

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

This text font color is #B48963.


Background Color

.myBgColor { background-color: #B48963; }

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

This div background color is #B48963.


Border color

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

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

This div border color is #B48963.


Opacity

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

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

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

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

This text has shadow with #B48963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48963 on black background.


Color preview on white background

This text has color #B48963 on white background.



Black color preview on #B48963 background

This text has black color on #B48963 background.


White color preview on #B48963 background

This text has white color on #B48963 background.