COLOR #B49082

HEX: #B49082
RGB: (180,144,130)

Color info

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

RGB color model

#B49082 color RGB value is (180,144,130).

  • red value is 180;
  • green value is 144;
  • blue value is 130.
RGB:
(180,144,130)
(71%,56%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 130 of 255 = 51%

180
144
130

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 130 = 454 (100%)
R 180 of 454 ~ 39.65%
G 144 of 454 ~ 31.72%
B 130 of 454 ~ 28.63%

%39.65
%31.72
%28.63

CMYK color model

#B49082 color CMYK value is (0,20,28,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,20,28,29)
C0M20Y28K29 
(0%,20%,28%,29%)
(0.00/0.20/0.28/0.29)	

CMYK percentages

%0
%20
%27.78
%29.41

Codes

Color #B49082 in popluar color models

B49082
RGB180144130
HSL17°25.00%60.78%
HSB/HSV17°27.78%70.59%
CMYK0.00%20.00%27.78%
29.41%

Color #B49082 in popluar number systems.

HEXB49082
Decimal180144130
Binary101101001001000010000010
Octal264220202

Shades and tints

Shades of #B49082

#B49082
(180,144,130)
#A48377
(164,131,119)
#94766C
(148,118,108)
#846961
(132,105,97)
#745C56
(116,92,86)
#644F4B
(100,79,75)
#544240
(84,66,64)
#443535
(68,53,53)
#34282A
(52,40,42)
#241B1F
(36,27,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B49082

#B49082
(180,144,130)
#BA9A8D
(186,154,141)
#C0A498
(192,164,152)
#C6AEA3
(198,174,163)
#CCB8AE
(204,184,174)
#D2C2B9
(210,194,185)
#D8CCC4
(216,204,196)
#DED6CF
(222,214,207)
#E4E0DA
(228,224,218)
#EAEAE5
(234,234,229)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49082 color. Also use rgb(180,144,130) instead hex code.

Text Font Color

.myTextColor { color: #B49082; }

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

This text font color is #B49082.


Background Color

.myBgColor { background-color: #B49082; }

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

This div background color is #B49082.


Border color

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

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

This div border color is #B49082.


Opacity

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

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

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

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

This text has shadow with #B49082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49082 on black background.


Color preview on white background

This text has color #B49082 on white background.



Black color preview on #B49082 background

This text has black color on #B49082 background.


White color preview on #B49082 background

This text has white color on #B49082 background.