COLOR #B48F5B

HEX: #B48F5B
RGB: (180,143,91)

Color info

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

RGB color model

#B48F5B color RGB value is (180,143,91).

  • red value is 180;
  • green value is 143;
  • blue value is 91.
RGB:
(180,143,91)
(71%,56%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 143 of 255 = 56%
B 91 of 255 = 36%

180
143
91

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

Portions of RGB colors in percentages

R + G + B =
180 + 143 + 91 = 414 (100%)
R 180 of 414 ~ 43.48%
G 143 of 414 ~ 34.54%
B 91 of 414 ~ 21.98%

%43.48
%34.54
%21.98

CMYK color model

#B48F5B color CMYK value is (0,21,49,29).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 49.44%
  • key color value is 29.41%
CMYK:
(0,21,49,29)
C0M21Y49K29 
(0%,21%,49%,29%)
(0.00/0.21/0.49/0.29)	

CMYK percentages

%0
%20.56
%49.44
%29.41

Codes

Color #B48F5B in popluar color models

B48F5B
RGB18014391
HSL35°37.24%53.14%
HSB/HSV35°49.44%70.59%
CMYK0.00%20.56%49.44%
29.41%

Color #B48F5B in popluar number systems.

HEXB48F5B
Decimal18014391
Binary10110100100011111011011
Octal264217133

Shades and tints

Shades of #B48F5B

#B48F5B
(180,143,91)
#A48253
(164,130,83)
#94754B
(148,117,75)
#846843
(132,104,67)
#745B3B
(116,91,59)
#644E33
(100,78,51)
#54412B
(84,65,43)
#443423
(68,52,35)
#34271B
(52,39,27)
#241A13
(36,26,19)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #B48F5B

#B48F5B
(180,143,91)
#BA9969
(186,153,105)
#C0A377
(192,163,119)
#C6AD85
(198,173,133)
#CCB793
(204,183,147)
#D2C1A1
(210,193,161)
#D8CBAF
(216,203,175)
#DED5BD
(222,213,189)
#E4DFCB
(228,223,203)
#EAE9D9
(234,233,217)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48F5B color. Also use rgb(180,143,91) instead hex code.

Text Font Color

.myTextColor { color: #B48F5B; }

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

This text font color is #B48F5B.


Background Color

.myBgColor { background-color: #B48F5B; }

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

This div background color is #B48F5B.


Border color

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

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

This div border color is #B48F5B.


Opacity

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

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

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

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

This text has shadow with #B48F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48F5B on black background.


Color preview on white background

This text has color #B48F5B on white background.



Black color preview on #B48F5B background

This text has black color on #B48F5B background.


White color preview on #B48F5B background

This text has white color on #B48F5B background.