COLOR #B49B8F

HEX: #B49B8F
RGB: (180,155,143)

Color info

#B49B8F contains red, green and blue colors in about the same proportion. Web safe color of #B49B8F is #CC9999 (or #C99).

RGB color model

#B49B8F color RGB value is (180,155,143).

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

RGB channels and saturation

R 180 of 255 = 71%
G 155 of 255 = 61%
B 143 of 255 = 56%

180
155
143

R + G + B ~ 63%. #B49B8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 155 + 143 = 478 (100%)
R 180 of 478 ~ 37.66%
G 155 of 478 ~ 32.43%
B 143 of 478 ~ 29.92%

%37.66
%32.43
%29.92

CMYK color model

#B49B8F color CMYK value is (0,14,21,29).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(0,14,21,29)
C0M14Y21K29 
(0%,14%,21%,29%)
(0.00/0.14/0.21/0.29)	

CMYK percentages

%0
%13.89
%20.56
%29.41

Codes

Color #B49B8F in popluar color models

B49B8F
RGB180155143
HSL19°19.79%63.33%
HSB/HSV19°20.56%70.59%
CMYK0.00%13.89%20.56%
29.41%

Color #B49B8F in popluar number systems.

HEXB49B8F
Decimal180155143
Binary101101001001101110001111
Octal264233217

Shades and tints

Shades of #B49B8F

#B49B8F
(180,155,143)
#A48D82
(164,141,130)
#947F75
(148,127,117)
#847168
(132,113,104)
#74635B
(116,99,91)
#64554E
(100,85,78)
#544741
(84,71,65)
#443934
(68,57,52)
#342B27
(52,43,39)
#241D1A
(36,29,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #B49B8F

#B49B8F
(180,155,143)
#BAA499
(186,164,153)
#C0ADA3
(192,173,163)
#C6B6AD
(198,182,173)
#CCBFB7
(204,191,183)
#D2C8C1
(210,200,193)
#D8D1CB
(216,209,203)
#DEDAD5
(222,218,213)
#E4E3DF
(228,227,223)
#EAECE9
(234,236,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49B8F; }

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

This text font color is #B49B8F.


Background Color

.myBgColor { background-color: #B49B8F; }

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

This div background color is #B49B8F.


Border color

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

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

This div border color is #B49B8F.


Opacity

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

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

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

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

This text has shadow with #B49B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49B8F on black background.


Color preview on white background

This text has color #B49B8F on white background.



Black color preview on #B49B8F background

This text has black color on #B49B8F background.


White color preview on #B49B8F background

This text has white color on #B49B8F background.