COLOR #B48B4E

HEX: #B48B4E
RGB: (180,139,78)

Color info

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

RGB color model

#B48B4E color RGB value is (180,139,78).

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

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 78 of 255 = 31%

180
139
78

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 78 = 397 (100%)
R 180 of 397 ~ 45.34%
G 139 of 397 ~ 35.01%
B 78 of 397 ~ 19.65%

%45.34
%35.01
%19.65

CMYK color model

#B48B4E color CMYK value is (0,23,57,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 56.67%
  • key color value is 29.41%
CMYK:
(0,23,57,29)
C0M23Y57K29 
(0%,23%,57%,29%)
(0.00/0.23/0.57/0.29)	

CMYK percentages

%0
%22.78
%56.67
%29.41

Codes

Color #B48B4E in popluar color models

B48B4E
RGB18013978
HSL36°40.48%50.59%
HSB/HSV36°56.67%70.59%
CMYK0.00%22.78%56.67%
29.41%

Color #B48B4E in popluar number systems.

HEXB48B4E
Decimal18013978
Binary10110100100010111001110
Octal264213116

Shades and tints

Shades of #B48B4E

#B48B4E
(180,139,78)
#A47F47
(164,127,71)
#947340
(148,115,64)
#846739
(132,103,57)
#745B32
(116,91,50)
#644F2B
(100,79,43)
#544324
(84,67,36)
#44371D
(68,55,29)
#342B16
(52,43,22)
#241F0F
(36,31,15)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #B48B4E

#B48B4E
(180,139,78)
#BA955E
(186,149,94)
#C09F6E
(192,159,110)
#C6A97E
(198,169,126)
#CCB38E
(204,179,142)
#D2BD9E
(210,189,158)
#D8C7AE
(216,199,174)
#DED1BE
(222,209,190)
#E4DBCE
(228,219,206)
#EAE5DE
(234,229,222)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48B4E; }

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

This text font color is #B48B4E.


Background Color

.myBgColor { background-color: #B48B4E; }

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

This div background color is #B48B4E.


Border color

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

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

This div border color is #B48B4E.


Opacity

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

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

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

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

This text has shadow with #B48B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B4E on black background.


Color preview on white background

This text has color #B48B4E on white background.



Black color preview on #B48B4E background

This text has black color on #B48B4E background.


White color preview on #B48B4E background

This text has white color on #B48B4E background.