COLOR #B48A57

HEX: #B48A57
RGB: (180,138,87)

Color info

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

RGB color model

#B48A57 color RGB value is (180,138,87).

  • red value is 180;
  • green value is 138;
  • blue value is 87.
RGB:
(180,138,87)
(71%,54%,34%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 87 of 255 = 34%

180
138
87

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 87 = 405 (100%)
R 180 of 405 ~ 44.44%
G 138 of 405 ~ 34.07%
B 87 of 405 ~ 21.48%

%44.44
%34.07
%21.48

CMYK color model

#B48A57 color CMYK value is (0,23,52,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 51.67%
  • key color value is 29.41%
CMYK:
(0,23,52,29)
C0M23Y52K29 
(0%,23%,52%,29%)
(0.00/0.23/0.52/0.29)	

CMYK percentages

%0
%23.33
%51.67
%29.41

Codes

Color #B48A57 in popluar color models

B48A57
RGB18013887
HSL33°38.27%52.35%
HSB/HSV33°51.67%70.59%
CMYK0.00%23.33%51.67%
29.41%

Color #B48A57 in popluar number systems.

HEXB48A57
Decimal18013887
Binary10110100100010101010111
Octal264212127

Shades and tints

Shades of #B48A57

#B48A57
(180,138,87)
#A47E50
(164,126,80)
#947249
(148,114,73)
#846642
(132,102,66)
#745A3B
(116,90,59)
#644E34
(100,78,52)
#54422D
(84,66,45)
#443626
(68,54,38)
#342A1F
(52,42,31)
#241E18
(36,30,24)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #B48A57

#B48A57
(180,138,87)
#BA9466
(186,148,102)
#C09E75
(192,158,117)
#C6A884
(198,168,132)
#CCB293
(204,178,147)
#D2BCA2
(210,188,162)
#D8C6B1
(216,198,177)
#DED0C0
(222,208,192)
#E4DACF
(228,218,207)
#EAE4DE
(234,228,222)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48A57 color. Also use rgb(180,138,87) instead hex code.

Text Font Color

.myTextColor { color: #B48A57; }

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

This text font color is #B48A57.


Background Color

.myBgColor { background-color: #B48A57; }

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

This div background color is #B48A57.


Border color

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

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

This div border color is #B48A57.


Opacity

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

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

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

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

This text has shadow with #B48A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48A57 on black background.


Color preview on white background

This text has color #B48A57 on white background.



Black color preview on #B48A57 background

This text has black color on #B48A57 background.


White color preview on #B48A57 background

This text has white color on #B48A57 background.