COLOR #B49091

HEX: #B49091
RGB: (180,144,145)

Color info

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

RGB color model

#B49091 color RGB value is (180,144,145).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 145 of 255 = 57%

180
144
145

R + G + B ~ 61%. #B49091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 145 = 469 (100%)
R 180 of 469 ~ 38.38%
G 144 of 469 ~ 30.7%
B 145 of 469 ~ 30.92%

%38.38
%30.7
%30.92

CMYK color model

#B49091 color CMYK value is (0,20,19,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(0,20,19,29)
C0M20Y19K29 
(0%,20%,19%,29%)
(0.00/0.20/0.19/0.29)	

CMYK percentages

%0
%20
%19.44
%29.41

Codes

Color #B49091 in popluar color models

B49091
RGB180144145
HSL358°19.35%63.53%
HSB/HSV358°20.00%70.59%
CMYK0.00%20.00%19.44%
29.41%

Color #B49091 in popluar number systems.

HEXB49091
Decimal180144145
Binary101101001001000010010001
Octal264220221

Shades and tints

Shades of #B49091

#B49091
(180,144,145)
#A48384
(164,131,132)
#947677
(148,118,119)
#84696A
(132,105,106)
#745C5D
(116,92,93)
#644F50
(100,79,80)
#544243
(84,66,67)
#443536
(68,53,54)
#342829
(52,40,41)
#241B1C
(36,27,28)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #B49091

#B49091
(180,144,145)
#BA9A9B
(186,154,155)
#C0A4A5
(192,164,165)
#C6AEAF
(198,174,175)
#CCB8B9
(204,184,185)
#D2C2C3
(210,194,195)
#D8CCCD
(216,204,205)
#DED6D7
(222,214,215)
#E4E0E1
(228,224,225)
#EAEAEB
(234,234,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49091; }

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

This text font color is #B49091.


Background Color

.myBgColor { background-color: #B49091; }

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

This div background color is #B49091.


Border color

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

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

This div border color is #B49091.


Opacity

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

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

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

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

This text has shadow with #B49091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49091 on black background.


Color preview on white background

This text has color #B49091 on white background.



Black color preview on #B49091 background

This text has black color on #B49091 background.


White color preview on #B49091 background

This text has white color on #B49091 background.