COLOR #B49095

HEX: #B49095
RGB: (180,144,149)

Color info

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

RGB color model

#B49095 color RGB value is (180,144,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 149 of 255 = 58%

180
144
149

R + G + B ~ 62%. #B49095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 149 = 473 (100%)
R 180 of 473 ~ 38.05%
G 144 of 473 ~ 30.44%
B 149 of 473 ~ 31.5%

%38.05
%30.44
%31.5

CMYK color model

#B49095 color CMYK value is (0,20,17,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,20,17,29)
C0M20Y17K29 
(0%,20%,17%,29%)
(0.00/0.20/0.17/0.29)	

CMYK percentages

%0
%20
%17.22
%29.41

Codes

Color #B49095 in popluar color models

B49095
RGB180144149
HSL352°19.35%63.53%
HSB/HSV352°20.00%70.59%
CMYK0.00%20.00%17.22%
29.41%

Color #B49095 in popluar number systems.

HEXB49095
Decimal180144149
Binary101101001001000010010101
Octal264220225

Shades and tints

Shades of #B49095

#B49095
(180,144,149)
#A48388
(164,131,136)
#94767B
(148,118,123)
#84696E
(132,105,110)
#745C61
(116,92,97)
#644F54
(100,79,84)
#544247
(84,66,71)
#44353A
(68,53,58)
#34282D
(52,40,45)
#241B20
(36,27,32)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #B49095

#B49095
(180,144,149)
#BA9A9E
(186,154,158)
#C0A4A7
(192,164,167)
#C6AEB0
(198,174,176)
#CCB8B9
(204,184,185)
#D2C2C2
(210,194,194)
#D8CCCB
(216,204,203)
#DED6D4
(222,214,212)
#E4E0DD
(228,224,221)
#EAEAE6
(234,234,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49095; }

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

This text font color is #B49095.


Background Color

.myBgColor { background-color: #B49095; }

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

This div background color is #B49095.


Border color

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

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

This div border color is #B49095.


Opacity

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

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

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

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

This text has shadow with #B49095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49095 on black background.


Color preview on white background

This text has color #B49095 on white background.



Black color preview on #B49095 background

This text has black color on #B49095 background.


White color preview on #B49095 background

This text has white color on #B49095 background.