COLOR #B49A9A

HEX: #B49A9A RGB: (180,154,154)

Color info

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

RGB color model

#B49A9A color RGB value is (180,154,154).

RGB: (180,154,154) (71%, 60%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 154 of 255 = 60%

180
154
154

R + G + B ~ 64%. #B49A9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 154 = 488 (100%)
R 180 of 488 ~ 36.89%
G 154 of 488 ~ 31.56%
B 154 of 488 ~ 31.56'%

%36.89
%31.56
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 14.44%
  • key color value is 29.41%

CMYK: (0,14,14,29)
C0M14Y14K29 (0%, 14%, 14%, 29%)
(0.00 / 0.14 / 0.14 / 0.29)

CMYK percentages

%0
%14.44
%14.44
%29.41

Codes

Color #B49A9A in popluar color models

B4 9A 9A
RGB 180 154 154
HSL 14.77% 65.49%
HSB/HSV 14.44% 70.59%
CMYK 0.00% 14.44% 14.44%
29.41%

Color #B49A9A in popluar number systems.

HEX B4 9A 9A
Decimal 180 154 154
Binary 10110100 10011010 10011010
Octal 264 232 232

Shades and tints

Shades of #B49A9A

#B49A9A
(180,154,154)
#A48C8C
(164,140,140)
#947E7E
(148,126,126)
#847070
(132,112,112)
#746262
(116,98,98)
#645454
(100,84,84)
#544646
(84,70,70)
#443838
(68,56,56)
#342A2A
(52,42,42)
#241C1C
(36,28,28)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #B49A9A

#B49A9A
(180,154,154)
#BAA3A3
(186,163,163)
#C0ACAC
(192,172,172)
#C6B5B5
(198,181,181)
#CCBEBE
(204,190,190)
#D2C7C7
(210,199,199)
#D8D0D0
(216,208,208)
#DED9D9
(222,217,217)
#E4E2E2
(228,226,226)
#EAEBEB
(234,235,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A9A; }

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

This text font color is #B49A9A.

Background Color

.myBgColor { background-color: #B49A9A; }

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

This div background color is #B49A9A.

Border color

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

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

This div border color is #B49A9A.

Opacity

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

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

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

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

This text has shadow with #B49A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49A9A.

Preview

Color preview on black background

This text has color #B49A9A on black background.


Color preview on white background

This text has color #B49A9A on white background.


Black color preview on #B49A9A background

This text has black color on #B49A9A background.


White color preview on #B49A9A background

This text has white color on #B49A9A background.


Related colors

Complementary color

Complementary color for #hex is #4B6565.


I love getcolorcode.com