COLOR #B48863

HEX: #B48863
RGB: (180,136,99)

Color info

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

RGB color model

#B48863 color RGB value is (180,136,99).

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

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 99 of 255 = 39%

180
136
99

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 99 = 415 (100%)
R 180 of 415 ~ 43.37%
G 136 of 415 ~ 32.77%
B 99 of 415 ~ 23.86%

%43.37
%32.77
%23.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.44%
  • 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
%24.44
%45
%29.41

Codes

Color #B48863 in popluar color models

B48863
RGB18013699
HSL27°35.06%54.71%
HSB/HSV27°45.00%70.59%
CMYK0.00%24.44%45.00%
29.41%

Color #B48863 in popluar number systems.

HEXB48863
Decimal18013699
Binary10110100100010001100011
Octal264210143

Shades and tints

Shades of #B48863

#B48863
(180,136,99)
#A47C5A
(164,124,90)
#947051
(148,112,81)
#846448
(132,100,72)
#74583F
(116,88,63)
#644C36
(100,76,54)
#54402D
(84,64,45)
#443424
(68,52,36)
#34281B
(52,40,27)
#241C12
(36,28,18)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #B48863

#B48863
(180,136,99)
#BA9271
(186,146,113)
#C09C7F
(192,156,127)
#C6A68D
(198,166,141)
#CCB09B
(204,176,155)
#D2BAA9
(210,186,169)
#D8C4B7
(216,196,183)
#DECEC5
(222,206,197)
#E4D8D3
(228,216,211)
#EAE2E1
(234,226,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48863; }

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

This text font color is #B48863.


Background Color

.myBgColor { background-color: #B48863; }

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

This div background color is #B48863.


Border color

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

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

This div border color is #B48863.


Opacity

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

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

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

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

This text has shadow with #B48863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48863 on black background.


Color preview on white background

This text has color #B48863 on white background.



Black color preview on #B48863 background

This text has black color on #B48863 background.


White color preview on #B48863 background

This text has white color on #B48863 background.