COLOR #B48657

HEX: #B48657
RGB: (180,134,87)

Color info

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

RGB color model

#B48657 color RGB value is (180,134,87).

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

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 87 of 255 = 34%

180
134
87

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

Portions of RGB colors in percentages

R + G + B =
180 + 134 + 87 = 401 (100%)
R 180 of 401 ~ 44.89%
G 134 of 401 ~ 33.42%
B 87 of 401 ~ 21.7%

%44.89
%33.42
%21.7

CMYK color model

#B48657 color CMYK value is (0,26,52,29).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 51.67%
  • key color value is 29.41%
CMYK:
(0,26,52,29)
C0M26Y52K29 
(0%,26%,52%,29%)
(0.00/0.26/0.52/0.29)	

CMYK percentages

%0
%25.56
%51.67
%29.41

Codes

Color #B48657 in popluar color models

B48657
RGB18013487
HSL30°38.27%52.35%
HSB/HSV30°51.67%70.59%
CMYK0.00%25.56%51.67%
29.41%

Color #B48657 in popluar number systems.

HEXB48657
Decimal18013487
Binary10110100100001101010111
Octal264206127

Shades and tints

Shades of #B48657

#B48657
(180,134,87)
#A47A50
(164,122,80)
#946E49
(148,110,73)
#846242
(132,98,66)
#74563B
(116,86,59)
#644A34
(100,74,52)
#543E2D
(84,62,45)
#443226
(68,50,38)
#34261F
(52,38,31)
#241A18
(36,26,24)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B48657

#B48657
(180,134,87)
#BA9166
(186,145,102)
#C09C75
(192,156,117)
#C6A784
(198,167,132)
#CCB293
(204,178,147)
#D2BDA2
(210,189,162)
#D8C8B1
(216,200,177)
#DED3C0
(222,211,192)
#E4DECF
(228,222,207)
#EAE9DE
(234,233,222)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48657; }

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

This text font color is #B48657.


Background Color

.myBgColor { background-color: #B48657; }

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

This div background color is #B48657.


Border color

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

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

This div border color is #B48657.


Opacity

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

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

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

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

This text has shadow with #B48657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48657 on black background.


Color preview on white background

This text has color #B48657 on white background.



Black color preview on #B48657 background

This text has black color on #B48657 background.


White color preview on #B48657 background

This text has white color on #B48657 background.