COLOR #B48050

HEX: #B48050
RGB: (180,128,80)

Color info

#B48050 contains mainly red and green colors. Web safe color of #B48050 is #CC6666 (or #C66).

RGB color model

#B48050 color RGB value is (180,128,80).

  • red value is 180;
  • green value is 128;
  • blue value is 80.
RGB:
(180,128,80)
(71%,50%,31%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 80 of 255 = 31%

180
128
80

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

Portions of RGB colors in percentages

R + G + B =
180 + 128 + 80 = 388 (100%)
R 180 of 388 ~ 46.39%
G 128 of 388 ~ 32.99%
B 80 of 388 ~ 20.62%

%46.39
%32.99
%20.62

CMYK color model

#B48050 color CMYK value is (0,29,56,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 55.56%
  • key color value is 29.41%
CMYK:
(0,29,56,29)
C0M29Y56K29 
(0%,29%,56%,29%)
(0.00/0.29/0.56/0.29)	

CMYK percentages

%0
%28.89
%55.56
%29.41

Codes

Color #B48050 in popluar color models

B48050
RGB18012880
HSL29°40.00%50.98%
HSB/HSV29°55.56%70.59%
CMYK0.00%28.89%55.56%
29.41%

Color #B48050 in popluar number systems.

HEXB48050
Decimal18012880
Binary10110100100000001010000
Octal264200120

Shades and tints

Shades of #B48050

#B48050
(180,128,80)
#A47549
(164,117,73)
#946A42
(148,106,66)
#845F3B
(132,95,59)
#745434
(116,84,52)
#64492D
(100,73,45)
#543E26
(84,62,38)
#44331F
(68,51,31)
#342818
(52,40,24)
#241D11
(36,29,17)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #B48050

#B48050
(180,128,80)
#BA8B5F
(186,139,95)
#C0966E
(192,150,110)
#C6A17D
(198,161,125)
#CCAC8C
(204,172,140)
#D2B79B
(210,183,155)
#D8C2AA
(216,194,170)
#DECDB9
(222,205,185)
#E4D8C8
(228,216,200)
#EAE3D7
(234,227,215)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48050 color. Also use rgb(180,128,80) instead hex code.

Text Font Color

.myTextColor { color: #B48050; }

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

This text font color is #B48050.


Background Color

.myBgColor { background-color: #B48050; }

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

This div background color is #B48050.


Border color

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

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

This div border color is #B48050.


Opacity

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

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

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

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

This text has shadow with #B48050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48050 on black background.


Color preview on white background

This text has color #B48050 on white background.



Black color preview on #B48050 background

This text has black color on #B48050 background.


White color preview on #B48050 background

This text has white color on #B48050 background.